Brenna
Forum Replies Created
-
Forum: Plugins
In reply to: [Cachify] Cannot Delete Cachifyokay, I fixed it finally.
was not a problem with the plugin, but with my personal php.ini settings.I did a quick search on my server using
grep -l -i -r proxy.php *and figured out, that I had set the “auto_prepend_file” to the APC-Proxy file of Cachify.after removing that, everything worked fine.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Cache crashes first timeafter playing around with the Brower Cache settings, I could figure out that there’s no problem when ‘Enable HTTP (gzip) compression’ is disabled…
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Cache crashes first timelooks like there’s something going wrong with the Browser Cache…after disabling Browser Cache everything works fine…does anyone know something about it?
Forum: Plugins
In reply to: [Optimize DB] [Plugin: Optimize DB] It doesn't work with WP 3.4same here…
Forum: Plugins
In reply to: Auto replace -amp; with & or and in post titlenot sure if i got it right, but
& a m p ;equals && a m p ;is a masked & and will be presented by your browser in that ‘right’ way.Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Nothing is being cachedalright then,
I played around some more with the settings and came up with the following solution:
- Page chace enabled – Disk enhanced
- Minify enable – Disk
- Database cache enabled – eAccelerator
- Object cache enabled – eAccelerator
- Browser cache enabled
- CDN disabled
Furthermore I had to uncheck CSS minify and gzip compression for JS and CSS due to encoding problems (the resulting js/css file were encoded wrong…). Now the caching system is running anyway!
By the way, if you know any good (Cloud)-Hoster with excellent W3 Total Cache support, let me know – probably I going to move my pages to another one…