Peter Petrov
Forum Replies Created
-
Great! Glad I could help π
Hey! Thanks for the screenshot. Yep, it is indeed enabled.
Could you try with a different browser? For example, the homepage – https://alghad-ar.com/
If you could check the console for any errors and paste them here if there are any, that would be great!
Also – is the Image Guide option visible in the WordPress admin bar at the top of the page? It looks like this:

It is possible that it is enabled in the admin, but the option is toggled off (paused) in the front-end.
- This reply was modified 2 years, 4 months ago by Peter Petrov. Reason: clarification
Hello there!
Is the Image Guide feature enabled in the Boost settings?
If it is – make sure you’re logged-in, as that’s the way to see the guide.
Forum: Plugins
In reply to: [WP Super Cache] Problems in trying to view the debug logHey @ericr23!
Apologies for taking this long to respond. I would like to thank you very much, for taking the time to debug the issue yourself and sending us your findings. Thanks the information you provided, we were able to identify the bug and squash it!
I’ve opened a PR with a fix that should hopefully go out in the next version.
Cheers!
Forum: Plugins
In reply to: [WP Super Cache] Compatibility with PHP 8.1Forum: Plugins
In reply to: [WP Super Cache] wp-config.php permissions set to 600Well, the config.php always had 644 permission.
I suspected as much. Just wanted to make sure it wasn’t set to 600 from the last time there was an issue.
Maybe i could try it to a test site, at some point.
If you could run it on the same server that would be great! As for me – I’m afraid I can’t debug this properly, as I can’t get it to occur on any of the test instances I ran.
But seems strange that the issue is HALF fixed, meaning that there was a real issue and part of it was fixed.What’s more weird is, that the same code is ran every time a file gets updated.
That is strange. There’s only one place in the whole plugin that changes permissions and that code is the same that’s ran for every file update.
Forum: Plugins
In reply to: [WP Super Cache] wp-config.php permissions set to 600I added an edit to my previous reply, but I’ll move it to a separate reply to make things easier to follow.
Would it be possible to disable all plugins except WP Super Cache, and make sure wp-config.php has the right permissions before interacting with WP Super Cache?
Forum: Plugins
In reply to: [WP Super Cache] wp-config.php permissions set to 600Hey!
Thank you for the swift response! That helps narrow it down.
However – I just installed super cache on a fresh instance and activating, deactivating the cache or deactivating and removing the plugin does not update the file permissions.
- This reply was modified 2 years, 9 months ago by Peter Petrov. Reason: test clarification
Forum: Plugins
In reply to: [WP Super Cache] wp-config.php permissions set to 600Hey @dimalifragis sorry to hear that you’re still having problems.
I imagine you’re using the latest version (1.9.3). If that’s the case, permissions shouldn’t get updated and it is possible we might have missed something.
Can you tell me when do permissions get updated? Activating/deactivating the plugin, updating specific settings? Anything you could give me as info would be greatly appreciated.
Forum: Plugins
In reply to: [WP Super Cache] Cache isn’t speeding my site up it is making it very slowHey! Sorry to hear you’re having trouble with WP Super Cache.
Did the slowdown start to happen once you installed WP Super Cache and activated caching? Also – is WP Super Cache enabled and is caching currently active?
Looking at the server response time – static resources load rather fast. For example the license.txt loads under 300ms. However, requests related to WordPress are slow for some reason. For example – the server response for the 404 page (which is just a plain page) is around 2-3 seconds.
You’re right to pick WP Super Cache, as it will reduce the time by caching pages. On the other hand, load times like these lead me to believe that there’s something not right with the website.
Is there a way to disable all plugins and check the load speed of some pages? For example – check the 404 page after disabling all plugins.
Regarding uninstallation – what exactly is giving you trouble when you try to uninstall? Uninstalling the plugin shouldn’t be any different than any other plugin – disable and uninstall.
Forum: Plugins
In reply to: [WP Super Cache] How to Exclude Post Type from Clearing CacheHey @kratosgemini!
Sorry it took this long to get back to you. Good news is, this is now doable with the latest version of the plugin (1.9.3).
We’ve updated the FAQ section of the plugin to include a fix for your specific case here.
However, this is not a complete solution to the problem, since the homepage will need to be re-cached each time you update a post from the excluded post type. We’ve opened a GitHub issue about that and are currently investigating.
Forum: Plugins
In reply to: [WP Super Cache] Uncaught Value Error in CDN TabHey @beenni09052005!
No problem and thank you for the information! That helped us pinpoint the problem.
Is your WP Super Cache in German by any chance? I’m asking, since there’s a bug in the translation for that exact line of text (there should be an
sright before theSin%1$Site.If it is, the only solution for the moment is to switch to English (as it doesn’t have that error) until the translation gets fixed so you can update it.
Forum: Plugins
In reply to: [WP Super Cache] Uncaught Value Error in CDN TabHello there!
After checking the code, it’s possible that there’s a bug there.
Could you tell me what the PHP version running the web server is?
If you could also provide the WP Super Cache version that would be great!- This reply was modified 2 years, 10 months ago by Peter Petrov. Reason: include wp super cache note
Forum: Plugins
In reply to: [WP Super Cache] Cache status messagesHey!
Just tested this and I mistakenly kept clicking “Enable Logging”. You’re not making the same mistake as me, right? You’re clicking “Save Settings” π
If so – can you check if updating an option on other pages works?
Hey!
This does seem frustrating… I’m testing on my local instance and things seem to be working correctly. It sounds like the PHP user can’t create the file in wp-content or there are some other shenanigans afoot.
Reinstalled the plugin multiple times but it wonβt go away. I cannot enable caching either.
After uninstalling, wp-config.php shouldn’t have WP_CACHE and WPCACHEHOME. The advanced-cache.php and wp-cache-config.php files should also not be present in wp-content.
After installing – could you check if the advanced-cache.php and wp-cache-config.php files are present in wp-content? Also that the WP_CACHE and WPCACHEHOME PHP constants are in wp-config.php? And if they are – if WP_CACHE is true and WPCACHEHOME is pointing to the right place?
I know you mentioned that you checked them, but I just wanted to make sure. So if you’re up to digging further, I’ll gladly assist you.
- This reply was modified 2 years, 11 months ago by Peter Petrov. Reason: formatting