-
DarkWolfCave
Hello all,
as soon as I insert a query loop block, the backend becomes extremely slow. Writing is almost impossible because it jerks and the letters appear delayed…
As soon as I remove query loop, everything is ok.
It also seems that the block sends a database query every time it changes (i.e. adds a letter in the text) and therefore slows everything down.
Is it possible to disable the query output in the backend? So that not constantly database querys are sent?Or is there another reason why the query loop block goes so on the performane in the backend?
Many thanks and regards
Peter -
Hi there
that should not be happening is it possible to get a temporary admin login so we can take a closer look ?
-
DarkWolfCave
Hi David,
sure – try and play with my staging-site 😉
Find needed thinks in the private information box
You can try the “slow-performance” post (draft) and do everything you want, also delete the query-loop block(s) there.Thanks for your time and help
Regards
Peter -
DarkWolfCave
Hello,
I find the issue… I use different container to show content. Also a sticky box on the right side (two containers).
And all with an SVG Icon. On two container I used my logo as an svg. It is visible (also on different other post. and here no issue).As long as I include my logo(svg) on the same page only once, everything is ok. But as soon as I use this 2 times or more, the whole page starts to jerk in the background….
I have now edited my logo again and converted it to an svg… Error is gone…
Test again the “old” inserted: Error again.I don’t understand it, but anyway – gone is gone 😉
Now the search begins where I have inserted my logo everywhere…So I will close this Ticket.
Many thanks and regards
Peter -
How odd but i am glad to hear you found the issue.
Out of interest how is the Logo added to the page ? -
DarkWolfCave
Hello David,
it was not the svg image alone. I could only recreate it. Whenever it was included only once, then nothing jerked, with more like two the backend jerked.
But on further investigation I found that it was caused by a plugin (“Worthy”). This counts among other things in the backend the number of characters.
Since my svg image was included as data:image/png;base64 in the first version, there were already 5196 lines of text…. I suspect the plugin, or the processes behind it, were then 2x 5196 lines in addition to too much text something overwhelmed…But also on a side with many characters (and without query loop blocks) and no svg icons, the backend jerked until I deactivate the plugin (worthy).
I’ve just never noticed this to such an extreme before. I think a few things came together here. More text, 2 incorrectly created svg-icons, query loop which then led to the fact that it really jerked noticeably.
Sorry for the then incorrectly created ticket here and thanks for your time and the readiness to help 🙂
-
Ah that could explain things – thanks for the extra details, others may find this useful, and my intrigue has now been fulfilled. Thanks again.
- You must be logged in to reply to this topic.