WordPress varnish pages printed twice
WordPress varnish pages printed twice
WordPress varnish pages printed twice
I have the same configuration as you and I too have run into this problem. Assuming that you have got the modules enabled (see below), I think you can safely ignore the results of this part of the compatibility test. W3 Total Cache reports missing modules because mod_php is disabled by Bitnami due to their … Read more
Browser detection booleans mess. Caché plugin?
You would better to contact plugin author, because this is for more general wordpress stuff. In general, you can clear your cache when comment is added. There is comment_post hook. This hook will be run when the comment is submitted. To see Reference
W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove
You can use this filter, function ar_lazyload_deactivate() { if ( is_singular( ‘posttype name’ ) ) { add_filter( ‘do_rocket_lazyload’, ‘__return_false’ ); } } add_filter( ‘wp’, __NAMESPACE__ . ‘\ar_lazyload_deactivate’ );
My wp database has been hacked
If you have any kind of caching enabled on a site with WordPress, IMHO, it’s probably best to use cookies instead of session variables, because with caching enabled, the user’s request for a page may not even hit the server at all — so the session var isn’t even being read. What I typically do … Read more
Google Page Speed
Content-Security-Policy implementation with WordPress W3Total Cache plugin installed