vtekfi
Forum Replies Created
-
Thanks for you reply. I can’t see any gzip/deflate options in the plugin settings.. Can you advice me how I exactly should disable gzip/deflate ?
Hi,
mu-plugins/ folder was empty.
Installed fresh WP install at https://dev1.jsgroup.fi
The fresh site also gets
cache-control: private, must-revalidateSo I assume there must be something going on with the server itself.. Ack, guess I need to do more investigating. If you have any tips, please do let me know. :/
Thanks for the reply. I disabled the plugin few days back as I had no success of getting it working properly. And I am still not sure where that
cache-control: private, must-revalidatecomes from. Believe me I have tried figuring it out. 😉I have checked the plugins, there really isn’t that many. Updraft, Wordfence, Shortpixel, Yoast. Tried disabling those as well. I run my own “host”, its privately run cpanel system. I have another site on the same server, running this plugin just fine.
Can there be something wrong with my Cloudflare settings? Or should the plugin take care of those when the API info is entered?
Thanks again,
EDIT: I have enabled the WP Cloudflare Super Page Cache plugin again.
- This reply was modified 5 years, 6 months ago by vtekfi.
Howdy, sorry to poke in like this. But, I have the very same issue: https://ww.wp.xz.cn/support/topic/page-caching-seems-not-working-for-both-dynamic-and-static-pages/
Like you, this has been driving me nuts. I have not yet been able to solve this. I hope you get some help which would help me also. I see you’re running on Nginx, mine is on Apache.
Good luck!
I’ve tried hard to find a solution for this. But for some reason, I cant get rid of cache-control: private, must-revalidate.
Do you have any other tips what I could be looking for? Server is running cPanel and Apache with PHP 7.4. Also, the site has been built with Divi Builder.
Thanks for the swift reply!
No, I am not using any other performance plugins. My htaccess is as follows:
# BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress Options -Indexes # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php74 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit # BEGIN WP Cloudflare Super Page Cache # The directives (lines) between "BEGIN WP Cloudflare Super Page Cache" and "END WP Cloudflare Super Page Cache" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_expires.c> ExpiresActive on ExpiresByType application/xml "access plus 0 seconds" </IfModule> <FilesMatch "robots\.txt"> <IfModule mod_headers.c> Header set Cache-Control "max-age=0, public" </IfModule> </FilesMatch> # END WP Cloudflare Super Page CacheI am using Wordfence plugin, could this interfere with your plugin?