Web performance optimization (WPO)

M
Mariusz KaczmarekConsultant / Strategist
Website Performance Optimization,[object Object],Mariusz Kaczmarek,[object Object]
“If it is fast and ugly,					 they will use it and curse you;			 if it is slow, they will not use it.”,[object Object],David Cheriton,[object Object],Source: http://blogs.msdn.com/b/edglas/archive/2009/01/02/make-your-performance-work-count-the-20-rule.aspx,[object Object],https://secure.wikimedia.org/wikipedia/en/wiki/David_Cheriton,[object Object],2,[object Object]
Categorization,[object Object],3,[object Object]
Optimize performance?,[object Object],				 	     More sales ,[object Object],				 	     Less bandwidth & server peaks ,[object Object],				 	     Customer satisfaction ,[object Object],				 	     Might influence rankings ,[object Object],Competitive advantage,[object Object],Source: http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html,[object Object],4,[object Object]
“…optimize front-end performance first,	 that's where 80% or more of the		 end-user response time is spent”	,[object Object],Prof. Steve Souders,[object Object],Source: http://developer.yahoo.com/blogs/ydn/posts/2007/03/high_performanc/,[object Object],http://www.flickr.com/photos/seanosh/2782339349/,[object Object],5,[object Object]
Effective measures?,[object Object],		Website performance optimization should be aligned with the ,[object Object],		service / website / target audience you work with.,[object Object],		Focus areas could be:,[object Object], Image optimization & compression,[object Object], JS performance (asynchronous, cached),[object Object], Reduction of DOM elements		,[object Object], Teaching customers and employees!,[object Object],6,[object Object]
Combined Scripts,[object Object],  Server-sided combination,[object Object],						  Avoid @import for combining,[object Object],						  JS tool: HEADjshttp://headjs.com/,[object Object],7,[object Object]
CSS Performance,[object Object],						 Reuse of round corners and ,[object Object],						      shadow classes							 font-faces instead of pictures,[object Object],						 CSS-Sprites,[object Object],						Universal > tags > classes > IDs,[object Object],Source: http://www.alsacreations.com/xmedia/doc/full/sprites-big-sites.png,[object Object],https://developer.mozilla.org/en/Writing_Efficient_CSS,[object Object],8,[object Object]
Postponed Loading,[object Object],					Use of GET with AJAX,[object Object],					Google Instant takessnapshots 5-10s      				     after onLoadevent? http://b0i.de/seomofo,[object Object],Tools: ,[object Object],ContolJShttp://stevesouders.com/controljs/,[object Object],ImageLoaderhttp://developer.yahoo.com/yui/imageloader/,[object Object],LazyLoadhttp://plugins.jquery.com/project/lazyload/,[object Object],Source: http://developer.yahoo.com/performance/rules.html,[object Object],9,[object Object]
Event handlers, components,XHRs,[object Object],User interaction, XHRs,[object Object],backend,[object Object],components,[object Object],request,[object Object],Site loaded,[object Object],HTML sent,[object Object],request,[object Object],onload,[object Object],5-10s,[object Object],Google Instant Snapshot,[object Object],Modifiedimage from High Performance Web Pages | Stoyan Stefanov | Yahoo! Exceptional Performance | PHP Quebec, March 13, 2008,[object Object],Source: http://b0i.de/seomofo,[object Object],10,[object Object]
DNS Lookups & Redirections,[object Object],				          Avoid 301 redirections (e.g. in HTML),[object Object],					http://www.bonoseo.com/  !=  http://www.bonoseo.com,[object Object],				          usage of not morethan2-5 different,[object Object],domains on average,[object Object],				          better: domain-aliases for parallel 					downloadshttp://images.bonoseo.com || http://www.bonoseo.com,[object Object],				          cookielessdomainsforstaticcontent,[object Object],Source: http://yuiblog.com/blog/2007/04/11/performance-research-part-4/,[object Object],11,[object Object]
Content Delivery Network,[object Object],Geographical distribution,[object Object],						Minimizes DNS-Lookups	,[object Object],						Optimized caching und uptime,[object Object],					     (by dynamic DNS resolving),[object Object],Source: http://www.flickr.com/photos/andybeatty/5247263940/,[object Object],12,[object Object]
Image Compression,[object Object],						UseSmush.it,[object Object],						Progressive JPEG,[object Object],baseline,[object Object],						progressive,[object Object],Source: http://www.yuiblog.com/blog/2008/12/05/imageopt-4/,[object Object],13,[object Object]
Vector Graphics,[object Object], Canvas Elemente with HTML5,[object Object],Ai->Canvashttp://visitmix.com/labs/ai2canvas/,[object Object],Progressive JPEG 13,3 kB -> HTML5 2,38 kB,[object Object],Saved:  82%,[object Object],14,[object Object]
Shape the DOM Tree,[object Object],		<h1><em>Heading</em></h1> - useCSS‘sitalicsinstead,[object Object],		 Tool: DOM-Monsterhttp://mir.aculo.us/dom-monster/,[object Object],		 Avoid iFrames,[object Object],15,[object Object]
Chunking,[object Object], flushfunction,[object Object],Source: http://www.phpied.com/progressive-rendering-via-multiple-flushes/,[object Object],http://stevesouders.com/docs/velocity-20090622.ppt,[object Object],16,[object Object]
Performance Test Tools,[object Object],Loads.inwww.loads.in,[object Object],Slow Copwww.slowcop.com,[object Object],Show Slowwww.showslow.com,[object Object],Webpagetest www.webpagetest.org,[object Object],						Browser based,[object Object],Speedtracerhttp://b0i.de/speedtracer,[object Object],YslowFireBughttp://b0i.de/yslow,[object Object],More tools: http://code.google.com/speed/tools.html,[object Object],17,[object Object]
Competition Analysis,[object Object],		Possible performance profiles (by Souders & students),[object Object],http://b0i.de/profile,[object Object],		Simple linear regression analysis,[object Object],Wolfram Alpha: linear fit {1, 87},{2, 77},{3, 95},{4, 68},[object Object],http://b0i.de/wolfreg,[object Object],18,[object Object]
Pareto Rule 80/20,[object Object],Optimizationneeds time!,[object Object],Lessons learned: Concentrate on biggestchunks,[object Object],Source: JavaScript: The Good Parts - Part Six: Ajax Performance | Douglas Crockford,[object Object],19,[object Object]
Questions? Discuss!,[object Object],Let’s be friends ,[object Object],Twitter: BONOSEO,[object Object],Facebook: kaczmarek.mariusz,[object Object],Ssssshh… SouderSlides from Stanford: http://b0i.de/souderslides,[object Object],20,[object Object]
Statistics 2010,[object Object],Additional,[object Object],			Average website size: 320 kB,[object Object],			Compression is possible for 2/3 of overall data,[object Object],			80% of content is loaded from one host,[object Object],Source: Statisticnumbers from 4.2 billionsiteshttp://code.google.com/speed/articles/web-metrics.html,[object Object],21,[object Object]
Inline Images,[object Object],						Base 64 encoding,[object Object],						Great forsmallstaticimages,[object Object],Additional,[object Object],Works until IE7,[object Object], Browser switch!,[object Object],22,[object Object],Source: http://9gag.com/gag/76585,[object Object]
JavaScript Performance,[object Object],Additional,[object Object],						Tools: ,[object Object],http://dean.edwards.name/packer/,[object Object],http://developer.yahoo.com/yui/compressor/,[object Object],						DRY and OO approach,[object Object],Seconds per 10 million operations,[object Object],Source: Besser PHP Programmieren – Professionelle PHP-Techniken | Carsten Möhrke,[object Object],23,[object Object]
1 of 23

