SlideShare a Scribd company logo
Heavy Web Optimization FRONT-END Vo Duy Tuan – CEO/Founder
$who_am_I? My Name is Võ Duy Tuấn PHP 5 Zend Certified Engineer Interests: PHP, Social Network, Optimize Web Works: Harvey Nash Technical Lead Reader.vn CEO/Founder Trainer Freelancer
$table_of_content Front-end Optimization Minification CSS Sprite Domain sharding Image Optimizing HTTP Caching
Front-end Optimization 1
1.1. Where is Front-end? “ 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page. This is the key to faster pages.”
1.2. Front-end Optimize Theory Reduce request Reduce size Reduce duplicated
1.2. Performance testing tools Firefox with extension: Web developer YSlow Google Chrome Inspector Google chrome with pagespeed extension Charles: Web Debugging Proxy Application Online Testing: http://webpagetest.org/
Minification 2
2.1. What is Minification? Remove unnecessary characters. Do not change functionality. Good for Javascript, CSS. Merge multiple scripts. The superstar: Minify library Advice: Put CSS at the beginning of web page Put Javascript at the bottom of web page
2.2. Minification example: JS
2.2. Minification example: CSS
2.3. Minify library PHP 5 library Support Javascript, CSS Combine multiple files into a single file Caching Gzipping Download:  http://code.google.com/p/minify/
2.3. Minify in APC
2.3. Minify library
CSS Sprite 3
3.1. CSS Sprite: Case study Menu with 3 icons & Hover change icon effect. Total 6 images.
3.1. CSS Sprite: Case study Merge 6 icons & using CSS magical  background-position  property to use  CSS Sprite
3.1. CSS Sprite: Case Study After:
3.2. CSS Sprite Showcase
3.3. CSS Sprite Best Practice:  SPAN tag Horizontal & Vertical balance.  Horizontal better than vertical sprite. Make room for future Make sprite image small size.
3.4. CSS Sprite
Domain Sharding 4
4.1. Domain Sharding
4.1. Domain Sharding
4.2. Best practice More Domain/Sub-domain, more parallel download. 2-4 domains/sub-domain is good. (DNS Lookup problem) Consistent resource domain Cookieless domain/subdomain for static resource requests.
4.3. Domain sharding
Image Optimizing 5
5.1. Image Optimizing 5
5.1. Image Optimizing 5
5.2. Photoshop Output 5
5.3. Best practice Do not use big image for thumbnail Multiple sizes of an image Using “ Save for web ” in Photoshop Re-use background pattern for button, menu 5
HTTP Caching 6
Way #1: Automatic 6
Way #2: ETag - Automatic 6
Way #3: Manual with Apache Mods 6
6.2. Completed headers for cache Last-modified:  Thu, 18 Aug 2011 02:23:30 GMT ETag:  “5b8946-190ef-4aabe4c73ac80” Expires:  Sat, 26 Nov 2011 05:42:46 GMT Cache-control:  max-age=604800, public 6
6.3. Sample .htaccess caching with mod_headers & mod_expires <IfModule mod_expires.c> ExpiresActive On ExpiresDefault A0 <FilesMatch &quot;\.(jpg|jpeg|png|gif)$&quot;>   Header set Cache-Control &quot;max-age=604800, public&quot; </FilesMatch> <FilesMatch &quot;\.(jpg|jpeg|png|gif)$&quot;>   ExpiresDefault A604800   Header append Cache-Control &quot;public&quot; </FilesMatch> <FilesMatch &quot;\.(jpg|jpeg|png|gif)$&quot;>   ExpiresDefault A604800 </FilesMatch> </IfModule> 6
6.4. Example: Before 6
6.4. Example: After 6
6.5. Caching Note Time of cache Way of clearing cache Other caching techniques: html cache, server cache… 6
It’s time to  query  … Contact: Fullname: Vo Duy Tuan Email:  [email_address] Phone: 0938 916 902 Thank you!

More Related Content

