SlideShare a Scribd company logo
1 of 16
Download to read offline
> MAGENTO
www.trustservers.gr


(+30) 211 800 33 70
IS YOUR
Giannis Economou


Founder / Sr. Software Engineer


gecon@trustservers.gr
FAST ENOUGH?
15 May 2022
M
U
L
T
I
-
L
E
V
E
L
I
M
A
G
E
O
P
T
I
M
S
T
A
G
I
N
G
A
U
T
O
M
A
T
I
O
N
S
D
E
T
A
I
L
E
D
D
A
T
A
B
A
S
E
O
P
T
2
4
X
7
M
O
N
I
T
O
R
I
N
G
A
D
V
A
N
C
E
D
O
B
S
E
R
V
A
B
I
L
I
T
Y
P
H
P
O
P
T
I
M
L
I
N
U
X
K
E
R
N
E
L
O
P
T
I
M
S
T
R
E
S
S
T
E
S
T
S
H
T
T
P
/
2
D
E
T
A
I
L
E
D
O
P
T
I
M
A
D
V
A
N
C
E
D
J
S
B
U
N
D
L
I
N
G
E
L
A
S
T
I
C
S
E
A
R
C
H
O
P
T
I
M
V
A
R
N
I
S
H
O
P
T
I
M
S
T
R
O
N
G
H
/
W
S
T
A
T
I
C
F
I
L
E
S
P
R
I
V
A
T
E
C
D
N
J
S
/
C
S
S
O
P
T
I
M
T
E
C
H
I
N
C
A
L
C
O
N
S
U
L
T
I
N
G
C
U
S
T
O
M
C
A
C
H
E
W
A
R
M
E
R
S
D
E
F
E
R
J
A
V
A
S
C
R
I
P
T
W
A
F
P
H
P
/
M
Y
S
Q
L
B
O
T
T
L
E
N
E
C
K
S
S
C
A
L
A
B
I
L
I
T
Y
&
A
V
I
F
I
N
D
E
X
E
R
S
O
P
T
I
M
R
E
D
I
S
O
P
T
I
M
V
A
R
N
I
S
H
C
U
S
T
O
M
V
C
L
S
A
T
O
N
O
F
N
G
I
N
X
O
P
T
I
M
S
T
R
O
N
G
S
E
C
U
R
I
T
Y
A
D
V
A
N
C
E
D
C
R
I
T
I
C
A
L
C
S
S
T
R
A
F
F
I
C
S
H
A
P
P
I
N
G
D
A
S
H
B
O
A
R
F
A
S
T
&
P
R
E
M
I
U
M
S
U
P
P
O
R
T
P
R
O
F
I
L
Premium Managed Magento Hosting
▪ Highly optimised & proven stack
▪ Community & Enterprise
▪ Extensive Know-How
▪ Your Magento, SERIOUSLY faster, without code changes
53% DROPS OF MOBILE SITE
VISITS, IF A PAGE TOOK LONGER
THAN 3 SEC TO LOAD
Google Research


