Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Hi!
I have create now me new website and after some trouble wie die response time of the home page I set up a new version with a clean Backlight Installation and create only the needed templates.
The empty testside is avalibel here: http://gosslar.homedns.org:8888/
Then I make a copy of all and start to put the full content in the side. Currently I have
normal side:
Album sets: 230
Albums: 438
The testside has:
Album sets: 19
Albums: 37
And I see, that the homepage needs more time to answer. I measure with firebug the following times for the answer of the first get for the homepage
http://gosslar.homedns.org/ 4357ms
http://gosslar.homedns.org:8888/ 368ms
The effect is only seen on the homepage, all other requests on some galleries have the same speed
Both sides are running on the same server, I measure the sames behaviour every time, check it also from different network provider. All times I see the same result. The side with a lot of albums is slow and I think if I add more pictures/albums the spped goes down again.
So my question is, how can I fix it? Or is a workaround avalible (without removing the albums). Is there a logfile, where I can check what is need more time? I found only the logfiles for the publisher and the designer, but not for the running system.
Bay the way. In the apache log files I see, that these file is missing (on both server)
backlight/publisher/vegas.min.js.map
I found only a vegas.min.js file. Have a make something wrong? But I think, this is not the reason for theslow down of the speed, because the file is missing on both server.
Thanks for the help!
Christian
Offline
Visiting your site, I'm finding nothing out of the ordinary. Your home page and galleries are loading as I would expect.
Lovely landscapes, by the way.
Offline
Lovely photos! I've run a test on your site to check for database performance, and it seems to be running well, so that is not an issue.
FYI, the link to check that is http://gosslar.homedns.org:8888/?performance&skipCache. The result that indicates the speed is the line "http://gosslar.homedns.org:8888/?performance&skipCache". I'm seeing 60 milliseconds, which is fast.
Offline
Visiting your site, I'm finding nothing out of the ordinary. Your home page and galleries are loading as I would expect.
Hm, maybe I describe it wrong
Lovely landscapes, by the way.
Lovely photos!
Thanks!
I've run a test on your site to check for database performance, and it seems to be running well, so that is not an issue.
FYI, the link to check that is http://gosslar.homedns.org:8888/?performance&skipCache. The result that indicates the speed is the line "http://gosslar.homedns.org:8888/?performance&skipCache". I'm seeing 60 milliseconds, which is fast.
Ah, great check and I see, what I describe wrong. Both side have the same layout, side on port 8888 is fast and the normal webpage slow. Only the number of include pictures, albums and album sets are different. With the commandline I check it and see these:
Testside, same layout, less albums I measure this:
time taken to query Publisher1: 64.126968383789 milliseconds
time taken to parse XML (/srv/www/vhosts/gosslartest_port8888/htdocs/backlight/modules/module-theater/engine.xml): 4.0738582611084 milliseconds
time taken to query Publisher2: 74.930906295776 milliseconds
time taken to parse XML (/srv/www/vhosts/gosslartest_port8888/htdocs/backlight/modules/standard-page/engine.xml): 7.4398517608643 milliseconds
time taken to parse XML (/srv/www/vhosts/gosslartest_port8888/htdocs/backlight/modules/module-theater/engine.xml): 4.2159557342529 milliseconds
time taken to parse XML (/srv/www/vhosts/gosslartest_port8888/htdocs/backlight/modules/standard-page/engine.xml): 7.2939395904541 milliseconds
time taken to generate template: 23.215055465698 milliseconds
connectionKey: designer/master.sq3
Christian Goßlar 8888
Normal side, a lot of album sets and albums
time taken to query Publisher1: 1776.4070034027 milliseconds
time taken to parse XML (/srv/www/vhosts/gosslar_homedns_org/htdocs/backlight/modules/module-theater/engine.xml): 4.0860176086426 milliseconds
time taken to query Publisher2: 1787.232875824 milliseconds
time taken to parse XML (/srv/www/vhosts/gosslar_homedns_org/htdocs/backlight/modules/standard-page/engine.xml): 7.2870254516602 milliseconds
time taken to parse XML (/srv/www/vhosts/gosslar_homedns_org/htdocs/backlight/modules/module-theater/engine.xml): 4.0709972381592 milliseconds
time taken to parse XML (/srv/www/vhosts/gosslar_homedns_org/htdocs/backlight/modules/standard-page/engine.xml): 7.2901248931885 milliseconds
time taken to generate template: 22.547960281372 milliseconds
connectionKey: designer/master.sq3
Christian Goßlar
time taken to query Publisher1: 64.126968383789 milliseconds <<< testside, some albums
time taken to query Publisher1: 1776.4070034027 milliseconds <<< normal side, a lot of albums
The same time difference I see more the one time in the log. These matchs also with the timing from firebug:
timing for load the testside, the browser wait 0,3 sec for the answer (german "warten")
timing for load the normal side, the browser wait 5,5 sec for the answer (german "warten")
And 5 sec. before the first picture is seen is too long I think, especially when the connection is fast, the server also.
regards
Christian
Offline