You are here

Portable applications slower than installed ones?

7 posts / 0 new
Last post
Dirki
Offline
Last seen: 3 years 4 months ago
Joined: 2009-10-04 04:49
Portable applications slower than installed ones?

I have heard portable applications ought to be slower than installed ones? Is that truth? If yes, why?

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 16 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Nope

A portable app will run at the same speed as an installed app when run from the same drive. If you run a portable app from a slower flash drive, it will run slower... just as a local app would if you installed it to the same slower drive.

The one exception is web browsers since the cache is often disabled by default in the case of installing to flash drives, but if you're running it from a local or external hard drive where size isn't an issue, you can enable cache in Options.

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

Dirki
Offline
Last seen: 3 years 4 months ago
Joined: 2009-10-04 04:49
----------- A portable app

----------- A portable app will run at the same speed as an installed app when run from the same drive.

OK, that means running it on another partition on the same drive is as fast also.

----------- The one exception is web browsers since the cache is often disabled by default in the case of installing to flash drives, but if you're running it from a local or external hard drive where size isn't an issue, you can enable cache in Options.

Alrigth, good to know, so I just enabled that cache and that one: browser.cache.use_new_backend.

Many thanks, John

Windows 10 Home, 64bit

Ed_P
Offline
Last seen: 6 years 3 months ago
Joined: 2007-02-19 09:09
plus...

I think the I/O PortableApps use to read/write .ini files is slower than reading/writing the same entries in the memory resident Registry files has an impact also.

Ed

Dirki
Offline
Last seen: 3 years 4 months ago
Joined: 2009-10-04 04:49
How big is that effect, how

How big is that effect, how many time does that need (more)? And how often does a portable app read and write to such an ini file?

Windows 10 Home, 64bit

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 16 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Not Usually

Most of the portable apps that support redirecting to an INI in a specific location normally write that INI locally to APPDATA, so no difference there. The apps that use the registry have a small startup and exit lag to import and export it while the app is running, but this doesn't affect the app while it is running and it's usually unnoticeable. There are only a handful of apps that normally store settings in the registry in their local mode that store to an INI in their built-in portable mode.

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

Dirki
Offline
Last seen: 3 years 4 months ago
Joined: 2009-10-04 04:49
Alright, so there is really

Alright, so there is really no speed difference.

Many thanks again.

Windows 10 Home, 64bit

Log in or register to post comments