YEARS AGO …
IF YOU CAN’T
MEASURE IT, YOU
CAN’T IMPROVE IT!
[
LOAD IS NOT A SIMPLE MOMENT
IN TIME - IT’S AN EXPERIENCE
Paint Timing Specs (W3C)


INDEED!
WE NEED TO
MEASURE
USER’S EXPERIENCE
[
CORE WEB VITALS
GOOGLE: MEASURE USER’S EXPERIENCE
▪ LCP: Content Loading Speed
▪ FID: Interactivity
▪ CLS: Visual Stability
▪ (other web vitals: FCP, TTFB, TBT)
Fast: 75% of pageloads Green (Good)
SEO Google Ranking Factor: Summer 2021
z
E
METRICS / TOOLS
TWO FAMILIES
Truth! But too late (GA, Google CrUX,
Sentry.io, Akamai mPulse)
Real User Metrics (RUM)
Repeatable and fast (WebPageTest,
GTmetrix, Google pagespeed insights)
Synthetic Tests (LAB)
RUM: GOOGLE CHROME EXPERIENCE REPORT

PUBLIC AVAILABLE DATA
▪ CrUX reports
▪ Real-world User Experience Metrics
▪ ~ 6.000.000 popular websites
▪ Origin score (All Pages)
▪ Found in:
▪ Search Console
▪ PageSpeed Insights
▪ CrUX Dashboard on Data Studio
▪ CrUX API
RUM: GOOGLE CHROME EXPERIENCE (DATA STUDIO)

PUBLIC AVAILABLE DATA
RUM+LAB: GOOGLE PAGESPEED INSIGHTS
PUBLIC AVAILABLE DATA
▪ t
https://pagespeed.web.dev/
LET’S GET
TECHNICAL …
[
YOUR MAGENTO, FASTER …
NOTES
▪ Magento 2.4.x
▪ Use a really optimised server stack!
▪ Theme / # MB transfered / # DOM elements
▪ Remove Magento extensions not in use
▪ Remove CSS/JS
▪ Serve optimised images
▪ Bloated Google Tag Manager?

3rd party scripts? (37%+)
YOUR MAGENTO, FASTER …
NOTES - FOR MAGENTO CODERS
Frontend:
▪ Self-hosted fonts/css/js
▪ Preload specific frontend content
carefully
▪ Try modern JS bundling
▪ Use critical CSS (2.4.x)
▪ (Go headless?)
Backend:
▪ Do not load entire products in a loop
(use collections)
▪ Use ESI (TTL)
▪ ERP: Use async bulk endpoints

(/async/bulk/V1/products)
▪ Watch your SQL queries (+ stress tests)
BONUS: PRIORITY HINTS

(THIS IS NEW)
▪ Start using Priority hints!
▪ Chrome 101+
<img src="lcp-image.jpg" fetchpriority="high">


<ul class="carousel">


<img src="img/carousel-1.jpg" fetchpriority="high">


<img src="img/carousel-2.jpg" fetchpriority="low">


<img src="img/carousel-3.jpg" fetchpriority="low">


<img src="img/carousel-4.jpg" fetchpriority="low">


</ul>
https://web.dev/priority-hints/
Thank you!
www.trustservers.gr


(+30) 211 800 33 70
Giannis Economou


Founder / Sr. Software Engineer


gecon@trustservers.gr

More Related Content

Similar to Is your Magento fast enough?

Codemotion Rome 2016 - Polymer
Codemotion Rome 2016 - PolymerCodemotion Rome 2016 - Polymer
Codemotion Rome 2016 - Polymer
Maurizio Mangione
 

Similar to Is your Magento fast enough? (20)

Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018
 
4-identifying-problems.pdf
4-identifying-problems.pdf4-identifying-problems.pdf
4-identifying-problems.pdf
 
SearchLove Boston 2017 | Dom Woodman | How to Get Insight From Your Logs
SearchLove Boston 2017 | Dom Woodman | How to Get Insight From Your LogsSearchLove Boston 2017 | Dom Woodman | How to Get Insight From Your Logs
SearchLove Boston 2017 | Dom Woodman | How to Get Insight From Your Logs
 
Domino development process
Domino development processDomino development process
Domino development process
 
All about google tag manager - Basics
All about google tag manager - Basics All about google tag manager - Basics
All about google tag manager - Basics
 
🤵-Friendly, Data Science Stack With 🏕️ envd.pdf
🤵-Friendly, Data Science Stack  With 🏕️ envd.pdf🤵-Friendly, Data Science Stack  With 🏕️ envd.pdf
🤵-Friendly, Data Science Stack With 🏕️ envd.pdf
 
A Fast Intro to Fast Query with ClickHouse, by Robert Hodges
A Fast Intro to Fast Query with ClickHouse, by Robert HodgesA Fast Intro to Fast Query with ClickHouse, by Robert Hodges
A Fast Intro to Fast Query with ClickHouse, by Robert Hodges
 
The Angular road from 1.x to 2.0
The Angular road from 1.x to 2.0The Angular road from 1.x to 2.0
The Angular road from 1.x to 2.0
 
Automating SEO Reporting With Google Data Studio - Digitalzone 2018
Automating SEO Reporting With Google Data Studio - Digitalzone 2018Automating SEO Reporting With Google Data Studio - Digitalzone 2018
Automating SEO Reporting With Google Data Studio - Digitalzone 2018
 
Intro To Django
Intro To DjangoIntro To Django
Intro To Django
 
Front-End Tooling
Front-End ToolingFront-End Tooling
Front-End Tooling
 
Scaling multi cloud with infrastructure as code
Scaling multi cloud with infrastructure as codeScaling multi cloud with infrastructure as code
Scaling multi cloud with infrastructure as code
 
Business Case for SharePoint and Office 365
Business Case for SharePoint and Office 365Business Case for SharePoint and Office 365
Business Case for SharePoint and Office 365
 
Salesforce DX の始め方とパートナー様成功事例
Salesforce DX の始め方とパートナー様成功事例Salesforce DX の始め方とパートナー様成功事例
Salesforce DX の始め方とパートナー様成功事例
 
[Azure Council Experts (ACE) 第23回定例会] Microsoft Azureアップデート情報 (2017/04/14-201...
[Azure Council Experts (ACE) 第23回定例会] Microsoft Azureアップデート情報 (2017/04/14-201...[Azure Council Experts (ACE) 第23回定例会] Microsoft Azureアップデート情報 (2017/04/14-201...
[Azure Council Experts (ACE) 第23回定例会] Microsoft Azureアップデート情報 (2017/04/14-201...
 
SMX_DevTools_Monaco_2.pdf
SMX_DevTools_Monaco_2.pdfSMX_DevTools_Monaco_2.pdf
SMX_DevTools_Monaco_2.pdf
 
Successful Teams follow Standards
Successful Teams follow StandardsSuccessful Teams follow Standards
Successful Teams follow Standards
 
Codemotion Rome 2016 - Polymer
Codemotion Rome 2016 - PolymerCodemotion Rome 2016 - Polymer
Codemotion Rome 2016 - Polymer
 
Polymer is production ready, how about you?
Polymer is production ready, how about you?Polymer is production ready, how about you?
Polymer is production ready, how about you?
 
DevSecCon Singapore 2018 - Remove developers’ shameful secrets or simply rem...
DevSecCon Singapore 2018 -  Remove developers’ shameful secrets or simply rem...DevSecCon Singapore 2018 -  Remove developers’ shameful secrets or simply rem...
DevSecCon Singapore 2018 - Remove developers’ shameful secrets or simply rem...
 

Recently uploaded

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 

Recently uploaded (20)

OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 

Is your Magento fast enough?