i feel the need... the need for speed

14
I feel the need... ... the need for SPEED

Upload: darrenthedev

Post on 22-Nov-2014

270 views

Category:

Technology


0 download

DESCRIPTION

A short presentation on presentation, delivered at the Wordpress London Meetup.

TRANSCRIPT

Page 1: I feel the need... the need for SPEED

I feel the need... ... the need for SPEED

Page 2: I feel the need... the need for SPEED

A page load looks like this...

Page 3: I feel the need... the need for SPEED

How can we improve this?

1. Less page weight2. Fewer HTTP requests

Page 4: I feel the need... the need for SPEED

Pimp your htaccess

Page 5: I feel the need... the need for SPEED

Pimp your htaccess >Gzip

Page 6: I feel the need... the need for SPEED

Pimp your htaccess >Cache Expires

Page 7: I feel the need... the need for SPEED

Pimp your htaccess >Cache expires - Cache bustingstyle.css?v=2

style.2.css

No

Yes

Page 8: I feel the need... the need for SPEED

Pimp your htaccess >Cache expires - Cache busting

style.1251992914.css

Page 9: I feel the need... the need for SPEED

Concat/min all of the things >CSS & JS

Page 10: I feel the need... the need for SPEED

Concat/min all of the things >Icon Fonts & Image Sprites

Think SVG

Page 11: I feel the need... the need for SPEED

Concat/min all of the things >Optimise Images

Page 12: I feel the need... the need for SPEED

Do you need to load that? >Use CSS3 where possible

• Gradients• Rounded Corners• Shadows• Transparency• Display Fonts

Page 13: I feel the need... the need for SPEED

Do you need to load that? >Responsive Images

Outsourceresponsive.ioresrc.it

Page 14: I feel the need... the need for SPEED

I wannago fast...