1. Download latest version of SQLite client from http://sqlite.org/download.html
. Get binary for your OS. Put the binary into your system directory on Windows (C:\Windows f.e.) or into binary dir on *nix (and remember the path);
1.2. For Windows.
Create bat file with the following contents:
cd %APPDATA%\Mozilla\Firefox\Profiles\*.default1.2 For *nix (check path to the sqlite binary):
for %%i in (*.sqlite) do @echo VACUUM; sqlite3 %%i
cd ~/.mozilla/firefox/*.default/2. Shut down yor FF browser and run *.bat/*.sh/commands.
for i in *.sqlite; do echo "VACUUM;" /path/to/sqlite/binary/sqlite3 $i ; done
3. Open FF, go to about:config and add logical parameter jit=true
That's all. Now your FF should Fly!!!
2 comments: on "Boost Your Firefox Initial Loading Speed"
want link exchange.
www.tech-crat.blogspot.com
reply me.
Title for my blog is "Tech-World"
Hi there,
Nice blog!
Take a look at mine, if interested in exchanging links , please do let me know
Regards
Tech-Hut:Extreme
http://tech-hutblog.blogspot.com
Post a Comment