Lag on accessing sections
This is an open discussion with 5 replies, filed under Troubleshooting.
Search
Are there any file upload fields in the lagging sections?
Very good tip, andrrr,
I installed gulp in the workspace, with the huge number of folders under node_modules
. That is the knot.
Thanks!
Interesting, so the file upload fields were trying to get the directory listing to show which caused a slowdown?
Definitely. Not to mention that in such case the /uploads
folder was at the bottom of the thousand folders, and there was no way to skip to the bottom of it, etc. :)
@Manaus, in fact you can by simply typing the name of desired folder.
- click on select box
- type: folder name
it'l jump to it right away
Create an account or sign in to comment.
Hello,
I'm getting a lag of average 29 seconds to access the Sections page in the admin, on the local host. Is there a way to find out where the bottleneck is?
Watching the timeline I see the problem lies in
http://127.0.0.1/mywebsite/symphony/blueprints/sections/edit/7/
, so no remote js or other assets are involved...Thanks