Very Slow to load Gallery - What am I doing wrong ?
Dannyo
Joined: 2013-11-13
Posts: 8 |
Posted: Fri, 2013-11-15 23:10 |
Hi Guys, I Would appreciate advice on if I am doing something wrong. My web page is taking a very long time to load Gallery (only a few photos). My URL is : http://www.mywebsite.com/photos/index.html Gallery Stats: Version: 3.0.9 (Chartres) Server stats: I don't want to give up on Gallery so any help or tips on how to speed this up would be appreciated ! Many Thanks |
|
Posts: 8339
Your server seems a bit slow.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 8
I ran a speed test on the server and it appears to be running pretty fast :
"The web page took 1.72 s to load, used 19 requests, and weighed in at 437.2 kB.
The Google Page Speed performance grade for this web page is 73/100
http://fpt.pingdom.com#!/uJhrj/http://www.mywebsite.com/photos/index.html "
The delay seems to be around the jQuery call.
Is there anything I can do to speed this up ?
Regards,
Dan
Posts: 8339
You can use the combined is instead. It already contains jQuery.
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 8
Suprsidr - Thank you for all your time & patience !
I am sorry I don't understand your last comment about using combined is instead.
Kind Regards,
Dan
Posts: 8339
instead of referencing all the separate javascript files, you can reference the combined instead:
<script src="/code/g3.rest.combined.js"></script>
it includes everything you need including jQuery
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 8
Thanks Suprsidr -I tried the g3.rest.combined.js , but the loading speed is the same , the delay seems to be around the jQuery call