Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> 電腦軟件教程 >> 網絡工具 >> Firefox 3.5浏覽器啟動慢的問題解決

Firefox 3.5浏覽器啟動慢的問題解決

日期:2017/2/7 17:39:24      編輯:網絡工具

對比Google Chrome、IE來說,在Windows環境下,Firefox 3.5的啟動速度非常慢,據說是因為Firefox 3.5從某些臨時文件夾中抓取文件,用於計算隨機數引起的,因此,用戶可以將這些臨時文件清除,用以加快Firefox啟動速度。

icech找到兩種解決Firefox 3.5啟動慢的方法:

第一種是月光博客的方法:

Firefox 3.5調用的臨時文件很多,包括temporary目錄、history目錄和recent document目錄,Firefox通過這些臨時文件來增加隨機數計算的隨意性,但卻意想不到的引來了啟動速度過慢的性能問題。

Firefox正在開發相應的補丁來解決這個問題,不過用戶也可以手動方式來處理,就是刪除相關的臨時文件。

臨時文件的目錄包括:

C:\Documents and Settings\*user*\Local Settings\History

C:\Documents and Settings\*user*\Local Settings\Temporary Internet Files

C:\Documents and Settings\*user*\My Recent Documents

C:\Documents and Settings\*user*\Temp\

用戶也可以直接點“程序”-“附件”-“系統工具”-“磁盤清理”來刪除臨時文件。(via)

經過這樣的操作處理,可以看到Firefox 3.5的啟動速度似乎有所加快,但是和Google Chrome、IE來比較,Firefox 3.5的啟動速度依然是最慢的,Google Chrome的啟動速度雖然非常快,但因為沒有插件系統,因此這樣比較不算特別公平。

第二種是國外網站的方法

裡面說firefox 3.5 啟動過慢可能是因為 ie 生成的臨時文件過多

1、請在剛開機 沒開ie 的情況下執行如下腳本

@echo off

del /f/s/q "%USERPROFILE%\Local Settings\History\*"

del /f/s/q "%USERPROFILE%\Local Settings\Temporary Internet Files\*"

del /f/s/q "%USERPROFILE%\My Recent Documents\*"

del /f/s/q "%USERPROFILE%\Temp\*"

rd /s/q "%USERPROFILE%\Local Settings\History\*"

rd /s/q "%USERPROFILE%\Local Settings\Temporary Internet Files\*"

rd /s/q "%USERPROFILE%\My Recent Documents\*"

rd /s/q "%USERPROFILE%\Temp\*"

如果有刪不掉的東西,無妨

2、運行完了,再清除一遍ie的歷史,把所有能清除的都清除了。

(ie8,其他大同小異)點擊IE窗口中的 工具 → Internet選項 → 常規 → 浏覽歷史記錄 → 點擊刪除

很奇怪吧?Firefox啟動慢咋又跟IE扯上關系了?因為在Firefox 3.5在啟動時,Windows版的Firefox v3.5需要讀取Internet Explorer Cache和Windows臨時文件夾,還掃描了所有的font文件,痛苦啊!

Copyright © Windows教程網 All Rights Reserved