PPT
HTML5 CSS3 The Future of Web Technologies
PPT
PHP: Debugger, Profiler and more
PPT
Caching strategy and apc
PPT
Heavy Web Optimization: Backend
PPT
Build your own PHP extension
PPTX
Speed up with hiphop php 2014 01-22
PPT
Mobile for web
PPTX
Speed up Your Joomla Site for Ultimate Performance
HTML5 CSS3 The Future of Web Technologies
PHP: Debugger, Profiler and more
Caching strategy and apc
Heavy Web Optimization: Backend
Build your own PHP extension
Speed up with hiphop php 2014 01-22
Mobile for web
Speed up Your Joomla Site for Ultimate Performance

What's hot (20)

PPT
Front End Website Optimization
PPTX
Squeeze Maximum Performance From Your Joomla Website
ODP
Front-End Performance Optimizing
KEY
Optimize wordpress
PPTX
WordPress Performance 101
PPTX
Front end optimization
PDF
WordCamp SF 2011: Debugging in WordPress
PDF
Optimizing wp
PDF
DrupalCon Barcelona 2015
ODP
WordPress Security & Backup
PDF
Measuring Web Performance
PPTX
"Ensuring chances of theme acceptance in wordpress.org directory" on WordCamp...
PDF
Responsible [digital] Home Ownership
PDF
Firefox boss
PDF
How to Speed Up Your Joomla! Site
PDF
Wordpress horsepower
PPTX
Complete WordPress Setup (Description about Themes & Plugins Added)
PPT
Tour of sh404SEF - SEO and security for Joomla
PPT
Selenium Perl
PDF
Does This Theme Make My Website Look Fat? (Wordcamp SLC 2013)
Front End Website Optimization
Squeeze Maximum Performance From Your Joomla Website
Front-End Performance Optimizing
Optimize wordpress
WordPress Performance 101
Front end optimization
WordCamp SF 2011: Debugging in WordPress
Optimizing wp
DrupalCon Barcelona 2015
WordPress Security & Backup
Measuring Web Performance
"Ensuring chances of theme acceptance in wordpress.org directory" on WordCamp...
Responsible [digital] Home Ownership
Firefox boss
How to Speed Up Your Joomla! Site
Wordpress horsepower
Complete WordPress Setup (Description about Themes & Plugins Added)
Tour of sh404SEF - SEO and security for Joomla
Selenium Perl
Does This Theme Make My Website Look Fat? (Wordcamp SLC 2013)
Ad

Viewers also liked (20)

