Compress Images
|
08-30-2015, 02:36 AM
Post: #11
|
|||
|
|||
RE: Compress Images
<ifModule mod_gzip.c>
mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </ifModule> I have used this code but still does not improve page loading speed: http://ford-ranger.weebly.com/ There is no better solution to help me? Thank! |
|||
09-04-2015, 12:52 AM
Post: #12
|
|||
|
|||
RE: Compress Images
It doesn't appear that your pages are being compressed using the above code.
You are putting it in the ".htaccess" file at the root of your domain, correct? It doesn't have any file extension and it is literally .htaccess. I would check with your hosts to see if they do support .htaccess and ask them to turn on http compression for you if that is the case. If not, then get a host who will. I specialise in speeding up websites. Want a free quote? Just give us a private message and we'll see what we can do for you. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)