Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
SIPP2 Front-end Optimisations
Search
Daniel Shearmur
April 22, 2013
0
83
SIPP2 Front-end Optimisations
Daniel Shearmur
April 22, 2013
Tweet
Share
More Decks by Daniel Shearmur
See All by Daniel Shearmur
Front-end Workshop
danshearmur
0
130
CoffeeScript and Less
danshearmur
1
120
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
490
Facilitating Awesome Meetings
lara
54
6.4k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Building Adaptive Systems
keathley
43
2.6k
Being A Developer After 40
akosma
90
590k
How to train your dragon (web standard)
notwaldorf
94
6.1k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
Automating Front-end Workflow
addyosmani
1370
200k
Producing Creativity
orderedlist
PRO
346
40k
For a Future-Friendly Web
brad_frost
179
9.8k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Transcript
SIPP2 Front-end Optimisations
and lower
Conditional classes
X-UA-Compatible: IE=edge,chrome=1
CORS Cross-origin resource sharing
gzip
Caching Cache-Control: max-age=xxxx Expires: Sat, 18 Jan 2014 20:40:48 GMT
ETags
Cache Busting
Sub domain for static assets http://www.example.com http://static.example.com
Minification YUI compressor htmlcompressor
/static/js/script.coffee /static/js/script.coffee.js
/static/css/style.less /static/css/style.less.css
None
Magic includes //#include <jquery/jquery.js> /* the rest of your code
*/
JavaScript distributed through maven http://gitlab.semantico.net/javascript_libs/