[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2019-02-17 Thread Ray king
** Changed in: firefox-3.5 (Ubuntu) Status: Confirmed => In Progress ** Changed in: firefox-3.5 (Ubuntu) Assignee: (unassigned) => Ray king (phylepro123) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2010-12-07 Thread Bug Watch Updater
** Changed in: firefox Status: Confirmed = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/221009 Title: Firefox keeps forcing disk to spin up when browsing because its sqlite storage

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2010-09-18 Thread Bug Watch Updater
** Changed in: firefox Importance: Unknown = Medium -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2010-01-11 Thread Soenke
I can confirm this behavior on karmic amd64 with latest firefox (3.5.7 +nobinonly-0ubuntu0.9.10.1): soe...@kellerautomat:~$ strace -p $(pgrep firefox) -e fsync,fdatasync -tT Process 20808 attached - interrupt to quit 23:21:47 fsync(71) = 0 0.035733 23:21:57 fsync(94)

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2009-10-31 Thread Martin Emrich
Marking this as affecting firefox-3.5, as I, too, see this on karmic with Firefox 3.5. As several people wrote that it affects them, I set it to confirmed right away. ** Also affects: firefox-3.5 (Ubuntu) Importance: Undecided Status: New ** Changed in: firefox-3.5 (Ubuntu)

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2009-10-26 Thread dlgandalf
yeah I know, but this is one big ass regression which shouldn't be too hard fix considering they do know the fix right? -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2009-10-21 Thread dlgandalf
there is a fix committed on 2009-08-28, but this is for firefox-3.0, what is the status on the issue icw firefox-3.5 ? -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received

Re: [Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2009-10-21 Thread Philip Neustrom
I am still seeing this in 3.5. It was responsible for the death -- within 2 months -- of my brand new laptop hard disk. On Oct 21, 2009 4:01 PM, dlgandalf gand...@die-laterne.nl wrote: there is a fix committed on 2009-08-28, but this is for firefox-3.0, what is the status on the issue icw

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2009-08-27 Thread basvt22
** Changed in: firefox-3.0 (Ubuntu) Status: Triaged = Fix Committed -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification because you are a member

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2009-07-16 Thread Philip Neustrom
I can confirm this is still occuring with FF 3.5 in Ubuntu on a Thinkpad x200s. Every new location causes FF to write to disk. lm-profiler clearly shows this. I tried compiling firefox to have: PRAGMA default_synchronous='0'; after each sqlite3_open() in the code, but I think I screwed

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2009-01-22 Thread tjansson
I am still experiencing this problem on my Lenovo Thinkpad X200. When I am on battery the the disk spins down but every time I open a new page the disk spins up and writes something to the disk which locks firefox for 2-3 seconds. I have started to use Opera when on battery just to avoid it.

Re: [Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-12-23 Thread Alexander Sack
Jose Bernardo wrote: The performance hit is awful if you're running intrepid/firefox on a netbook (in my case a aspire one) with a SSD drive. 2-3 seconds at least of pauses for every page that firefox opens. what filesystem is that? ext3? -- Firefox keeps forcing disk to spin up when

Re: [Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-12-23 Thread Alexander Sack
amn wrote: People, I suggest someone (yes, that includes me too) start a patchwork. One that does not use fsyncs, substituting them with either database synchronization as an option or inventing a solution where Firefox is still usable without the need to read or write from harddrive every

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-12-23 Thread Jose Bernardo
ext2, noatime I know the AA1 SSD is one of the slowest, but still, FF2 worked well here. With FF3 I have sometimes minutes where it won't answer and the ssd light will stay on, something I never had with FF2. -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-12-15 Thread amn
People, I suggest someone (yes, that includes me too) start a patchwork. One that does not use fsyncs, substituting them with either database synchronization as an option or inventing a solution where Firefox is still usable without the need to read or write from harddrive every time user opens a

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-12-09 Thread huiii
i am having this issue, too. firefox 3 spins up my hard-drive. battery life short when browsing.. mmh.. global warming -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-11-20 Thread Jose Bernardo
The performance hit is awful if you're running intrepid/firefox on a netbook (in my case a aspire one) with a SSD drive. 2-3 seconds at least of pauses for every page that firefox opens. -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-11-20 Thread Rachel Greenham
i made a workaround for myself with a maze of scripts that means the firefox profile resides entirely in a tmpfs mount, symlinked from my ~/.mozilla/firefox. It works, and i only lose data if i shutdown or crash between cron-rsyncs of that profile back to the drive, but it's pretty unsatisfactory

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-11-06 Thread Rachel Greenham
Bump. Bug continues to exist in Intrepid. It's not so much that the performance is bad, but that with laptop mode on it causes hard drive spinups on every page hit, which defeats the purpose of laptop mode. -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-11-02 Thread Alexander Sack
moving to meta places bug. places is known to cause sqlite usage which triggeres IO. ** Changed in: firefox Bugwatch: Mozilla Bugzilla #421482 = Mozilla Bugzilla #380307 Status: Fix Released = Unknown ** Changed in: firefox-3.0 (Ubuntu) Importance: Undecided = Medium

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-11-02 Thread Bug Watch Updater
** Changed in: firefox Status: Unknown = Confirmed -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-10-30 Thread cgogolin
I have the exact same problem with iceweasel 3.0.3 under debian lenny (package version 3.0.3-2) -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification

Re: [Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-09-03 Thread Alexander Sack
On Tue, Sep 02, 2008 at 10:54:36AM -, SteveHiggins wrote: Just to add that I disabled the 'attack sites' and 'forgery sites' checks and the disk activity stopped. How much load do you see? What system specs do you have? - Alexander -- Firefox keeps forcing disk to spin up when

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-09-02 Thread SteveHiggins
Just to add that I disabled the 'attack sites' and 'forgery sites' checks and the disk activity stopped. -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-08-31 Thread SteveHiggins
Using Firefox 3.0.1 on Ubuntu 8.04.1 i386 and the problem is still there. This is on my desktop system. -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug

Re: [Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-08-12 Thread Alexander Sack
On Thu, Aug 07, 2008 at 02:24:11PM -, Dara Adib wrote: Does the bug still exist? I think it still exists - though much less intrusive than when 3.0b5 came out. - Alexander -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-08-12 Thread Dara Adib
Reverting to confirmed status as the bug still exists. ** Changed in: firefox-3.0 (Ubuntu) Status: Incomplete = Confirmed -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-08-07 Thread Dara Adib
Does the bug still exist? -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-07-26 Thread Motin
This bug is still evident in 3.0.1+build1+nobinonly-0ubuntu0.8.04.2 Sample output when browsing around 5-6 pages: $ strace -p `pidof firefox` -e fsync -tT Process 17527 attached - interrupt to quit 14:52:10 fsync(37) = 0 0.003523 14:52:10 fsync(33) = 0

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-07-17 Thread travis.detert
I thought Firefox wasn't going to be released with this problem? I'm pretty much at the point where I've lost all faith in what use to be my absolute favorite application. Opera is looking pretty good these days. I guess I'm just going to give that my attention now, because firefox is unusable

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-07-13 Thread Motin
Same here. Fsyncs are still issued upon browsing. Using version 3.0 +nobinonly-0ubuntu0.8.04.1 : [EMAIL PROTECTED]:~$ strace -p `pidof firefox` -e fsync -tT Process 11272 attached - interrupt to quit 00:06:20 fsync(38) = 0 0.013767 00:06:40 fsync(37) = 0

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-07-03 Thread Shaun Dennie
This bug has not been fixed as per the original bug report. FF3 still causes sqlite to fsync after every page load which makes suspending disks impossible. This is tested with FF3 updated to today with proposed repository enabled. -- Firefox keeps forcing disk to spin up when browsing because

Re: [Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-06-19 Thread Alexander Sack
On Wed, Jun 18, 2008 at 04:46:19AM -, Craig Ringer wrote: I spoke too soon; it's still issuing storms of fsync() calls. However, perhaps due to other unrelated config changes in the server including a move to a better storage subsystem and changes in the I/O scheduler policy, I'm no longer

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-06-17 Thread Craig Ringer
I've had no reports of problems with the update from users, and the I/O stalls have gone away. It seems reasonable to attribute this to the updated firefox package. I can certainly find no problems with the update, and it looks like it fixes the issue too. I can't be 100% sure without using

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-06-17 Thread Craig Ringer
I spoke too soon; it's still issuing storms of fsync() calls. However, perhaps due to other unrelated config changes in the server including a move to a better storage subsystem and changes in the I/O scheduler policy, I'm no longer seeing the I/O stalls. This bug is certainly not fixed, though.

Re: [Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-06-05 Thread Alexander Sack
On Wed, Jun 04, 2008 at 05:27:36PM -, Craig Ringer wrote: This performance regression is *exciting* when you run an LTSP thin client network. The almost constant fsync() calls and resulting I/O stalls cause users' GUIs to slow down or freeze fairly frequently. I'm testing the update in

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-06-04 Thread Craig Ringer
This performance regression is *exciting* when you run an LTSP thin client network. The almost constant fsync() calls and resulting I/O stalls cause users' GUIs to slow down or freeze fairly frequently. I'm testing the update in -proposed now. -- Firefox keeps forcing disk to spin up when

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-06-04 Thread Craig Ringer
This performance regression is *exciting* when you run an LTSP thin client network. The almost constant fsync() calls and resulting I/O stalls cause users' GUIs to slow down or freeze fairly frequently. I'm testing the update in -proposed now. -- Firefox keeps forcing disk to spin up when

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-30 Thread Bug Watch Updater
** Changed in: firefox Status: Fix Committed = Fix Released -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification because you are a member of

Re: [Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-29 Thread Alexander Sack
On Tue, May 27, 2008 at 06:47:59PM -, Dennis Noordsij wrote: My 4 year old ibook will sit completely silent for 10-20 minutes at a time without any fan or disk activity while you browse the web. That is the essence of my bug report. Not wether it fsyncs once on every pageview or once

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-27 Thread Bug Watch Updater
** Changed in: firefox Status: In Progress = Fix Released -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification because you are a member of Ubuntu

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-27 Thread Dennis Noordsij
My 4 year old ibook will sit completely silent for 10-20 minutes at a time without any fan or disk activity while you browse the web. That is the essence of my bug report. Not wether it fsyncs once on every pageview or once every minute. -- Firefox keeps forcing disk to spin up when browsing

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-25 Thread ubuntu_demon
Firefox 2 has the same problem. But possibly to a lesser degree. Each time firefox goes to a new website firefox accesses the disk : https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/160513 -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-23 Thread Bug Watch Updater
** Changed in: firefox Status: Confirmed = In Progress -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification because you are a member of Ubuntu

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-08 Thread L
Moreover, it's not urlclassifier3.sqlite but places.sqlite which is rewritten too often. It happens even after a long time since Firefox has been started. Maybe the whole sqlite system embedded in Firefox3 is doing this ? -- Firefox keeps forcing disk to spin up when browsing because its

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-07 Thread L
The issue is the same on Windows version of Firefox 3b5 (Firefox Portable). Since I'm using it from an USB drive with an activity led, I've noticed a *permanent* activity and the latest modified file is places.sqlite ! Accessing my USB drive is very slow whenever Firefox Portable is running, and

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-07 Thread John Vivirito
*** This bug is a duplicate of bug 215728 *** https://bugs.launchpad.net/bugs/215728 ** This bug has been marked a duplicate of bug 215728 [MASTER] Committing to urlclassifier3.sqlite causes excessive CPU usage and disk I/O -- Firefox keeps forcing disk to spin up when browsing because

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-07 Thread Mike Rooney
** This bug is no longer a duplicate of bug 215728 [MASTER] Committing to urlclassifier3.sqlite causes excessive CPU usage and disk I/O -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-07 Thread Dennis Noordsij
*** This bug is a duplicate of bug 215728 *** https://bugs.launchpad.net/bugs/215728 Sorry, but this is not a duplicate. Firefox should still not force the disk to spin up every time you browse to a different page. It's nice that the high load issue is fixed as well, but the original issue of

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-02 Thread Félix C . Morency
I can confirm this bug. The disk spins up and write for 5 to 10 sec while the browser (and the system) is (are) unresponsive. -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-05-02 Thread Félix C . Morency
This bug seems related: https://bugs.launchpad.net/firefox/+bug/215728 -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification because you are a member of

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-04-29 Thread Marius Gedminas
Having used Firefox for a couple of days more, I can now say that the problem isn't as bad as I initially thought: Firefox in Hardy is hiccup- free most of the time. -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-04-28 Thread Bug Watch Updater
** Changed in: firefox Status: Unknown = Confirmed -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry https://bugs.launchpad.net/bugs/221009 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-04-27 Thread Gareth Fitzworthington
Upstream report: https://bugzilla.mozilla.org/show_bug.cgi?id=421482 ** Changed in: firefox-3.0 (Ubuntu) Status: New = Confirmed -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-04-27 Thread Marius Gedminas
Firefox 3.0b5 in hardy issues these fsyncs so often it starts blocking on them for seconds, becoming completely nonresponsive in the UI with compiz making the whole window grey). It's not just a power-saving issue, it's a painful usability problem. Here's a short excerpt from strace taken while

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-04-23 Thread Dennis Noordsij
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/13837275/Dependencies.txt ** Attachment added: profiles.ini.txt http://launchpadlibrarian.net/13837276/profiles.ini.txt -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-04-23 Thread benjaminzsj
Is this a laptop mode only problem? Mine is on AC power and has the same problem. And the disk spins even if I stay at the same pages for some time. -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

[Bug 221009] Re: Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls fsync() for every recorded entry

2008-04-23 Thread Dennis Noordsij
Benjamin, that's a good point. No, it is not laptop-mode only, Firefox behaves this way all the time, it's just that on AC I don't have disk power savings enabled, so I didn't look at it from that side. -- Firefox keeps forcing disk to spin up when browsing because its sqlite storage calls