When I open up a layout, and then open the Elements Library… the Dynamic Content section takes up to a minute to show up. See below video. This is an existing site built in the prior release version (this is in a local dev environment too, btw).
When I open up a layout, and then open the Elements Library… the Dynamic Content section takes up to a minute to show up. See below video. This is an existing site built in the prior release version (this is in a local dev environment too, btw).
Thanks @devinelston,
It’s by design that some things that have much more data associated with them load after the initial UI starts to fire up, but it definitely shouldn’t be taking that long. Are you seeing similar unavailability with any of these? Inspecting Elements, Preferences, Theme Options
Thanks!
Yup, same long delay for all of those. Seems after the same minute or so, everything is available.
Thanks for the heads up there. I’ll need to do some more performance testing now that the RC is pushed out.
Hi @devinelston,
I found something out that seems related to this and I wanted to followup here. Would you happen to have debug logging enabled on your site? Could you see if the log files are really bloated out? It could be all the PHP warning output (mostly a warning about the cs_remember function) being generated that slows things down. I’ve fixed that warning for the first point release, so fingers crossed it helps with performance here.
Ok great, thanks for confirming!