PDF
Scale with Microservices
PPTX
React introduction
PPTX
How to Build Recommender System with Content based Filtering
PDF
Chatbot in Sale Management
PPTX
Business Intelligence in Retail Industry
PPTX
Php psr standard 2014 01-22
PPTX
Microservices and docker
PPTX
Front-End Web Performance Optimization by BucketSoft
PDF
The legendary-book
PDF
Zingme practice for building scalable website with PHP
PDF
Web optimization
PPT
Javascript unit testing framework
PPTX
Microservices in production
PPTX
Cloud Connect Santa Clara 2013: Web Acceleration and Front-End Optimization (...
PPTX
Front end performance optimization
PDF
Front-End Optimization (FEO)
PDF
Front-End Performance Optimization in WordPress
PPTX
Magento overview and how sell Magento extensions
PPTX
Marrying CDNs with Front-End Optimization
PPTX
How to build a Recommender System
Scale with Microservices
React introduction
How to Build Recommender System with Content based Filtering
Chatbot in Sale Management
Business Intelligence in Retail Industry
Php psr standard 2014 01-22
Microservices and docker
Front-End Web Performance Optimization by BucketSoft
The legendary-book
Zingme practice for building scalable website with PHP
Web optimization
Javascript unit testing framework
Microservices in production
Cloud Connect Santa Clara 2013: Web Acceleration and Front-End Optimization (...
Front end performance optimization
Front-End Optimization (FEO)
Front-End Performance Optimization in WordPress
Magento overview and how sell Magento extensions
Marrying CDNs with Front-End Optimization
How to build a Recommender System
Ad

Similar to Heavy Web Optimization: Frontend (20)

PPT
Csdn Drdobbs Tenni Theurer Yahoo
PDF
High Performance Ajax Applications
PPT
腾讯大讲堂09 如何建设高性能网站
PPT
腾讯大讲堂09 如何建设高性能网站
PDF
PPT
Frontend performance
ODP
A Holistic View of Website Performance
PDF
High performance website
PPTX
The Need for Speed - SMX Sydney 2013
PPTX
Performace optimization (increase website speed)
PDF
DrupalCampLA 2011 - Drupal frontend-optimizing
PPTX
10 Tips to make your Website lightning-fast - SMX Stockholm 2012
PPT
High Performance Websites By Souders Steve
PPT
High Performance Web Sites
PPT
Plop
PPTX
High Performance Websites
PPT
腾讯大讲堂09 如何建设高性能网站
PPT
Front-end performances
PPTX
Building Faster Websites
PPT
performance.ppt
Csdn Drdobbs Tenni Theurer Yahoo
High Performance Ajax Applications
腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站
Frontend performance
A Holistic View of Website Performance
High performance website
The Need for Speed - SMX Sydney 2013
Performace optimization (increase website speed)
DrupalCampLA 2011 - Drupal frontend-optimizing
10 Tips to make your Website lightning-fast - SMX Stockholm 2012
High Performance Websites By Souders Steve
High Performance Web Sites
Plop
High Performance Websites
腾讯大讲堂09 如何建设高性能网站
Front-end performances
Building Faster Websites
performance.ppt

More from Võ Duy Tuấn (11)

PPTX
Log management system for Microservices
PDF
Multi-tenant Database Design for SaaS
PPTX
Flutter introduction
PPTX
Mobile outsourcing best practices
PPTX
Reader.vn 2012 - The Book Of Life
PPT
Html5, css3 and the future of web technologies
PPT
How startups can benefit from launch community
PDF
Xây dựng mạng xã hội bằng drupal
PDF
Speed up zing me – ntvv2 code with PHP extension module
PDF
Hanoi php day 2010 program
PPT
Social network game service
Log management system for Microservices
Multi-tenant Database Design for SaaS
Flutter introduction
Mobile outsourcing best practices
Reader.vn 2012 - The Book Of Life
Html5, css3 and the future of web technologies
How startups can benefit from launch community
Xây dựng mạng xã hội bằng drupal
Speed up zing me – ntvv2 code with PHP extension module
Hanoi php day 2010 program
Social network game service

Recently uploaded (20)

PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Modernizing your data center with Dell and AMD
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
AI And Its Effect On The Evolving IT Sector In Australia - Elevate
PDF
HCSP-Presales-Campus Network Planning and Design V1.0 Training Material-Witho...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
KodekX | Application Modernization Development
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Transforming Manufacturing operations through Intelligent Integrations
PPT
Teaching material agriculture food technology
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Modernizing your data center with Dell and AMD
Reach Out and Touch Someone: Haptics and Empathic Computing
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Understanding_Digital_Forensics_Presentation.pptx
AI And Its Effect On The Evolving IT Sector In Australia - Elevate
HCSP-Presales-Campus Network Planning and Design V1.0 Training Material-Witho...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
cuic standard and advanced reporting.pdf
KodekX | Application Modernization Development
MYSQL Presentation for SQL database connectivity
Per capita expenditure prediction using model stacking based on satellite ima...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Advanced methodologies resolving dimensionality complications for autism neur...
NewMind AI Weekly Chronicles - August'25 Week I
Chapter 3 Spatial Domain Image Processing.pdf
Transforming Manufacturing operations through Intelligent Integrations
Teaching material agriculture food technology
How UI/UX Design Impacts User Retention in Mobile Apps.pdf

Heavy Web Optimization: Frontend