SlideShare una empresa de Scribd logo
1 de 66
Descargar para leer sin conexión
@Tonegolf71
@Space48ers
#MageTitansMCR
Worked on Magento since 1.2
Technical Director @ Space 48
Love learning and collaborating
@Tonegolf71
@Space48ers
#MageTitansMCR
Overview
• Monitoring
@Tonegolf71
@Space48ers
#MageTitansMCR
Overview
• Monitoring
• General FPC efficiency
@Tonegolf71
@Space48ers
#MageTitansMCR
Overview
• Monitoring
• General FPC efficiency
• Improvement examples (M1)
@Tonegolf71
@Space48ers
#MageTitansMCR
Overview
• Monitoring
• General FPC efficiency
• Improvement examples (M1)
• M2 FPC
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
Where to start?
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
Max Chadwick
@maxpchadwick
http://maxchadwick.xyz
Something Digital
Nomad Mage: 

https://goo.gl/3KnTO0
Mpchadwick_PageCacheHitRate :
https://goo.gl/oWJZ0w
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
Do I have a cached
version of the page?
Load Magento and
get content for the
page and the
containers, then
return
Do I have cached
versions of all
containers on the
page?
Load Magento and
get content for
containers, merge
in to cached page
content and return
Return page and
containers from cache
FULL HIT PARTIAL HIT MISS
YES
NO
YES
Response
Response
Response
NO
Request
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 1: Opening Times
Call us today 8am - 10pm
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 1: Opening Times
• Stores opening and closing times for days of the
week
• A custom message is defined for each state
• Custom dates can be added for holidays etc.
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 1: Opening Times
Call us today 8am - 10pm
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 1: Opening Times
Container Class
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 1: Opening Times
Why would you do that?
Container Class
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 1: Opening Times
How often should this change?
Call us today 8am - 10pm
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 1: Opening Times
So we need to cache it right?
Call us today 8am - 10pm
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
Container Class
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 2: MyFavourites
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 2: MyFavourites
Container Class
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 2: MyFavourites
Why would you do that?
Container Class
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 2: MyFavourites
Am I a
favourite?
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 2: MyFavourites
Am I a
favourite?
Am I a
favourite?
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 2: MyFavourites
Am I a
favourite?
Am I a
favourite?
Am I a
favourite?
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 2: MyFavourites
Am I a
favourite?
Am I a
favourite?
Am I a
favourite?
Am I a
favourite?
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 2: MyFavourites
@Tonegolf71
@Space48ers
#MageTitansMCR
Module 2: MyFavourites
@Tonegolf71
@Space48ers
#MageTitansMCR
Result: Greatly reduced partial hits!
@Tonegolf71
@Space48ers
#MageTitansMCR
This will blow your mind…
@Tonegolf71
@Space48ers
#MageTitansMCR
Crontab from hell
@Tonegolf71
@Space48ers
#MageTitansMCR
Crontab from hell
Why would you do that?
@Tonegolf71
@Space48ers
#MageTitansMCR
To be fair…
• Easy for me to question “Why?”
@Tonegolf71
@Space48ers
#MageTitansMCR
To be fair…
• Easy for me to question “Why?”
• Everyone is learning!
@Tonegolf71
@Space48ers
#MageTitansMCR
To be fair…
• Easy for me to question “Why?”
• Everyone is learning!
• We need to embrace such experiences
@Tonegolf71
@Space48ers
#MageTitansMCR
To be fair…
• Easy for me to question “Why?”
• Everyone is learning!
• We need to embrace such experiences
• Ideally we should SHARE such experiences!!
@Tonegolf71
@Space48ers
#MageTitansMCR
M2 FPC
@Tonegolf71
@Space48ers
#MageTitansMCR
Varnish FTW
@Tonegolf71
@Space48ers
#MageTitansMCR
Still has to deal with independently
flushable content and private data
@Tonegolf71
@Space48ers
#MageTitansMCR
Shared public content… ESI
@Tonegolf71
@Space48ers
#MageTitansMCR
Private… AJAX and local storage
@Tonegolf71
@Space48ers
#MageTitansMCR
You can screw it up if you want?
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
If you use cacheable=“false" for a
block, be aware the whole page will
be excluded from FPC
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
@Tonegolf71
@Space48ers
#MageTitansMCR
M2 FPC Monitoring?
@Tonegolf71
@Space48ers
#MageTitansMCR
Conclusion
@Tonegolf71
@Space48ers
#MageTitansMCR
With great power…
…comes great responsibility
@Tonegolf71
@Space48ers
#MageTitansMCR
Monitor as much as is practical
@Tonegolf71
@Space48ers
#MageTitansMCR
Embrace mistakes
@Tonegolf71
@Space48ers
#MageTitansMCR
Embrace mistakes
..and share them
@Tonegolf71
@Space48ers
#MageTitansMCR
THANKS!!
@Tonegolf71
@Space48ers
#MageTitansMCR
THANKS!!
Any questions?

Más contenido relacionado

Destacado

Красавица осень
Красавица осеньКрасавица осень
Красавица осеньlusigurye
 
Employment_Resume_Mechanical_Engineer
Employment_Resume_Mechanical_EngineerEmployment_Resume_Mechanical_Engineer
Employment_Resume_Mechanical_EngineerNitin Bhope
 
¿Verdad o mentira?
¿Verdad o mentira?¿Verdad o mentira?
¿Verdad o mentira?Ángela J.
 
Are You Afraid of the Dark?
Are You Afraid of the Dark?Are You Afraid of the Dark?
Are You Afraid of the Dark?misshivi_xo
 
1. comunicación visual 1
1. comunicación visual 11. comunicación visual 1
1. comunicación visual 1Patricia GH
 
Age ratings according to the bbfc ratings
Age ratings according to the bbfc ratingsAge ratings according to the bbfc ratings
Age ratings according to the bbfc ratingsemilyflaxman
 

Destacado (13)

Scream timeline
Scream timelineScream timeline
Scream timeline
 
Красавица осень
Красавица осеньКрасавица осень
Красавица осень
 
Swede planning
 Swede planning Swede planning
Swede planning
 
Employment_Resume_Mechanical_Engineer
Employment_Resume_Mechanical_EngineerEmployment_Resume_Mechanical_Engineer
Employment_Resume_Mechanical_Engineer
 
Individual idea
Individual ideaIndividual idea
Individual idea
 
¿Verdad o mentira?
¿Verdad o mentira?¿Verdad o mentira?
¿Verdad o mentira?
 
Are You Afraid of the Dark?
Are You Afraid of the Dark?Are You Afraid of the Dark?
Are You Afraid of the Dark?
 
Finallllll
FinallllllFinallllll
Finallllll
 
1. comunicación visual 1
1. comunicación visual 11. comunicación visual 1
1. comunicación visual 1
 
Costume, props and make up research
Costume, props and make up researchCostume, props and make up research
Costume, props and make up research
 
Age ratings according to the bbfc ratings
Age ratings according to the bbfc ratingsAge ratings according to the bbfc ratings
Age ratings according to the bbfc ratings
 
Audience theories
Audience theoriesAudience theories
Audience theories
 
Evaluation Q6 (1)
Evaluation Q6 (1)Evaluation Q6 (1)
Evaluation Q6 (1)
 

Último

Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 

Último (20)

Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 

An Optimisation Story at Mage Titans Manchester 2016