Check

firefox最適化

| | コメント(0) | トラックバック(0)
Firefoxを遅くさせる最大原因はアドオン - 300clp
http://d.hatena.ne.jp/independent007/20070612

を見て、firefoxの最適化を思い立つ。
ちなみに最適化前は普通にメモリ800MBくらい食ってた。

とりあえず開発系拡張と閲覧系拡張を分けてprofile作成。
開発系は野良ビルドを使用。
http://marilab.hp.infoseek.co.jp/buildfx/

閲覧系は純正で開発系の呼び出しはLaunchy経由。
profile以下のchrome内にlaunchy.xmlを作成し、以下の内容を記述。
<?xml version="1.0" encoding="UTF-8"?>
<configurations xmlns="http://launchy.mozdev.org/configurations">
<application>
<label>Firefox Developper Profile</label>
<type>1</type>
<command>C:\nora_build_dir\firefox.exe</command>
<arguments>-no-remote -profile C:\nora_build_profile_dir\
</arguments>
</application>
</configurations>

プロファイル、インストールディレクトリに日本語が含まれているとだめかも。
空白もまずいかもしれない。
起動にミスってもエラーとかでないし、xmlを再読み込みさせるにはfirefox rebootが必要なので面倒。
どっかにbatでも作ってそれ経由のほうがたぶん検証は楽。

これで双方メモリ使用量が100MBくらいになった。
よかった。

トラックバック(0)

このブログ記事を参照しているブログ一覧: firefox最適化

このブログ記事に対するトラックバックURL: http://0-9.sakura.ne.jp/mt/mt-tb.cgi/216

コメントする