• Resolved FabD

    (@fabd)


    I use W3 Total Cache, it’s works fine until “minify” feature is enabled. When “minify” is ON, the homepage take several (> 5-10s) seconds to be display, when “minyfy” is OFF, the page is display in milliseconds (< 0.5s).

    The blog is on a dedicate server (Apache2, PHP-FPM 5.3.3, APC, Memcache), and the load average of the server is low.

    Any ideas ?

    Thx,
    Fabien

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor Frederick Townes

    (@fredericktownes)

    Will need a bug submission form submitted from the support tab of the plugin.

    Thread Starter FabD

    (@fabd)

    Thx, I’ll submit a report.

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    I believe the .htaccess file in wp-content/w3tc/min/ was missing here.

    Thread Starter FabD

    (@fabd)

    The .htaccess in “wp-content/w3tc/min/” is present when the feature
    is enabled.

    I have made differents others tests. The minify feature works when I activate “HTML” minify only.

    After, if I activate CSS minify (+ HTML minify), I’ve strange issues. The time
    to load page is very long. Sometimes, It seems to work with Safari,
    but not with FF4 (on Mac OS X)… The link for the compiled css works fine, I’m perplex.
    Note that the blog performances are good without Minify, but I would like to understand ??

    Fabien

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    If you’re on a shared or underpowered server HTML minification may not be possible.

    Thread Starter FabD

    (@fabd)

    No, “HTML minify” works fine, the blog runs on a dedicated server. The problems come when I activate CSS or JS minify.

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Does the file wp-content/w3tc/min/.htaccess exist on your server?

    Thread Starter FabD

    (@fabd)

    Yes, the .htaccess exists, and contains the following lines :

    # BEGIN W3TC Minify
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wp-content/w3tc/min/
    RewriteRule ^([a-f0-9]+)\/(.+)\.(include(\-(footer|body))?(-nb)?)\.[0-9]+\.(css|js)$ index.php?tt=$1&gg=$2&g=$3&t=$7 [L]
    </IfModule>
    # END W3TC Minify

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Sorry, have you submitted a report?

    Thread Starter FabD

    (@fabd)

    Hi,

    Yes, I’ve submit a report, but now, after having installed the last version
    (0.9.1.2), all features seems to work properly, i didn’t notice any strange issue. Thank you very much for your very good work.

    Thx
    Fabien

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    You’re welcome.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: W3 Total Cache] Minify, load time’ is closed to new replies.