blindpet
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Not compatible with query monitorWhen I clear transients and flush cache it starts working! Memcached and APCu didn’t have to do this, perhaps those flush cache upon activation.
Thanks.
Forum: Plugins
In reply to: [Redis Object Cache] Not compatible with query monitorIf I had the fix I would submit a patch 😉 I am not a PHP developer so all I can do is try things and hope they work or ask experts like yourself.
The memcached fix came from the ElasticPress developer
For memcached the commits that fixed it are here
The APCu fix came from me just changing stuff and hoping it would work
I just forked the APCu so you can see the file changes clearly compared to the original this post.
Hopefully this is enough and when you find the solution I can post the benchmarks.
Thank you
Forum: Plugins
In reply to: [Redis Object Cache] Not compatible with query monitorIn the case with memcached is your friend, the plugin itself needed to be modified (not query monitor).
With php-acpu the plugin itself needed to be modified (not query monitor).
I don’t think it will have anything to do with query monitor needing modification, in both cases it has been an object-cache.php modification that was necessary.
Forum: Plugins
In reply to: [APCu Object Cache Backend] incompatible with query monitorUpdate, managed to fix it by modifiying these functions (albeit randomly)
class APCu_Object_Cache { private $prefix = ''; public $local_cache = array(); public $global_groups = array(); public $non_persistent_groups = array(); public $multisite = false; public $blog_prefix = '';Forum: Plugins
In reply to: [Query Monitor] mysqli errorsI first noticed it when I disable or enable the Query Monitor plugin.
So far I have only seen it happen with Query Monitor.
When the plugin is disabled the symlink is not present in the wp-content folder
Forum: Plugins
In reply to: [Redis Object Cache] Make function public instead of private@Ikraav can you share which lines you patched and in which file? I was unable to find them in the object-cache.php.
Forum: Plugins
In reply to: [Redis Object Cache] Make function public instead of privateI’m not using Redis currently as I have a working modified memcached object-cache.php now, just wanted to pass it on to you and other Redis users so they could make the fix themselves manually if necessary.
This will clarify what I mean. I want the Lazy Load category to be an a link to the lazy load knowledgebase category
Oversight, this plugin does inherit fonts.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] updating options in MySQL is slowThis is getting worse and worse. In query monitor I see this plugin constantly updating its options even when I’m not browsing the plugin’s settings which is one problem. The other problem is 9600 characters are going into that row!
Please do something about this. I own the premium version as well.
Forum: Plugins
In reply to: [Recently] Recently not showing thumbnails of svgI just realized, because the svgs are losslessly scalable I actually don’t even need the plugin to create a thumbnail and instead just use the original image. Perhaps this approach is easier?
Forum: Plugins
In reply to: [Tawk.To Live Chat] Query: Is There a performance impact on the site@deadparrotsoftware where were these tmp files located? It may be a permission issue with the php handler not being able to delete them? If not I’d like to set up a cronjob to periodically empty them every day.
Forum: Plugins
In reply to: [Recently] Add nth of type cssI also tried nth-of-child
Forum: Plugins
In reply to: [Recently] Add nth of type cssHi Hector, I’ve tried so many combinations I’ve lost track. This is my latest attempt:
.recently-featured:nth-of-type(odd) { background-color:#bed9f0;}Forum: Plugins
In reply to: [Recently] Recently not showing thumbnails of svgI currently have SVGs working as the featured images which display properly, I’m also using them in a slider which are showing properly. SVG images in the body of the post are also showing.
I’d definitely like to see if we can get this working, maybe some changes to core could be added to make this possible?
I will await your email 🙂