You are here

Performance

5 posts / 0 new
Last post
anystupidassname
Offline
Last seen: 13 years 4 months ago
Joined: 2006-02-13 10:51
Performance

This question could apply to many portable apps but I'm particularly asking because of Firefox performance issues. I'm running it over a USB 2.0 connection but everything operates slowly. I've tried increasing cache size etc but no dice. Wouldn't it be possible just to put a temporary cache on another fixed disk if one is found upon startup of the app and then delete that cache upon shutdown? I have at least 20 extensions installed which may have something to do with it too.

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 14 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Cache SLOWS it down

Flash ram is SLOW compared to standard RAM and hard drives. The slowest of all is writes to said flash ram. So, the larger your cache, the more writing, the slower Portable Firefox will be. That's why cache is disabled by default.

Same with other writes. Cookies slow things down a bit. History does, too. So does form saving. Extensions that write on every page load (like Session Save for example) slow it down even more. So ALL of that is disabled by default except cookies (cost vs benefit said leave em on).

Sometimes, the impossible can become possible, if you're awesome!

Rob Loach
Rob Loach's picture
Offline
Last seen: 15 years 8 months ago
Developer
Joined: 2005-12-09 17:29
Scripts

A large amount of Firefox, along with all Firefox extensions, are written using a variant of javascript. This means that it reads the file and excutes it while it's reading it. This is another factor that slows down the speed of Firefox on slower mediums like USB drives.

Rob Loach [Website] [Projects]

rlmoore0751 (not verified)
Preformance

I've noticed a difference between flash drives, even the same brand. My Sandisk Cruzer Micros seem to respond quicker than my Sandisk Cruzer Mini.

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 14 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
There is a big difference

Each model within a brand is different. Even different sizes of the same model are different. Write performance is key for portable apps, and these graphs show the differences very well:
http://www.anandtech.com/memory/showdoc.aspx?i=2549&p=26

Sometimes, the impossible can become possible, if you're awesome!

Topic locked