Minimizing or bypassing a slow query in the results
-
Hey guys,
So, it would appear that my membership plugin is regularly writing and deleting MASSIVE entries in the wp-options table. I have no idea why.
My problem is that these entries are so freakin huge that I can’t even scroll past them to see what the other slow queries are… I’d like to cache them with Redis, but I have no idea if that’s possible because it’s seemingly an infinite scroll.
I made a video if you want to see what I’m dealing with:
https://www.dropbox.com/s/eqmdxx6de9z3c3v/for%20query%20monitor%20support.mkv?dl=0
Is there ANY way that I can minimize or skip this query to see what the other slow queries are… in case I can actually cache them and improve the load speed of this page?
As a coding guru yourself, do you have any idea what kind of diabolical maniac would be inserting something like this into the wp options table on every page load??? It seems… insane.
Anyhow, thank you for your time and help.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.