Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter LikeCatcher

    (@likecatcher)

    update: Minify is now working. Is there a delay from the time I click enable till its done?

    Plugin Author Emre Vona

    (@emrevona)

    No, there is no delay.

    You need to refresh a page twice. If a page is cached, at the bottom of the page there is a text like “<!– WP Fastest Cache file was created in 0.330816984177 seconds, on 08-01-14 9:01:35 –>”.

    Thread Starter LikeCatcher

    (@likecatcher)

    I don’t see <!– WP Fastest Cache file was created in 0.330816984177 seconds, on 08-01-14 9:01:35 –> on any of my pages, even If I refersh twice.. my site is http://likecatcher.com

    Thread Starter LikeCatcher

    (@likecatcher)

    I see in the about page , but it does not show the cashed page. to you think there is an issue with the .htaccess file? See it below:
    —–
    # BEGIN WpFastestCache
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    AddDefaultCharset UTF-8
    RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
    RewriteCond %{REQUEST_URI} !^/wp-login.php
    RewriteCond %{REQUEST_URI} !^/wp-admin
    RewriteCond %{REQUEST_URI} !^/wp-content
    RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{HTTP:Profile} !^[a-z0-9\”]+ [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f
    RewriteRule ^(.*) “/wp-content/cache/all/$1/index.html” [L]
    </IfModule>
    # END WpFastestCache
    # BEGIN GzipWpFastestCache
    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    </IfModule>
    # END GzipWpFastestCache
    # BEGIN LBCWpFastestCache
    <FilesMatch “\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf|x-html|css|xml|js|woff|ttf|svg|eot)(\.gz)?$”>
    <IfModule mod_expires.so>
    ExpiresActive On
    ExpiresDefault A0
    ExpiresByType image/gif A2592000
    ExpiresByType image/png A2592000
    ExpiresByType image/jpg A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/ico A2592000
    ExpiresByType text/css A2592000
    ExpiresByType text/javascript A2592000
    </IfModule>
    <IfModule mod_headers.c>
    Header set Expires “max-age=2592000, public”
    Header unset ETag
    </IfModule>
    FileETag None
    </FilesMatch>
    # END LBCWpFastestCache
    # 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
    <IfModule mod_suphp.c>
    suPHP_ConfigPath /home/likecach
    <Files php.ini>
    order allow,deny
    deny from all
    </Files>
    </IfModule>
    # BEGIN YOURLS
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /yourls-loader.php [L]
    </IfModule>
    # END YOURLS
    —–

    Plugin Author Emre Vona

    (@emrevona)

    Hi LikeCatcher, now it works properly 🙂

    <!– WP Fastest Cache file was created in 0.455888032913 seconds, on 13-03-14 1:55:43 –>

    Thread Starter LikeCatcher

    (@likecatcher)

    I see the notation as the last line when I view page source. I wasn’t looking there. Excellant! :{)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Minify HTML, Minify Css, Gzip not working’ is closed to new replies.