Recommended

Optimizing web performance (Fronteers edition) by
Optimizing web performance (Fronteers edition)Optimizing web performance (Fronteers edition)
Optimizing web performance (Fronteers edition)Dave Olsen
7.4K views67 slides
Website performance optimization by
Website performance optimizationWebsite performance optimization
Website performance optimizationShubham Shinde
2K views20 slides
Measuring Web Performance by
Measuring Web Performance Measuring Web Performance
Measuring Web Performance Dave Olsen
39K views87 slides
Client-side Web Performance Optimization [paper] by
Client-side Web Performance Optimization [paper]Client-side Web Performance Optimization [paper]
Client-side Web Performance Optimization [paper]Jakob
6.6K views26 slides
WordPress vs Other Content Management System by
WordPress vs Other Content Management SystemWordPress vs Other Content Management System
WordPress vs Other Content Management SystemHTS Hosting
71 views11 slides
How to Speed up your Website by
How to Speed up your WebsiteHow to Speed up your Website
How to Speed up your WebsiteHTS Hosting
86 views14 slides

More Related Content

What's hot

Information on Various HTTP Error Codes by
Information on Various HTTP Error CodesInformation on Various HTTP Error Codes
Information on Various HTTP Error CodesHTS Hosting
44 views16 slides
How We Localize & Mobilize WP Sites - Pubcon 2013 by
How We Localize & Mobilize WP Sites - Pubcon 2013How We Localize & Mobilize WP Sites - Pubcon 2013
How We Localize & Mobilize WP Sites - Pubcon 2013Search Commander, Inc.
2.7K views64 slides
How Can You Make Your Website Faster? by
How Can You Make Your Website Faster?How Can You Make Your Website Faster?
How Can You Make Your Website Faster?HTS Hosting
58 views13 slides
Performace optimization (increase website speed) by
Performace optimization (increase website speed)Performace optimization (increase website speed)
Performace optimization (increase website speed)clickramanm
648 views33 slides
Speed! by
Speed!Speed!
Speed!Rafael Corral
941 views25 slides
Web Application Development Fundamentals by
Web Application Development FundamentalsWeb Application Development Fundamentals
Web Application Development FundamentalsMohammed Makhlouf
13.3K views65 slides

