Viewing 15 replies - 16 through 30 (of 95 total)
  • Ben

    (@benbornschein)

    1. Okay i will give your plugin a try and hopefully it keep my good speeds for page caching. Literally all i need to do now is reduce my requests to speed my site up. Do you have the plugin on the wordpress plugin store if not i will download later when Im at home.

    Sadly no due licensing issues. You have to download it from my website. But in terms of speed my plugin is faster then w3 total cache.

    2. Also what do you mean by merging them first? If this something that W3 Total Cache can do?

    As far as I remember me correctly you could configure w3 total cache to just combine/merge JavaScript files without running a minification process.

    3. Is there any other alternatives you could walk me through if all else fails on how to combine my CSS and JS and reduce my requests?

    Sadly no. W3 Total Cache does in this case a better job than WP Super Cache and the only alternative is Better WordPress Minify but this plugin hasn’t got an update in years. So beside W3 Total Cache and my plugin I don’t know any other free plugin which can do that properly. There is also a premium plugin called WP Rocket, but I don’t know how good this plugin can merge CSS and JavaScript.

    • This reply was modified 7 years, 8 months ago by Ben.
    Thread Starter harveyl12

    (@harveyl12)

    I have selected combine only but still no luck, I have excluded the shop page now with the filter on it but its not really a good solution as the shop is not not combined JS.

    Also https://tools.pingdom.com/#!/ejqWag/https://camerabeanbags.co.uk/test/ here you can see JS errors. Any idea on how to fix these?

    I will try your plugin when I’m home later ??

    Ben

    (@benbornschein)

    Please check via FTP if you can find here /test/wp-content/cache/minify/ an .htaccess file. If yes please post its content.

    Thread Starter harveyl12

    (@harveyl12)

    I will get this for you when I’m home ??

    Thread Starter harveyl12

    (@harveyl12)

    When JS minify is on auto in chrome i have lots of JQuery not defined errors. How can i fix these?

    Ben

    (@benbornschein)

    All js files located in /test/wp-content/cache/minify/ can’t be loaded because of an 500 error that is maybe caused by a broken .htaccess file. Did you checked if there is an .htaccess file?

    Thread Starter harveyl12

    (@harveyl12)

    Not yet, i will be checking in around an hour when im home:)

    Thread Starter harveyl12

    (@harveyl12)

    # BEGIN W3TC Minify cache
    Options -MultiViews
    FileETag MTime Size
    <IfModule mod_mime.c>
        AddType text/css .css_gzip
        AddEncoding gzip .css_gzip
        AddType application/x-javascript .js_gzip
        AddEncoding gzip .js_gzip
    </IfModule>
    <IfModule mod_deflate.c>
        <IfModule mod_setenvif.c>
            SetEnvIfNoCase Request_URI \.css_gzip$ no-gzip
            SetEnvIfNoCase Request_URI \.js_gzip$ no-gzip
        </IfModule>
    </IfModule>
    <IfModule mod_expires.c>
        ExpiresActive On
        ExpiresByType text/css M31536000
        ExpiresByType application/x-javascript M31536000
    </IfModule>
    <IfModule mod_headers.c>
        Header set X-Powered-By "W3 Total Cache/0.9.5.4"
        Header set Vary "Accept-Encoding"
        Header set Pragma "public"
        Header append Cache-Control "public"
    </IfModule>
    # END W3TC Minify cache
    # BEGIN W3TC Minify core
    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /test/wp-content/cache/minify/
        RewriteCond %{HTTP:Accept-Encoding} gzip
        RewriteRule .* - [E=APPEND_EXT:_gzip]
        RewriteCond %{REQUEST_FILENAME}%{ENV:APPEND_EXT} -F
        RewriteRule (.*) $1%{ENV:APPEND_EXT} [L]
        RewriteRule ^(.+\.(css|js))$ /test/index.php [L]
    </IfModule>
    # END W3TC Minify core
    
    Ben

    (@benbornschein)

    For testing just rename this .htaccess into “_disabled_.htaccess”

    Thread Starter harveyl12

    (@harveyl12)

    done

    Ben

    (@benbornschein)

    Beside this JavaScript https://camerabeanbags.co.uk/test/wp-content/cache/minify/2a7f9.default.include-body.54de35.js everything looks good. However your site needs 1,24 seconds to send me your test.html. You should try my plugin ??

    Thread Starter harveyl12

    (@harveyl12)

    Gonna try it now buddy, Can i just delete that JS though?

    Thread Starter harveyl12

    (@harveyl12)

    The CSS on W3 Total Cache still breaks my site as well ??

    Ben

    (@benbornschein)

    Before your install and activate my plugin clear the cache in W3 Total Cache and deactivate it.

    Thread Starter harveyl12

    (@harveyl12)

    okay will do, please look here https://tools.pingdom.com/#!/euSIDe/https://camerabeanbags.co.uk/test/

    How can i fix the JS and CSS errors as its giving me 2 connections errors.

    I will try your plugin now but W3 cache is working if i specify all the links to my JS and CSS i want to minify

Viewing 15 replies - 16 through 30 (of 95 total)
  • The topic ‘Minify Breaks Website Format’ is closed to new replies.