Mark
(@delayedinsanity)
Well that’s not good, it shouldn’t be using the entire 128 for any reason whatsoever.
Do you have any plugins installed that add things to the edit post page? Sometimes media plugins, slideshow plugins or other content related plugins will add various metaboxes to the edit post or edit page screens. I’m wondering if this is the case, if my plugin is conflicting with another over something.
I’ll take a look at the code tomorrow morning and see if I can see anything obvious on my end.
Mark
(@delayedinsanity)
I have a pretty good suspicion of what was causing that error for you. Props to Query Monitor for making that far easier to diagnose than it may have been otherwise.
In order to detect what page the shortcode is on, I was running a recursive search through all the posts and then temporarily storing the results in a transient. No bueno.
The next release scans the post content on save for the shortcode, and updates the proper setting when it’s detected. This should be dramatically lower impact and shouldn’t cause any out of memory issues.
Fixed in c5371e0e5b97329bde0c555f5950556a257dc9f9
Hello!
I tried to disable all plugins, but it’s still in 0.5.4-beta did not work. Plugin Query Monitor found nothing, everything worked, but not LDD Directory Lite.
So I downloaded version 0.5.5-beta, which you have provided for download already and it works! Thank you for your help.