What's hot(20)

Information on Various HTTP Error Codes by HTS Hosting
Information on Various HTTP Error CodesInformation on Various HTTP Error Codes
Information on Various HTTP Error Codes
HTS Hosting44 views
How Can You Make Your Website Faster? by HTS Hosting
How Can You Make Your Website Faster?How Can You Make Your Website Faster?
How Can You Make Your Website Faster?
HTS Hosting58 views
Performace optimization (increase website speed) by clickramanm
Performace optimization (increase website speed)Performace optimization (increase website speed)
Performace optimization (increase website speed)
clickramanm648 views
Web Application Development Fundamentals by Mohammed Makhlouf
Web Application Development FundamentalsWeb Application Development Fundamentals
Web Application Development Fundamentals
Mohammed Makhlouf13.3K views
Need for Speed: Website Edition – Website Optimization Tools and Techniques P... by Devin Walker
Need for Speed: Website Edition – Website Optimization Tools and Techniques P...Need for Speed: Website Edition – Website Optimization Tools and Techniques P...
Need for Speed: Website Edition – Website Optimization Tools and Techniques P...
Devin Walker1.4K views
Website speed optimization guide for technically advanced webmasters by Aditya Singh
Website speed optimization guide for technically advanced webmastersWebsite speed optimization guide for technically advanced webmasters
Website speed optimization guide for technically advanced webmasters
Aditya Singh390 views
WordCamp RVA 2011 - Performance & Tuning by Timothy Wood
WordCamp RVA 2011 - Performance & TuningWordCamp RVA 2011 - Performance & Tuning
WordCamp RVA 2011 - Performance & Tuning
Timothy Wood796 views
Is your website's speed letting you down? by Ray Krzeminski
Is your website's speed letting you down?Is your website's speed letting you down?
Is your website's speed letting you down?
Ray Krzeminski798 views
WPblog's Ultimate WordPress Guide to Boost Your Website Performance by Jessica Ervin
WPblog's Ultimate WordPress Guide to Boost Your Website Performance WPblog's Ultimate WordPress Guide to Boost Your Website Performance
WPblog's Ultimate WordPress Guide to Boost Your Website Performance
Jessica Ervin47 views
Frontend performance by sacred 8
Frontend performanceFrontend performance
Frontend performance
sacred 82.5K views
Breaking the Speed Limit: Faster Websites Win by Jonathan Hochman
Breaking the Speed Limit: Faster Websites WinBreaking the Speed Limit: Faster Websites Win
Breaking the Speed Limit: Faster Websites Win
Jonathan Hochman1.1K views
High Performance Web/Mobile Pages - Automation by soheil416
High Performance Web/Mobile Pages - AutomationHigh Performance Web/Mobile Pages - Automation
High Performance Web/Mobile Pages - Automation
soheil416304 views
Website speed optimization techniques by ValueCoders
Website speed optimization techniquesWebsite speed optimization techniques
Website speed optimization techniques
ValueCoders887 views

