• Resolved phanindrakb

    (@phanindrakb)


    Hi,

    I am using your plugin,

    As per your suggestion for gzip compression i kept your code in my .htaccess.

    Even though it’s not compressing please see google page speed suggestions
    https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.coursesmba.com%2F&tab=desktop

    My .htaccess code is

    <IfModule mod_deflate.c>
    	<IfModule mod_filter.c>
    		AddOutputFilterByType DEFLATE text/plain text/html application/x-httpd-php-source
    		AddOutputFilterByType DEFLATE text/xml application/xml application/xhtml+xml application/xml-dtd
    		AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml image/svg+xml
    		AddOutputFilterByType DEFLATE text/css text/javascript application/javascript application/x-javascript
    		AddOutputFilterByType DEFLATE font/truetype application/x-font-ttf font/opentype application/x-font-otf
    	</IfModule>
    </IfModule>
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    # BEGIN Cache-Control Headers
    <ifModule mod_headers.c>
    
    <filesMatch "\.(ico|jpe?g|png|gif|swf)$">
    Header set Cache-Control "max-age=0, public"
    </filesMatch>
    
    <filesMatch "\.(css)$">
    Header set Cache-Control "max-age=0, public"
    </filesMatch>
    
    <filesMatch "\.(js)$">
    Header set Cache-Control "max-age=0, private"
    </filesMatch>
    
    </ifModule>
    
    # END Cache-Control Headers

    my site is coursesmba dot com please check this and help me.

    Thanks.

    https://wordpress.org/plugins/quick-cache/

Viewing 1 replies (of 1 total)
  • Plugin Author Raam Dev

    (@raamdev)

    I just checked your site and you don’t appear to be using Quick Cache.

    Keep in mind that Google Pagespeed measures various things and a score of 100 is not necessary. Even the Google Pagespeed results for google.com show only 68/100 for a score.

Viewing 1 replies (of 1 total)
  • The topic ‘Pathetic slow, not compressing’ is closed to new replies.