I have a couple of my own custom shortcodes on a WordPress Page, and part of what these shortcodes do is display Formidable Forms Views or run javascripts that access FF fields.
When I'm simply updating the page, it's taking >15 seconds and running over 1,800 queries. Via Query Monitor I'm seeing all kinds of Formidable Forms database calls, as if it's processing what's in those shortcodes (see attachment).
Not sure what's going on here.
Well well - it's Site Origin that's somehow executing code during the Update process.
Placed both shortcodes in WordPress Classic Editor mode and the page updates in 1.5 seconds with only 157 queries.
And, interestingly, when I view the page on the front end, it loads faster than the Site Origin version.
I've been having front-end speed issues with some complex FF Views - will see if this resolves those as well.
Thanks so much!
GP
Turns out that Site Origin keeps a rendered version of the page as a backup - thus, if the plugin was removed, the page would still show up as it normally should. I wasn't aware of this behaviour, and I've never had the behaviour cause issues on the many sites where I use it. You can, however, turn off the behaviour, and that has resolved the slowness in Updating, while still being able to use Site Origin for the site.
How are you placing the custom shortcodes on the page? Are you using the shortcode or HTML block?
Please login or Register to submit your answer