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
Statistics for Hackers
jakevdp
799
220k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Writing Fast Ruby
sferik
630
62k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.2k
Automating Front-end Workflow
addyosmani
1371
200k
Why Our Code Smells
bkeepers
PRO
340
57k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
BBQ
matthewcrist
89
9.9k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
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/