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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Daniel Shearmur
April 22, 2013
0
85
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
How to train your dragon (web standard)
notwaldorf
97
6.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
950
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
300
Building Applications with DynamoDB
mza
96
7k
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
How to make the Groovebox
asonas
2
2k
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
SEO for Brand Visibility & Recognition
aleyda
0
4.4k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
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/