4.2.3
If you don't use Firefox, this version is ignored.
Only bundled prefetch.ini
is changed and can download separably.
- Fine optimize for Firefox 0840f34
Cheers! Regex used on4.2.2
take 120 second to execute and load 7600 files,
Now it take 8.14 second to execute and load only 326 files.
Firefox start speed remains same.
To exclude files in version 2.0 way, look at IsFirefoxFile
,
each group of ^(?!.*<string>)
is stand for exclude file.
For example, exclude another user profile directory abcdefgh.default
,
insert ^(?!.*abcdefgh.default)
between exist exclude groups.