Viewers also liked

Web performance at WDCNZ by
Web performance at WDCNZWeb performance at WDCNZ
Web performance at WDCNZJohn Clegg
18.9K views100 slides
Performance Evaluation of XMPP on the Web by
Performance Evaluation of XMPP on the WebPerformance Evaluation of XMPP on the Web
Performance Evaluation of XMPP on the WebMarkku Laine
6.1K views31 slides
Applebees server performance appraisal by
Applebees server performance appraisalApplebees server performance appraisal
Applebees server performance appraisalliamedison67
1.1K views18 slides
Understanding and measuring web performance by
Understanding and measuring web performanceUnderstanding and measuring web performance
Understanding and measuring web performanceBogdan Gaza
1.1K views54 slides
Website Pre SEO Analysis Report- Online Marketing: Search Engine Optimization by
Website Pre SEO Analysis Report- Online Marketing: Search Engine OptimizationWebsite Pre SEO Analysis Report- Online Marketing: Search Engine Optimization
Website Pre SEO Analysis Report- Online Marketing: Search Engine OptimizationVikesh Sanwalodia
3K views7 slides
Recruitment Analytics workshop - Endouble Antwerp 6-3-2017 by
Recruitment Analytics workshop  - Endouble Antwerp 6-3-2017Recruitment Analytics workshop  - Endouble Antwerp 6-3-2017
Recruitment Analytics workshop - Endouble Antwerp 6-3-2017Endouble
277 views51 slides

Viewers also liked(20)

