寻找关于“做 X 需要多少时间”的 Google 帖子
我记得读过谷歌某人的一篇文章,其中包含一些大概的统计数据,例如需要多长时间:
- 获取锁
- 从寄存器、内存、磁盘、远程磁盘读取/写入一段数据
- 获取页面
- ...
(Don不明白我的确切统计数据)。你能帮我找到这个帖子吗?
I remember reading a post by someone at Google with several ballpark statistics such as how much time does it take to:
- Obtain a lock
- Read/write a piece of data from registers, memory, disk, remote disk
- Fetch a page
- ...
(Don't catch me on the exact statistics). Can you help me find this post?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能不是您要寻找的内容,但 Google 的 Steve Souders 维护着一个博客,并在他的许多帖子中涉及其中一些 Web 应用程序性能主题: http://www.stevesouders.com/blog/
他的
编辑:您还可以在他的网站上找到有关前端优化的幻灯片演示,该演示非常有趣,并且有很多关于如何使您的网站加载(或看起来像是加载)更快。
This may not be what you're looking for, but Steve Souders of Google maintains a blog and touches on some of these web app performance topics in many of his posts: http://www.stevesouders.com/blog/
His latest post on John Rauser (Amazon)'s presentation at Velocity 2010 may be of interest to you.
Edit: You'll also be able to find on his site a power point presentation on front-end optimization which is pretty interesting and has a lot of tips on how to make your site load (or appear to load) faster.
这不是我想要的原始文章,而是 本文确实给出了其中几个操作的数量级。
This was not the original article that I had in mind, but this article does give order of magnitudes for several of these operations.