Latency on login page due to galleries loading
-
Hello,
Since few weeks (and I cannot make a strong link with a specific update), The login page of my web site is very slow to draw the login / password input fields. They finish to be displayed but it takes a while !
I can see that the fields seem to be here actually as the mouse changes its cursor when we pass it over the not displayed fields. The background is just white and seems to hide input fields
We have found with missveronica that the extension that causes the issue is Photo Gallery :
Your page is also trying to load a lot of media files (Type jpg and html) from your uploads folder without success.
You are preloading with Ajax all your gallery content to the browser cache during the display of the UM Login Page. When the JavaScript is being refused to get a file by a HTTP error 503 it seems like it’s doing a loop with requesting these files again.
I have now had this JavaScript loop executing in my browser for a very long time and been doing over 4300 requests to the gallery and downloaded 330MB and still doing downloads.
I’m just a shy webmaster (my real skill is C++ / Qt) and I get lost with this problem. Do I manage too much photos in the galleries ? Is it a bug ?
Julien
The page I need help with: [log in to see the link]
- The topic ‘Latency on login page due to galleries loading’ is closed to new replies.