Forum Moderators: open
Google has already started to help Web publishers test their sites for stragglers with a Firefox plug-in called PageSpeed, something that Yahoo has also done with YSlow.In addition to the focus on modernizing protocols through its work on HTML 5, Google also plans to devote a section of this new page calling on governments around the world to improve access to broadband Internet connections.
[code.google.com...]
[developer.yahoo.com...]
a daily impact of 0.5% is of real consequence at the scale of Google web search, or indeed at the scale of most Internet sites
for me, one important issue that this research unconvered is that even delays under 0.5 second had a CUMULATIVE effect on the end user, deterring them from using the site as frequently.
Broadband made a lot of developers lazy - but as far as I'm concerned speed always was a secret weapon and it still is worth getting obsessive about.
Webmasters looking for ways to speed up page loading times now have a host of tips and tricks to peruse as Google has launched a new website designed to emphasise the importance of speed on the web, said Richard Rabbat, a product manager at Google.Google has already spent a great deal of time over the last year or so evangelising technologies such as HTML 5 and JavaScript, pointing towards those improvements as a way of making the web faster and more enjoyable. Speed has long been a primary goal of Google's search engine, with the company often boasting - in contrast to most internet companies - that Google's goal is to get you onto and off of its domain as fast as possible.
...Google has already started to help web publishers test their sites for stragglers with a Firefox plug-in called PageSpeed, something that Yahoo! has also done with YSlow.
Link to article on CNET News below:
[news.cnet.com...]
[edited by: tedster at 6:55 pm (utc) on June 25, 2009]
There's an introductory video where several Google engineers share the vision of a speedier future - and then the real goodies come from two links on the left:
[code.google.com...]
[code.google.com...]
There's really a treasure chest of information and tools here. I've only begun to explore it.
Once you know your software well you can optimize it a great deal but how many people bother? I'd like to see more emphasis placed on this at the software development stage instead of relying on the end user.
[edited by: JS_Harris at 10:56 am (utc) on June 27, 2009]
im ashamed to say that as a php developer i didnt know simple things like the difference between using double and single quotes for strings; the former looks for variables and replaces them with their value, the latter does not and thus uses less memory.
i havent come across a single book, tutorial or blog that pointed this out - thank you google.
But don't be ashamed, it is merely discovering/knowing your resources and you are correct, Google has provided yet another resource for us.