|
|
发表于 2005-7-21 09:51:42
|
显示全部楼层
fundawang 原来也吃 firefox 的醋
不知道你说的是不是这个东西
Is there a preference to disable link prefetching?
Yes, there is a hidden preference that you can set to disable link prefetching. Add this line to your prefs.js file located in your Mozilla profile directory:
user_pref("network.prefetch-next",false);
We are considering adding UI for this preference (see bug 166648); however, our theory is that if link prefetching needs to be disabled then there must be something wrong with the implementation. We would rather improve the implementation if it does not work correctly, than simply expect users to locate some obscure preference in the preferences UI. Heck, the Mozilla preferences UI is already crowded enough ;-)
Update: By popular demand, Mozilla 1.3+ includes a preference in the UI to disable prefetching. See Preferences->Advanced->Cache to disable prefetching.
Post by fundawang
Opera的CEO说,Firefox之所以给人造成快的感觉,是以预取作为代价的。它会在后台悄悄地取一些自认为你会马上要看到的下一个网页。
没有用过seamonkey,但感觉也应该有prefetch这个功能。对于软件的自作主张,我一贯很讨厌,尽管这某些功能可能取悦媒体和某些用户。 |
|