본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

I can't reset the browser.cache.frecency_experiment setting

  • 6 답장
  • 4 이 문제를 만남
  • 20 보기
  • 최종 답변자: cor-el

more options

I tried pretty much everything from https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save http://kb.mozillazine.org/Preferences_not_saved Everything involving prefs.js and user.js. Obviously I'm not interested in reseting my Firefox completely. My system is clean according to Comodo CCE, MBAM and adwcleaner.

Anyway, when I'm resetting the setting in about:config it keeps resetting to user set 4 OR 3. I recall I've set it manually to some value months ago.

I tried pretty much everything from https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save http://kb.mozillazine.org/Preferences_not_saved Everything involving prefs.js and user.js. Obviously I'm not interested in reseting my Firefox completely. My system is clean according to Comodo CCE, MBAM and adwcleaner. Anyway, when I'm resetting the setting in about:config it keeps resetting to user set 4 OR 3. I recall I've set it manually to some value months ago.

모든 댓글 (6)

more options

Hello effgo, any luck if you change the value to -1 ? (no experiment)

https://mxr.mozilla.org/mozilla-release/source/netwerk/cache2/CacheObserver.cpp#181

thank you

more options
more options

ideato said

Hello effgo, any luck if you change the value to -1 ? (no experiment) https://mxr.mozilla.org/mozilla-release/source/netwerk/cache2/CacheObserver.cpp#181 thank you

-1 did it. Isn't it a bug though? Doesn't the 'experiment' mean it's an unstable, experimental feature? If yes, then the 'Reset' command should set it to "-1". Should I file a bug report?

more options

I think that it has to do with cache management and deciding whether to decay cache entries (i.e. HalfLife) The default to check this is 6 hours and can be increased to 50 days.

1759 // Play with different values of the decay time and get telemetry,
1760 // 0 means to randomize (and persist) the experiment value in users' profiles,
1761 // -1 means no experiment is run and we use the preferred value for frecency (6h)
1762 pref("browser.cache.frecency_experiment", 0);
89 // The half life used to re-compute cache entries frecency in hours. 90 pref("browser.cache.frecency_half_life_hours", 6);

글쓴이 cor-el 수정일시

more options

Thanks for the info but right now I'm interested more in a stable experience.

more options

You can try to set the pref to -1 (or 1: 6 hours) on each Firefox start via a user.js file.

user_pref("browser.cache.frecency_experiment", -1);

You can also check the browser.cache.frecency_half_life_hours pref.