Epiday09 Client Side Performance

Post on 31-May-2015

501 views 2 download

Tags:

Transcript of Epiday09 Client Side Performance

“80% of the end-user response time is spent on the front-end.” – Yahoo!

2

Ok, Human Rights are more important than client side performance

3

Slow Web sites are expensive and will make you look dorky.

4

We’re using Amazon

5

YSlow is our friend

6

Let’s start optimizing!

7

Limit the number of Http connections

Limit the number of Http connections

CSS sprites

8

9

Limit the number of Http connections

Combine files

10

Make sure you benefit from compression

11

Set an expiry date somewhere far in the future

12

Put style sheets at the top

13

Put scripts at the bottom

Put style sheets at the top

14

Use a Content Delivery Network (CDN)