Hello,
I have upgraded from 1.23.3 to 1.24.1 and detected a major disadvantage while using the timeline mode:
In the former versions, moving over the events in the timeline to get the correspondent pictures worked like a charme, very quickly and reliable.
Now, in 1.24.1, on the same PC, it needs several seconds for each event before the first picture is displayed.
Any ideas for the reasons or are there options to select to enhance the speed?
TD
Slow timeline performance
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
The page has changed quite a lot which will have an effect. In pre-1.24 versions the timeline view was a huge page with all the event details pre-loaded in the page. In 1.24 the page is much smaller and all event details are fetched as required. Images are not affected by this as they were always loaded on demand.
The effect of these changes would be expected to be that the page would load much faster in the first place with events loading fractionally less quickly (the size of the event text is a small %ge of the size of the image itself). Indeed I am running on low bandwidth setting setting looking at my home system (512k upstream) and images typically load in around 0.5 of a second first time round (after that they are cached). Using firebug I can see that the query to get the frame details takes about 200ms round trip which is the maximum delay to load an image that would be expected. On my local machine the delay is 20ms or so.
Can you check that you have FireFox set up to allow plenty of concurrent network connections, via about:config and filter on http.
The effect of these changes would be expected to be that the page would load much faster in the first place with events loading fractionally less quickly (the size of the event text is a small %ge of the size of the image itself). Indeed I am running on low bandwidth setting setting looking at my home system (512k upstream) and images typically load in around 0.5 of a second first time round (after that they are cached). Using firebug I can see that the query to get the frame details takes about 200ms round trip which is the maximum delay to load an image that would be expected. On my local machine the delay is 20ms or so.
Can you check that you have FireFox set up to allow plenty of concurrent network connections, via about:config and filter on http.
Phil
Phil,
I think the most important settings in my Firefox are:
network.http.max-connections:30
network.http.max-connections-per-server:15
network.http.pipelining: false
network.http.pipelining.maxrequests: 4
I will play a little bit with these.
By the way, I'm using Firefox 3.0.7, seamonkey 1.1.11 an konqueror 4.2.1
TD[/img]
I think the most important settings in my Firefox are:
network.http.max-connections:30
network.http.max-connections-per-server:15
network.http.pipelining: false
network.http.pipelining.maxrequests: 4
I will play a little bit with these.
By the way, I'm using Firefox 3.0.7, seamonkey 1.1.11 an konqueror 4.2.1
TD[/img]