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.

Gmail for Mobile HTML5: Reducing startup latency

20 pointsby mtrichardsonover 15 years ago

2 comments

windsurferover 15 years ago
Web apps should send flat HTML to the client. Following that, they should send a small bit of javascript to respond to clicks with a "please wait a moment" and cache the clicks. After that, the application can be loaded and can take over all the clicking and keyboard events.<p>This would reduce startup latency tremendously.
geuisover 15 years ago
Sadly, I stopped reading when they got to recommending eval as a method for running js received over xhr.
评论 #805714 未加载
评论 #805632 未加载