GZIP Compression with .htaccess?

Status
Not open for further replies.

textdec3

New Member
Messages
2
Reaction score
0
Points
1
Is it possible to enable compression for faster load times with free hosting?
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Unless something has changed recently, GZIP is enabled by default. Keep in mind that the Free Hosting servers are crowded (which is a big part of what makes them free). Look at the number of requests your page is making. Consolidate your CSS and JS into as few files as possible. Optimize your images, and reduce those files as well where you can (using spritesheets, etc.). Reconsider any web fonts or client-side analytics you may be using (they're not cacheable and are a major dietary source of slowness). Social media widgets can be a major problem as well. Try using Yslow and PageSpeed to see where your bottlenecks are (hint: it won't be file compression).
 
Status
Not open for further replies.
Top