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
84
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
Six Lessons from altMBA
skipperchong
28
4k
YesSQL, Process and Tooling at Scale
rocio
173
14k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Optimizing for Happiness
mojombo
379
70k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Making Projects Easy
brettharned
119
6.4k
Designing for humans not robots
tammielis
254
26k
Why Our Code Smells
bkeepers
PRO
339
57k
Scaling GitHub
holman
463
140k
Git: the NoSQL Database
bkeepers
PRO
431
66k
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/