Web performance at WDCNZ by John Clegg
Web performance at WDCNZWeb performance at WDCNZ
Web performance at WDCNZ
John Clegg18.9K views
Performance Evaluation of XMPP on the Web by Markku Laine
Performance Evaluation of XMPP on the WebPerformance Evaluation of XMPP on the Web
Performance Evaluation of XMPP on the Web
Markku Laine6.1K views
Applebees server performance appraisal by liamedison67
Applebees server performance appraisalApplebees server performance appraisal
Applebees server performance appraisal
liamedison671.1K views
Understanding and measuring web performance by Bogdan Gaza
Understanding and measuring web performanceUnderstanding and measuring web performance
Understanding and measuring web performance
Bogdan Gaza1.1K views
Website Pre SEO Analysis Report- Online Marketing: Search Engine Optimization by Vikesh Sanwalodia
Website Pre SEO Analysis Report- Online Marketing: Search Engine OptimizationWebsite Pre SEO Analysis Report- Online Marketing: Search Engine Optimization
Website Pre SEO Analysis Report- Online Marketing: Search Engine Optimization
Recruitment Analytics workshop - Endouble Antwerp 6-3-2017 by Endouble
Recruitment Analytics workshop  - Endouble Antwerp 6-3-2017Recruitment Analytics workshop  - Endouble Antwerp 6-3-2017
Recruitment Analytics workshop - Endouble Antwerp 6-3-2017
Endouble 277 views
Website Structure Analysis Report Sample - SEO Traffic by SEO Traffic
Website Structure Analysis Report Sample - SEO TrafficWebsite Structure Analysis Report Sample - SEO Traffic
Website Structure Analysis Report Sample - SEO Traffic
SEO Traffic7.4K views
Endouble Advertising Workshop by Endouble
Endouble Advertising WorkshopEndouble Advertising Workshop
Endouble Advertising Workshop
Endouble 207 views
APRICOT 2017: Trafficshifting: Avoiding Disasters & Improving Performance at ... by Michael Kehoe
APRICOT 2017: Trafficshifting: Avoiding Disasters & Improving Performance at ...APRICOT 2017: Trafficshifting: Avoiding Disasters & Improving Performance at ...
APRICOT 2017: Trafficshifting: Avoiding Disasters & Improving Performance at ...
Michael Kehoe534 views
Approaches to Software Testing by Scott Barber
Approaches to Software TestingApproaches to Software Testing
Approaches to Software Testing
Scott Barber9.9K views
Performance Analysis: new tools and concepts from the cloud by Brendan Gregg
Performance Analysis: new tools and concepts from the cloudPerformance Analysis: new tools and concepts from the cloud
Performance Analysis: new tools and concepts from the cloud
Brendan Gregg5.4K views
Measuring the Performance of Single Page Applications by Nicholas Jansma
Measuring the Performance of Single Page ApplicationsMeasuring the Performance of Single Page Applications
Measuring the Performance of Single Page Applications
Nicholas Jansma16.7K views
Application Performance Management - Solving the Performance Puzzle by LDragich
Application Performance Management - Solving the Performance PuzzleApplication Performance Management - Solving the Performance Puzzle
Application Performance Management - Solving the Performance Puzzle
LDragich19K views
Web Server Hardware and Software by webhostingguy
Web Server Hardware and SoftwareWeb Server Hardware and Software
Web Server Hardware and Software
webhostingguy20.9K views
An Introduction to Software Performance Engineering by Correlsense
An Introduction to Software Performance EngineeringAn Introduction to Software Performance Engineering
An Introduction to Software Performance Engineering
Correlsense14K views
PPC AdWords Report by ReportGarden
PPC AdWords ReportPPC AdWords Report
PPC AdWords Report
ReportGarden88.9K views
Best Practices And Next Gen Formats: Supercharging Web Content Performance by G3 Communications
Best Practices And Next Gen Formats: Supercharging Web Content PerformanceBest Practices And Next Gen Formats: Supercharging Web Content Performance
Best Practices And Next Gen Formats: Supercharging Web Content Performance
G3 Communications 511 views

Similar to Web performance optimization (WPO)

SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers by
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersDistilled
6.7K views77 slides
Csdn Drdobbs Tenni Theurer Yahoo by
Csdn Drdobbs Tenni Theurer YahooCsdn Drdobbs Tenni Theurer Yahoo
Csdn Drdobbs Tenni Theurer Yahooguestb1b95b
4.3K views65 slides
Hardcode SEO by
Hardcode SEOHardcode SEO
Hardcode SEOMichel Ozzello
837 views37 slides
Web Performance Optimierung - DWX13 by
Web Performance Optimierung - DWX13Web Performance Optimierung - DWX13
Web Performance Optimierung - DWX13Walter Ebert
7.9K views71 slides
Design+Performance by
Design+PerformanceDesign+Performance
Design+PerformanceSteve Souders
4.9K views67 slides
Heavy Web Optimization: Frontend by
Heavy Web Optimization: FrontendHeavy Web Optimization: Frontend
Heavy Web Optimization: FrontendVõ Duy Tuấn
3.1K views41 slides

Similar to Web performance optimization (WPO)(20)

SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers by Distilled
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
Distilled6.7K views
Csdn Drdobbs Tenni Theurer Yahoo by guestb1b95b
Csdn Drdobbs Tenni Theurer YahooCsdn Drdobbs Tenni Theurer Yahoo
Csdn Drdobbs Tenni Theurer Yahoo
guestb1b95b4.3K views
Web Performance Optimierung - DWX13 by Walter Ebert
Web Performance Optimierung - DWX13Web Performance Optimierung - DWX13
Web Performance Optimierung - DWX13
Walter Ebert7.9K views
Heavy Web Optimization: Frontend by Võ Duy Tuấn
Heavy Web Optimization: FrontendHeavy Web Optimization: Frontend
Heavy Web Optimization: Frontend
Võ Duy Tuấn3.1K views
腾讯大讲堂09 如何建设高性能网站 by areyouok
腾讯大讲堂09 如何建设高性能网站腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站
areyouok372 views
腾讯大讲堂09 如何建设高性能网站 by topgeek
腾讯大讲堂09 如何建设高性能网站腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站
topgeek1.3K views
5 steps to faster web sites & HTML5 games - updated for DDDscot by Michael Ewins
5 steps to faster web sites & HTML5 games - updated for DDDscot5 steps to faster web sites & HTML5 games - updated for DDDscot
5 steps to faster web sites & HTML5 games - updated for DDDscot
Michael Ewins1.1K views
5 Steps to Faster Web Sites and HTML5 Games by Michael Ewins
5 Steps to Faster Web Sites and HTML5 Games5 Steps to Faster Web Sites and HTML5 Games
5 Steps to Faster Web Sites and HTML5 Games
Michael Ewins1.3K views
SEO 101 - Google Page Speed Insights Explained by Steve Weber
SEO 101 - Google Page Speed Insights Explained SEO 101 - Google Page Speed Insights Explained
SEO 101 - Google Page Speed Insights Explained
Steve Weber249 views
High Performance Websites by Parham
High Performance WebsitesHigh Performance Websites
High Performance Websites
Parham 1.2K views
High Performance Websites By Souders Steve by w3guru
High Performance Websites By Souders SteveHigh Performance Websites By Souders Steve
High Performance Websites By Souders Steve
w3guru3.7K views
Plop by oakleaf
PlopPlop
Plop
oakleaf1.2K views
High Performance Web Sites by Páris Neto
High Performance Web SitesHigh Performance Web Sites
High Performance Web Sites
Páris Neto1.5K views
腾讯大讲堂09 如何建设高性能网站 by George Ang
腾讯大讲堂09 如何建设高性能网站腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站
George Ang1K views
Front-end optimisation & jQuery Internals (Pycon) by Artur Cistov
Front-end optimisation & jQuery Internals (Pycon)Front-end optimisation & jQuery Internals (Pycon)
Front-end optimisation & jQuery Internals (Pycon)
Artur Cistov627 views
Make Drupal Run Fast - increase page load speed by Andy Kucharski
Make Drupal Run Fast - increase page load speedMake Drupal Run Fast - increase page load speed
Make Drupal Run Fast - increase page load speed
Andy Kucharski14.5K views
Mobile Web Speed Bumps by Nicholas Zakas
Mobile Web Speed BumpsMobile Web Speed Bumps
Mobile Web Speed Bumps
Nicholas Zakas13.4K views

Recently uploaded

Scaling Knowledge Graph Architectures with AI by
Scaling Knowledge Graph Architectures with AIScaling Knowledge Graph Architectures with AI
Scaling Knowledge Graph Architectures with AIEnterprise Knowledge
38 views15 slides
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc
11 views29 slides
Melek BEN MAHMOUD.pdf by
Melek BEN MAHMOUD.pdfMelek BEN MAHMOUD.pdf
Melek BEN MAHMOUD.pdfMelekBenMahmoud
14 views1 slide
Evolving the Network Automation Journey from Python to Platforms by
Evolving the Network Automation Journey from Python to PlatformsEvolving the Network Automation Journey from Python to Platforms
Evolving the Network Automation Journey from Python to PlatformsNetwork Automation Forum
13 views21 slides
Five Things You SHOULD Know About Postman by
Five Things You SHOULD Know About PostmanFive Things You SHOULD Know About Postman
Five Things You SHOULD Know About PostmanPostman
36 views43 slides
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院IttrainingIttraining
58 views8 slides

Recently uploaded(20)

TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by TrustArc
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc11 views
Five Things You SHOULD Know About Postman by Postman
Five Things You SHOULD Know About PostmanFive Things You SHOULD Know About Postman
Five Things You SHOULD Know About Postman
Postman36 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
Future of AR - Facebook Presentation by ssuserb54b561
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
ssuserb54b56115 views
6g - REPORT.pdf by Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex10 views
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker40 views
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf by Dr. Jimmy Schwarzkopf
STKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdfSTKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdf
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software280 views
STPI OctaNE CoE Brochure.pdf by madhurjyapb
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdf
madhurjyapb14 views

Web performance optimization (WPO)

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.