TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How removing caching improved mobile performance by 25%

116 pointsby thijserover 8 years ago

7 comments

tyingqover 8 years ago
Well, specifically removing the html5 offline application cache if you don&#x27;t need offline functionality.<p>That it causes duplicate requests, and apparently more of them in chrome mobile than other browsers, is interesting though.
评论 #13368842 未加载
modelessover 8 years ago
&gt; Never use the application cache (or service workers) unless you actually need offline features.<p>I disagree. Appcache is deprecated and you should never use it under any circumstances. On the other hand, service workers are cool and there are reasons to use them even if you don&#x27;t need offline features.
评论 #13370181 未加载
评论 #13371689 未加载
xenadu02over 8 years ago
Since when is only testing in Chrome an acceptable way to develop web applications?<p>I wish the author had shown us some other browser results. I&#x27;m curious if the iframe changes affected Safari, Firefox, or Edge. (Others have noted that app cache is deprecated).
评论 #13380174 未加载
评论 #13371332 未加载
评论 #13370802 未加载
power78over 8 years ago
This article just displays the author&#x27;s lack of knowledge of the subject matter he is developing with. Something tells me it was written just to get the company&#x27;s name out there.
评论 #13371355 未加载
评论 #13373136 未加载
sp332over 8 years ago
Did you know you can use Firefox Developer Tools to remotely debug mobile Chrome? It&#x27;s still in heavy development, but I&#x27;m guessing it&#x27;s easier than trying to quiesce browser activity and tease out network events manually. <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Tools&#x2F;Valence" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Tools&#x2F;Valence</a>
calvin0over 8 years ago
Did this have any improvement on the conversion rate?
thinkloopover 8 years ago
Is this considered a bug in appcache (deprecation aside)? Why would it download twice at all?
评论 #13372595 未加载