berrywhy
Forum Replies Created
-
What happens if I just simply install this plugin without doing anything else with regard to server?
Thanks for quick reply. I’m not familiar with Redis but just heard it is good cache solution for the server. I actually meant What is the difference between using this plugin or following the tutorial below.
Forum: Plugins
In reply to: [WP Super Cache] WP_CACHE constant added to wp-config.phpSolution: Move the lines below to the very top, just after the opening php tag .
define(‘WP_CACHE’, true);
define( ‘WPCACHEHOME’, ‘/var/www/html/wp-content/plugins/wp-super-cache/’ );But they are not at the very top but still working on another site. Question to developer, why is that?
Forum: Plugins
In reply to: [WP Super Cache] WP_CACHE constant added to wp-config.phpI am getting the error below and the plugin is not working:
WP_CACHE constant added to wp-config.php
If you continue to see this warning message please see point 5 of the Troubleshooting Guide. The WP_CACHE line must be moved up.I’ve checked out my file and the lines below at the top of the file:
define(‘WP_CACHE’, true);
define( ‘WPCACHEHOME’, ‘/var/www/html/wp-content/plugins/wp-super-cache/’ );I don’t know exactly when and how this error started. But it probably appeared after I updated my ubuntu version from 16.04 to 20.04 and removed and reinstalled php too due to an problem with PHP versions.
It might not be related though. Could you please help with this?
- This reply was modified 5 years, 5 months ago by berrywhy.
Forum: Plugins
In reply to: [Autoptimize] Never deleting cacheThanks so much.
Forum: Plugins
In reply to: [Autoptimize] Never deleting cacheThanks so much. Is the option ”Minify excluded CSS” important? If it does not make the cache grow so quick, I want to enable it. But, if it is not important and does not improve performance, I can leave it disabled.
Forum: Plugins
In reply to: [Autoptimize] Never deleting cacheI don’t know how it happens honestly. Anyway I disabled Minify excluded CSS and JS files and Also aggregate inline CSS because it was getting big so quick. Now it is okay. But I have two questions:
Let’s say cache grew too much and reach server size, what happens? I use DO and server size is like 25 gb. If it is problematic, why didn’t you have a option to automatically delete it let’s say if it reaches like 2 gb.
Does disabling Minify excluded CSS and JS files and also aggregate inline CSS cause performance issues? Or is it unimportant or minimal?
- This reply was modified 5 years, 5 months ago by berrywhy.