• There is something definitely wrong with W3 Total Cache on WP 4.4. It stopped purging some cache like the CSS and in some instances has completely broken some sites. I’ve had to disable it from every site I maintain.

    The dev hasn’t had any activity for 4 months now and with the latests WP version you’d think he’d already launch a new compatible version.

    It’ll be a real shame if it is. I so much prefer this over any other caching plugin. At this point I’d just like to see a message from the dev saying he working on it.

    https://wordpress.org/plugins/w3-total-cache/

Viewing 9 replies - 31 through 39 (of 39 total)
  • Same here, my 2nd best after W3TC is WP Super Cache. Automattic is one of its author, it’s the creator of WordPress platform. For its minify you can use BWP or Autoptimize.

    On WP Super Cache I don’t see browser cache option, but you can add it directly to your htaccess to enable browser cache. Just copy paste W3TC browser cache option on htaccess will be suffice.

    Checked advanced option on WP Rocket cache, it’s still so simple. Get free plugin instead.

    Edit: I hope Frederick change this plugin to premium to keep it maintained rather than free and abandoned. Do you read this Frederick?

    Was just getting ready to install this and use cdn on a new site..guess I will be watching this thread and looking for another option.

    Even the devs website is 10 months out of date.. odd that such a popular plugin would not be updated. Even the pro version seems to be missing?

    The only reason why I’m sticking with W3TC is due to its integration with MaxCDN–my site loads up in under 3s. However, because of the lack of updates, I’ve had reconfigure my setup but I think I may have found good solution?

    Along with W3TC, MaxCDN and Autoptimize, I’m on DreamHost on the DreamPress 2 package. After following MaxCDN‘s instructions for W3TC config, I went back and disabled everything on the Minify page and installed Autoptimize as my CSS/JS minifier; still haven’t found a solid HTML/XML minifier yet.

    Because Varnish comes installed with DreamPress 2, I also disabled Object Cache as well as added my site IP address into W3TC‘s Varnish server list. Database Cache I’ve always kept disabled.

    Finally, with the exception of jQuery, Ajax and my (combined) Underscore-Backbone files, my main JS file is loaded last at the bottom of my page to reduced content load times.

    If anyone has any additional tweaks or configs that I didn’t mention, I’m all ears!

    Is anyone up to fix the code?
    I have some plans: https://github.com/szepeviktor/fix-w3tc

    @ViktorSzépe good idea! I will help!

    @victor, this may be incompatible with your goals but I had intended to seek out individual plugins that accomplished each of the optimization tasks that W3TC provided.

    For example, Batcache would take care of page caching in memcache and hopefully Cache API calls. Another (or perhaps a custom refactor based on W3TC) would let me map out URLs to a pull CDN.

    I hadn’t found a replacement for browser caching including .htaccess mods, header enhancements, and dynamic query strings but someone must have done it.

    In the end I’d love to split up W3TC in modules that can be enabled as necessary. There are entire sections (minification) which I don’t care about and only result in extra code.

    @deltafactory I think every w3tc problem can be fixed within an hour of debugging.

    That is why I started that repo.

    Ashok

    (@bappidgreat)

    Viktor Szépe, great initiative. I have forked your repo.

    why dead, i still use on my site, my site use w3tc and autoptimize: http://www.jeparamedia.com
    thanks

Viewing 9 replies - 31 through 39 (of 39 total)
  • The topic ‘Is W3 Total Cache Dead?’ is closed to new replies.