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
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
The Pragmatic Product Professional
lauravandoore
36
6.9k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Building an army of robots
kneath
306
46k
KATA
mclloyd
32
14k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
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/