Technical Discussion
  >> Windows Issues


Register (or login) on our website and you will not see this ad.


Pages in this thread: 1 | 2 | 3 | 4 | 5 | [6] | 7 | 8 | 9 | (show all)   Print Thread
Standard User Pipexer
(eat-sleep-adslguide) Fri 26-Aug-11 18:58:54
Print Post

Re: Firefox 6


[re: deleted] [link to this post]
 
In reply to a post by 12eason:
That's just history. Close it and reopen it and it'll go to 150 again. I guarantee chrome etc will do the same if used for long enough.

I know, but I think it's unacceptable it creeps up to that level. It would help if they could address some of the performance quirks. It wouldn't hurt them to build-in database compaction for starters. At the moment I run speedyfox once every 2 weeks or so and it vastly helps. (as it happens, someone here pointed me in the direction of that utility)

______________
Zen 8000 Active
Standard User deleted
(deleted) Fri 26-Aug-11 19:01:26
Print Post

Re: Firefox 6


[re: Malwaremike] [link to this post]
 
In reply to a post by Malwaremike:
Fair enough, I'm still on 3.6 and staying there, having seen the FF6 plaster on my wife's new machine. She can't get 3.6 so it looks like IE again ...


Why can't she get 3.6?
Standard User deleted
(deleted) Fri 26-Aug-11 19:08:20
Print Post

Re: Firefox 6


[re: Pipexer] [link to this post]
 
7 does address it slightly, it dumps background tabs to a cache, but it slows down tab switching on image heavy pages.


Register (or login) on our website and you will not see this ad.

Standard User Apprentice
(knowledge is power) Fri 26-Aug-11 19:23:01
Print Post

Re: Firefox 6


[re: Malwaremike] [link to this post]
 
Didn't have any bother going back to 3.6.18 (now 3.6.20), I'm using Windows XP

........... Link


Edit > only upgraded as far as FF4

Alastair

omadasafisho

Edited by Apprentice (Fri 26-Aug-11 19:26:41)

Standard User deleted
(deleted) Fri 26-Aug-11 19:59:23
Print Post

Re: Firefox 6


[re: Pipexer] [link to this post]
 
Doing anything else with that memory?
Standard User Pipexer
(eat-sleep-adslguide) Fri 26-Aug-11 21:19:03
Print Post

Re: Firefox 6


[re: deleted] [link to this post]
 
In reply to a post by Sark:
Doing anything else with that memory?

Sometimes, yes I am, and it causes firefox to buckle because it starts swapping things to and from disk and becomes exceptionally unresponsive (especially when running virtual machines), this is not neccessary when I have 2 wikipedia tabs open or something really minor. I'm not a programmer but I'd have thought it could be made more efficient.

______________
Zen 8000 Active
Standard User Chrysalis
(eat-sleep-adslguide) Sat 27-Aug-11 08:34:59
Print Post

Re: Firefox 6


[re: Pipexer] [link to this post]
 
In reply to a post by Pipexer:
There were no UI changes between 5 and 6.

Corrected that for you wink

By the way, currently have 4 tabs open (3 this site and 1 wikipedia) and FF is using 370MB of RAM according to task manager. Not very impressive.


whats funny is its clear the dev's are aware of the huge ram leak issue on ff4, as they did a plaster fix on 5 and 6.

On ff4, the ram usage just keeps going up whilst its idle, it keeps going up until you do something like close the active tab or load a new page in that tab, at which point the ram will go back down again (not necessarily all of it but most of it).
On ff5, the same happens but they added some kind of process to it that at intervals flushes the data out of ram so it will keep going up then after say 30 seconds it goes back down again and thn will start going up again and then another 30 seconds or so later it recovers again, so its up down up down, so intead of fixing the actual leak they added a mechanism to flush it at set intervals.
ff6 the same as ff5 except it seems to leak a a higher rate.
the about:memory page shows the leak is in the javascript heap allocation.

It would seem the stuttering issues are not fixed at all in ff4,5,6 I just thought they were as I was until very recently only loading a dozen or so tabs in the browser at once. Plus to make matters worse changes were made in 4 upwards that have broken bartab and even to the point the dev of bartab cant update it to work fully on 4,5,6. I feel the core causes of firefox's stittering are.

1 - storing data in sqlite format, this is significantly slower than plain text storage or using the registry. Data gets flushed to these files at regular intervals hence the stutters.
2 - frequent garbage collection, this is frequent I assume due to lots of memory leaks, IE also has memory leaks but it doesnt seem to bog down the browser like it does on FF.
3 - garbage collection, browser gui, web site data all sharing a single process, so this means all tied down to one cpu core for performance and using loads of ram in one process. So eg. if you have IE9 open with 10 tabs, you will probably have 4 or 5 iexplore.exe processes splitting the cpu/ram load between them and if a tab crashes only the tabs sharing that single process crash with it, not the entire app. firefox will have the entire lot in one firefox.exe process, except if the plugin-conteiner is enabled (mentioned few posts back) then things like flash will go in an extra process which stops flash stuttering due to GC.
4 - no sandbox, in 2011 this is just silly to not have a built in sandbox function, even IE has had it for many years now since vista launch. chrome had from start.

there is a few other things but on these basics firefox is seeing next to no progression from ff3.6 to ff6. On the ram load/leaks, stuttering its actually regressed.

If we compare the progress of IE7 to IE9, microsoft seem to have worked on their main issues. They massively improved compliance to standards, IE9 is very good on it. They improved speed, IE9 is my fastest browser easily, way faster than FF6. They improved security, sandboxing, built in ad protection, built in activex protections, and they added built in crash protection. They also will support IE9 until about 2016/2017 rather than a 6 week EOL from firefox.

Edited by Chrysalis (Sat 27-Aug-11 08:41:50)

Standard User deleted
(deleted) Sat 27-Aug-11 08:43:41
Print Post

Re: Firefox 6


[re: Chrysalis] [link to this post]
 
In reply to a post by Chrysalis:
On ff4, the ram usage just keeps going up whilst its idle, it keeps going up until you do something like close the active tab or load a new page in that tab, at which point the ram will go back down again (not necessarily all of it but most of it).
I don't get that. It would be a blocking bug too, but it's not on bugzilla. I'd imagine it's caused by a plugin or addon. The fact that it is in the javascript heap would point to that too.
Standard User deleted
(deleted) Sat 27-Aug-11 08:53:08
Print Post

Re: Firefox 6


[re: Chrysalis] [link to this post]
 
The developers are still working on this problem, but don't seem to be having much success yet. There's obviously some fundamental flaw there. With all the tools available nowadays to profile memory usage in a program I can't think why they can't track this one.
Standard User deleted
(deleted) Sat 27-Aug-11 09:00:49
Print Post

Re: Firefox 6


[re: deleted] [link to this post]
 
The improvement has nothing to do with a leak. They are just general improvements to the memory management as I've already mentioned. The author of that blog thinks there's a leak, but he's wrong. You'll notice his 'test' is pathetically trivial.
Pages in this thread: 1 | 2 | 3 | 4 | 5 | [6] | 7 | 8 | 9 | (show all)   Print Thread

Jump to