Slow backend (articles only) due to one query

Discussion regarding Joomla! 3.x Performance issues.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
perrineco
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Sat May 19, 2007 8:05 am

Slow backend (articles only) due to one query

Post by perrineco » Mon Sep 17, 2018 10:49 am

Hello

I noticed my back end is very slow when I try to access the articles. I checked the debug console and find one query is very slow. So I dived into the code and at the end, saw that the line 73 in JROOT/libraries/src/Form/Field/AuthorField.php makes the page to be very slow

If I comment this line (static::$options[$hash] = array_merge(static::$options[$hash], $options);) the page loads quite faster. I don't know if it is important or not.... Any help?

Moreover I used Chrome developpers tools and looked at the network tab when the line 73 was not commented. I notice the first requests look like normal. Then at some point nothing happens and after 2 min the following requests are processed. I tried to show it in this pic

Thanks a lot for your help. What should I do?
perrine
You do not have the required permissions to view the files attached to this post.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44091
Joined: Sat Apr 05, 2008 9:58 pm

Re: Slow backend (articles only) due to one query

Post by Webdongle » Tue Sep 18, 2018 9:06 pm

http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".


Locked

Return to “Performance - Joomla! 3.x”