Tagged Questions
0
votes
2answers
61 views
Optimizing data downloaded via 'link' media queries and asynchronous loading
I have a website that tries to make sensible use of media queries and avoid 'expensive' CSS for users of mobile devices. My eventual goal is to make it 'mobile-first' but for now, since it is based on ...
1
vote
1answer
66 views
With the following settings shown here, will there be any caching in Firefox?
browser.cache.disk.enable = false
browser.cache.memory.enable = false
network.http.use-cache = true
With the following settings above, will there be any caching in FF?
Does the disk.enable and ...