The views expressed in this blog do not represent the views of Akamai.

How Would You Enhance HTML Tags For Performance?

A little while ago Jason Grigsby wrote a great post outlining his “wish list” for how the <img> tag should change to simplify mobile design (and specifically Responsive Images). The post created a lot of good conversation, and hopefully some standards activity too. At the end of the day, browser makers and developers share a common goal of making the web better, so this type of feedback helps.

Read the rest of this entry »

Technical

Mobile Web Performance Unraveled (GoogleTechTalk VIDEO)

In the last few months I’ve been giving several presentations about Mobile Web Performance in various venues such as Walmart, Time and others. I also had the honor of giving this presentation as a Google Tech Talk, and the google team recorded a video of this presentation.

The video is now up you can watch it below, and you can also read the blog post in the Google Code blog here:

http://googlecode.blogspot.com/2011/12/mobile-web-performance-challenges-and.html

 

 

For better audio you can see our webinar of the same presentation below:

Mobile

IE’s Premature Execution Problem

Recently we came across a problem so bizarre I was amazed I never saw it before: IE executes dynamically created scripts before they’re added to the DOM!

This problem took a while to figure out, and has many gotchas, and so it seemed worthwhile to share our experiences, and perhaps save you some debugging time.

Read the rest of this entry »

Technical

Why Inlining Everything is NOT the Answer

Last saturday I had the honor of writing a guest post in the great Performance Calendar, a part of Planet Performance (@perfplanet), and run by Stoyan Stefanov and Sergey Chernyshev.

The post deals with the common mistake of thinking reducing requests is all that matters, and shows various examples where it will actually slow down your site.

Click here to see the full post. I would strongly recommend reading the other posts on that site, and checking back in for a future one – it’s full of performance goodies.

Technical