[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Reduce the server load by asking firefox to not cache on disk



On 17 May 2013 15:18, Petter Reinholdtsen <pere@hungry.com> wrote:
>>
>> http://bootpolish.net/home_ltsp_ltspiceweaselhacks
>
> Thanks.  These seem to be the relevant ones we should consider using
> in Debian Edu:
>
>   lockPref("extensions.update.enabled", true);
>   // Use LANG environment variable to choose locale
>   lockPref("intl.locale.matchOS", true);
>   // Disable default browser checking.
>   lockPref("browser.shell.checkDefaultBrowser", false);
>   // ========= LTSP SPECIFIC HACKS ========
>   // Disable annoying location-bar suggestion "feature" that is sludgy
>   // with thin-clients
>   lockPref("browser.urlbar.maxRichResults", 0);
>   // ========= MISC HACKS ==========
>   lockPref("app.update.enabled", false);
>
> There is no explanation for extensions.update.enabled and
> app.update.enabled.  Can you provide more background info?
>

Sorry, just a blog I discovered while trying to reduce iceweasel disc
writes. He seems to have experience with ltsp on debian in schools in
the UK.

>
> Is there no way to enable the MOZ_DISABLE_IMAGE_OPTIMIZE=1 setting
> using preferences?

I just go with this guy's settings because he seems to know what he is
doing and I don't.
Sorry to be no help.
nigel


Reply to: