lucas6888
Forum Replies Created
-
Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommerceI will certainly do both.
Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommerceCan’t even argue, it gave amazing performance from the start (products page generation time from 2.10s to 0.50s) and apart from this, I had no fatal errors during navigation on backend like it used to happen with Redis (even though I don’t know if I misconfigured it, I know of many cases of corrupted data or broken sites). I’ll consider using your plugin on my other website as well. Keep up the good work and thanks for your help!
Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommerceI was able to solve the issue, here is how in case someone else will need it:
Even if Query Monitor said the APCu extension was enabled, there wasn’t any extension=apcu.so line in php.ini, so I added it. Now php -i | grep apcu gave the error
PHP Warning: PHP Startup: Unable to load dynamic library ‘apcu.so’ (tried: /usr/lib/php/20230831/apcu.so)
So I actually installed the APCu extension for my current PHP version with
sudo apt-get install php8.3-apcu
And now the grep command above said apcu was already enabled in /etc/php/8.3/cli/conf.d/20-apcu.ini, so I deleted the line in php.ini and added apc.enable_cli=1 in 20-apcu.ini. Now It works perfectly.
Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommerceI restarted Apache, what do you mean by restarting PHP? Could you provide the command?
Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommerceForum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommerceReturns nothing indeed, but still the plugin is active, Query Monitor detects it, and queries are actually cached. Also, the error above shows it should be enabled since it interferes with the script…
Forum: Plugins
In reply to: [atec Cache APCu] WP-CLI and WooCommerceThank you for the fast reply, I added that line in php.ini for the current version of PHP I’m using, because it wasn’t there already, but it still doesn’t work and throwed the same error. Should it be already there set to 0, or I should write it in a specific location?
Forum: Plugins
In reply to: [Docket Cache - Object Cache Accelerator] Fatal error, can’t activate pluginI see, thank you for your help! I’ll give it a shot. I’m marking this as resolved
Forum: Fixing WordPress
In reply to: Home page brokenI tried all of the above and also tried substituting WebP images with JPG manually, still the same. it seems to be an issue with the theme shortcodes since it’s a theme that never gets updated, or maybe I’m missing something
Forum: Fixing WordPress
In reply to: Home page brokenI tried pausing Cloudflare but still no luck. Also tried to deactivate all plugins, still nothing
- This reply was modified 1 month ago by lucas6888.
Forum: Fixing WordPress
In reply to: Home page brokenHello, have you tried on an iOS device? I also see everything fine from Windows or Android
Yeah I know it is a different issue but it was the most similar and recent I found to get a quick response. Thank you again!
Yeah It was active of course and I followed all the instructions. I uninstalled the plugin in the end since it was breaking the site on too many levels. I appreciate the help anyway.
I see, I thought that as there are tools online to convert from WebP, there was also a good chance plugins for bulk conversion on website existed. Thank you for the answer anyway
Hello, since it seems like having an answer here is more likely than having one from the official support, do you know a way to reconvert all webp images back to JPEG? I need that since on iPhone none of the images are showing up
- This reply was modified 1 month ago by lucas6888.