SlideShare une entreprise Scribd logo
1  sur  26
How to Speed Up Your WordPress
Website
Download slides at https://pamannmarketing.com/slides 2
Download Slides
https://pamannmarketing.com/slides
Download slides at https://pamannmarketing.com/slides 3
Why Speed Up
Your Website?
• Google has been using site speed as a
ranking factor for desktop searches
for several years.
• Google started rolling out a “Speed
Update” algorithm change on 7/9/18.
• This means that site speed is now a
ranking factor on mobile search.
• Over 50% of Google searches occur
on mobile, so this is likely to be very
impactful.
Download slides at https://pamannmarketing.com/slides 4
Why Speed Up Your Website?
Even before this algorithm update, we noticed correlations between
site speed and rankings
Download slides at https://pamannmarketing.com/slides 5
Why Speed Up Your Website?
Having a fast-loading website also helps insure that users won’t bounce
away from your website because it took too long to load.
Download slides at https://pamannmarketing.com/slides 6
Why Speed Up Your Website?
Download slides at https://pamannmarketing.com/slides 7
How Do I Test My Site’s Speed?
Tool Tests for Benchmarks to aim for Settings to use
Google PageSpeed
Insights
The presence of page speed
optimization best practices
Minimum:
80 Mobile / 80 Desktop
n/a
WebPageTest.org Total page load time Minimum: “First Interactive” less
than 3 seconds
Ideal: “Fully Loaded” less than 3
seconds
Dulles, VA, USA (Desktop, Android, iOS)
Cable (5/1 Mbps 28ms RTT)
3 Test Runs
First View Only
GTMetrix.com Total page load time Minimum: “Onload” less than 3
seconds
Ideal: “Fully Loaded” less than 3
seconds
Dallas, USA
Chrome (Desktop)
(Sign up for a free account to be able to
specify settings and view onload timings)
Lighthouse Mobile page speed (3G
connection), presence of
page speed optimization best
practices
Minimum Performance Score:
60
Ideal Performance Score: 75
Use this URL to run the test:
https://www.webpagetest.org/lighthouse
(Don’t run in dev tools in Chrome as that’s
too dependent on your own computer’s
hardware speed)
Google Analytics Average page load time and
server response time over
time
Ideal: Monthly average page
load time of 3 seconds or less
Ideal: Monthly average server
response time of 200ms or less
Set date range to Last 30 Days.
Behavior -> Site Speed -> Overview
(use dropdown at top to switch between
Avg. Page Load Time and Server Response
Time)
(use a custom segments to view mobile and
desktop traffic separately, as well as US
traffic only if it’s a US client)
Note: Watch for single-day spikes that skew
the monthly average.
Download slides at https://pamannmarketing.com/slides 8
How Does Site Speed Work?
There are two categories of things that can impact site speed:
Hardware Factors Site Assets
The speed of the physical
server that the website is
hosted on
Code, imagery, scripts,
database, etc.
StickerMule.com
< >
Download slides at https://pamannmarketing.com/slides 9
Hardware: Hosting
Your hosting plan might be the culprit of a slow-loading site.
Good Bad
• FAST Managed WordPress
Hosting, like LiquidWeb* or
Flywheel*
• VPS (Virtual Private Server)
• Dedicated Server
• Cheap Shared Hosting
Plans
*Affiliate links
Download slides at https://pamannmarketing.com/slides 10
Hardware: Server Response Time
Ensure that your “server response time” a.k.a. “time to first byte” is around 200ms or
less on desktop and 600ms or less on mobile.
TTFB is typically dependent upon hosting resources, but it can be affected by on-site
resources as well (plugins, scripts, database, number of http requests, etc.).
Download slides at https://pamannmarketing.com/slides 11
Site Assets: Themes & Page Builders
The use of WordPress themes and page builders has an impact on speed as
well. A poorly-coded theme or a page builder that generates bloated code can
cause page load time.
We recommend that whenever possible, sites are built with speed-conscious
theme and page builder providers like Astra, GeneratePress, and lean page
builders like Beaver Builder or Elementor.
Good Bad
• Astra Theme
• GeneratePress Theme
• Avada Theme / Fusion
Builder
• Beaver Builder Page Builder
• Elementor Page Builder
• Site Origin Page Builder
• WPBakery (formerly
known as Visual
Composer)
• Multi-purpose themes
(themes with more
features than you need)
• Poorly-coded or bloated
themes
Download slides at https://pamannmarketing.com/slides 12
Site Assets: Plugins
Plugins, while useful and convenient, can slow site speed significantly by loading
unnecessary files and scripts on every page of your site.
Plugins that are activated but not in use should be deactivated and removed.
Poorly coded, slow loading, or no-longer-supported plugins should be replaced with
newer, better alternatives.
Plugin Advice
Deactivate all unnecessary plugins
Ensure that there isn’t more than one plugin for a single function (e.g.
two SEO plugins)
Only use plugins that are actively supported (updated within the last
year)
Only use plugins that are verified to be compatible with the current/latest
version of WordPress core
Download slides at https://pamannmarketing.com/slides 13
Site Assets: Caching
Caching pre-processes the code needed to create website content and stores
the already-processed version in memory to be served up to a user faster than
if the server had to execute the code manually every time a request comes in.
Image source: https://www.liquidweb.com/blog/caching-options-for-optimizing-your-vps/
Download slides at https://pamannmarketing.com/slides 14
Site Assets: Caching
Caching Advice
Properly implement and test a well-supported caching plugin
(i.e. WP Rocket, W3 Total Cache, WP Super Cache, or Swift)
Utilize server-level caching if possible (e.g. Varnish Cache) if
available through the hosting company
Download slides at https://pamannmarketing.com/slides 15
Site Assets: Compression & Minification
Compression and minification decrease file sizes by removing unnecessary
spaces, line breaks, and comments from JS and CSS files.
Removing unnecessary data and compressing the result reduces the
overall file size, thus allowing the data to load faster in the browser.
Image source: https://www.keycdn.com/support/how-to-minify-css-js-and-html/
Download slides at https://pamannmarketing.com/slides 16
Site Assets: Compression & Minification
Compression & Minification Advice
 Properly implement and test a well-supported compression
and minification plugin (e.g. Autoptimize), or use a caching
plugin that supports this functionality (e.g. WP Rocket),
resulting in no on-domain minification or compression errors
displayed on Google PageSpeed Insights
Download slides at https://pamannmarketing.com/slides 17
Site Assets: Reduce HTTP Requests
Every time a user visits your website, HTTP requests are made to the
server. Reducing the number of HTTP requests made to your server allows
the page to load faster.
Image source: https://blog.cloudflare.com/http-2-for-web-developers/
Download slides at https://pamannmarketing.com/slides 18
Site Assets: Reduce HTTP Requests
Reducing HTTP Requests
Implement compression and minification plugins (or use those features in a
caching plugin like WP Rocket), resulting in no on-domain minification or
compression errors displayed on Google PageSpeed Insights
Minimize the number of third party scripts on the site as much as possible (e.g.
social sharing buttons.) These scripts call upon outside resources, adding to the
number of http requests
Serve as many third party tags, scripts, and pixels as possible through Google Tag
Manager, instead of embedding them directly on the site. Only fire tags when they
are absolutely needed.
Serve static thumbnail previews for YouTube videos instead of the full embed.
Some caching plugins like WP Rocket support this, and plugins like WP YouTube
Lyte can also provide this functionality.
Download slides at https://pamannmarketing.com/slides 19
Site Assets: Image Optimization
Utilizing appropriate image file dimensions can significantly reduce page
load time, which contributes to overall site speed.
Don’t upload a 4,000px
wide image…
…to fill a
40px
spot
Download slides at https://pamannmarketing.com/slides 20
Site Assets: Image Optimization
Compressing images removes unnecessary metadata (information on date
taken, camera used, etc.) and makes the file size smaller, while the image
looks the same to the user.
Don’t upload a 4MB
uncompressed image…
…when you can
upload a 40kb image
that looks exactly the
same.
Download slides at https://pamannmarketing.com/slides 21
Site Assets: Image Optimization
Image Optimization Advice
 Properly size image file dimensions for the size that they are actually displayed
on the site, resulting in no “Serve Scaled Images” errors on GTMetrix. (For
example, don’t upload a 4,000px wide image for an image element that will only
be displayed as 400px.)
 Reduce image file size by compressing the image before or upon upload,
resulting in no “Optimize image” errors on PageSpeed Insights.
 Have a plugin in place to automatically compress future images upon upload (e.g.
EWWW Image Optimizer.)
 Lazyload images so that below-the-fold images don’t load until they are needed.
Some caching plugins support this, and separate plugins like BJ Lazy Load exist
for this purpose as well.
Download slides at https://pamannmarketing.com/slides 22
Site Assets: Database Optimization
A site that has been around for awhile will naturally have old post revisions,
shortcodes, and other files that prevent the database from functioning
quickly.
Database Optimization Advice
Periodically run (can be scheduled) database cleanups with a
plugin such as WP-Optimize.
Download slides at https://pamannmarketing.com/slides 23
Site Assets: Defer Loading of Render-Blocking Code
Websites often include CSS or JavaScript files that are required to load before the
rest of the page loads. Scripts that are not necessary to load above-the-fold
content should be deferred or asynchronously loaded.
Render-Blocking Code Advice
 Properly implement and test a well-supported CSS/JS optimization plugin
(i.e. Autoptimize or Async JavaScript by Frank Goossens), or use a caching
plugin that supports this functionality, resulting in no “Eliminate render-
blocking JavaScript and CSS in above-the-fold content” errors displayed on
Google PageSpeed Insights. This may require configuring non-essential
CSS to be deferred, while having critical path (above the fold) CSS load
inline.
 Load external fonts with Web Font Loader, or optimize the loading of Google
fonts with a caching or minification plugin (e.g. Autoptimize.)
Download slides at https://pamannmarketing.com/slides 24
Site Assets: CDN
A content delivery network (CDN) improves site speed by serving content to users
from stored files on a server that is closest to them geographically.
Download slides at https://pamannmarketing.com/slides 25
Site Assets: CDN
CDN Advice
Implement a CDN solution (e.g. CloudFlare, which is free.) Allow
the CDN provider to manage DNS, as opposed to using CNAME
records for implementation.
Download slides at https://pamannmarketing.com/slides 26
Recap
How to Speed Up Your WordPress Website
Simple/Easy  Ensure fast hosting plan
 Select Lean Themes & Page Builders
 Minimize Use of Plugins & Choose Well-
Supported Plugins
 Install an Image Optimization Plugin
 Don’t Upload Oversized Images
Intermediate/Advanced  Install and Configure Caching &
Minification Plugins
 Defer Loading of Render-Blocking Code
 Periodically Run Database Optimization
 Implement a CDN
Download Slides: https://pamannmarketing.com/slides

Contenu connexe

Dernier

VIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceVIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceSapana Sha
 
Infographics about SEO strategies and uses
Infographics about SEO strategies and usesInfographics about SEO strategies and uses
Infographics about SEO strategies and usesbhavanirupeshmoksha
 
5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software SolutionsDevherds Software Solutions
 
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDigital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDemandbase
 
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdfDIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdfmayanksharma0441
 
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?Partnercademy
 
Codes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxCodes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxGeorgeCulica
 
Exploring Web 3.0 Growth marketing: Navigating the Future of the Internet
Exploring Web 3.0 Growth marketing: Navigating the Future of the InternetExploring Web 3.0 Growth marketing: Navigating the Future of the Internet
Exploring Web 3.0 Growth marketing: Navigating the Future of the Internetnehapardhi711
 
Common Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityCommon Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityMonishka Adhikari
 
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdfMost Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdfCIO Business World
 
McDonald's: A Journey Through Time (PPT)
McDonald's: A Journey Through Time (PPT)McDonald's: A Journey Through Time (PPT)
McDonald's: A Journey Through Time (PPT)DEVARAJV16
 
From Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEOFrom Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEOSzymon Słowik
 
What are the 4 characteristics of CTAs that convert?
What are the 4 characteristics of CTAs that convert?What are the 4 characteristics of CTAs that convert?
What are the 4 characteristics of CTAs that convert?Juan Pineda
 
The Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO CopywritingThe Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO CopywritingJuan Pineda
 
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...CIO Business World
 
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...Ahrefs
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...sowmyrao14
 
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...Hugues Rey
 
ASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationAli Raza
 

Dernier (20)

VIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceVIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts Service
 
Infographics about SEO strategies and uses
Infographics about SEO strategies and usesInfographics about SEO strategies and uses
Infographics about SEO strategies and uses
 
5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions
 
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDigital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
 
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdfDIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
DIGITAL MARKETING STRATEGY_INFOGRAPHIC IMAGE.pdf
 
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Lajpat Nagar Delhi 💯Call Us 🔝8264348440🔝
 
What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?What’s the difference between Affiliate Marketing and Brand Partnerships?
What’s the difference between Affiliate Marketing and Brand Partnerships?
 
Codes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptxCodes and Conventions of Film Magazine Websites.pptx
Codes and Conventions of Film Magazine Websites.pptx
 
Exploring Web 3.0 Growth marketing: Navigating the Future of the Internet
Exploring Web 3.0 Growth marketing: Navigating the Future of the InternetExploring Web 3.0 Growth marketing: Navigating the Future of the Internet
Exploring Web 3.0 Growth marketing: Navigating the Future of the Internet
 
Common Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic CreativityCommon Culture: Paul Willis Symbolic Creativity
Common Culture: Paul Willis Symbolic Creativity
 
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdfMost Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
Most Influential HR Leaders Leading the Corporate World, 2024 (Final file).pdf
 
McDonald's: A Journey Through Time (PPT)
McDonald's: A Journey Through Time (PPT)McDonald's: A Journey Through Time (PPT)
McDonald's: A Journey Through Time (PPT)
 
From Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEOFrom Chance to Choice - Tactical Link Building for International SEO
From Chance to Choice - Tactical Link Building for International SEO
 
What are the 4 characteristics of CTAs that convert?
What are the 4 characteristics of CTAs that convert?What are the 4 characteristics of CTAs that convert?
What are the 4 characteristics of CTAs that convert?
 
The Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO CopywritingThe Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO Copywriting
 
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
Most Impressive Construction Leaders in Tech, Making Waves in the Industry, 2...
 
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
What I learned from auditing over 1,000,000 websites - SERP Conf 2024 Patrick...
 
The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...The Evolution of Internet : How consumers use technology and its impact on th...
The Evolution of Internet : How consumers use technology and its impact on th...
 
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
(Generative) AI & Marketing: - Out of the Hype - Empowering the Marketing M...
 
ASO Process: What is App Store Optimization
ASO Process: What is App Store OptimizationASO Process: What is App Store Optimization
ASO Process: What is App Store Optimization
 

En vedette

How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellSaba Software
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming LanguageSimplilearn
 

En vedette (20)

How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
 

How to Speed Up Your WordPress Website

  • 1. How to Speed Up Your WordPress Website
  • 2. Download slides at https://pamannmarketing.com/slides 2 Download Slides https://pamannmarketing.com/slides
  • 3. Download slides at https://pamannmarketing.com/slides 3 Why Speed Up Your Website? • Google has been using site speed as a ranking factor for desktop searches for several years. • Google started rolling out a “Speed Update” algorithm change on 7/9/18. • This means that site speed is now a ranking factor on mobile search. • Over 50% of Google searches occur on mobile, so this is likely to be very impactful.
  • 4. Download slides at https://pamannmarketing.com/slides 4 Why Speed Up Your Website? Even before this algorithm update, we noticed correlations between site speed and rankings
  • 5. Download slides at https://pamannmarketing.com/slides 5 Why Speed Up Your Website? Having a fast-loading website also helps insure that users won’t bounce away from your website because it took too long to load.
  • 6. Download slides at https://pamannmarketing.com/slides 6 Why Speed Up Your Website?
  • 7. Download slides at https://pamannmarketing.com/slides 7 How Do I Test My Site’s Speed? Tool Tests for Benchmarks to aim for Settings to use Google PageSpeed Insights The presence of page speed optimization best practices Minimum: 80 Mobile / 80 Desktop n/a WebPageTest.org Total page load time Minimum: “First Interactive” less than 3 seconds Ideal: “Fully Loaded” less than 3 seconds Dulles, VA, USA (Desktop, Android, iOS) Cable (5/1 Mbps 28ms RTT) 3 Test Runs First View Only GTMetrix.com Total page load time Minimum: “Onload” less than 3 seconds Ideal: “Fully Loaded” less than 3 seconds Dallas, USA Chrome (Desktop) (Sign up for a free account to be able to specify settings and view onload timings) Lighthouse Mobile page speed (3G connection), presence of page speed optimization best practices Minimum Performance Score: 60 Ideal Performance Score: 75 Use this URL to run the test: https://www.webpagetest.org/lighthouse (Don’t run in dev tools in Chrome as that’s too dependent on your own computer’s hardware speed) Google Analytics Average page load time and server response time over time Ideal: Monthly average page load time of 3 seconds or less Ideal: Monthly average server response time of 200ms or less Set date range to Last 30 Days. Behavior -> Site Speed -> Overview (use dropdown at top to switch between Avg. Page Load Time and Server Response Time) (use a custom segments to view mobile and desktop traffic separately, as well as US traffic only if it’s a US client) Note: Watch for single-day spikes that skew the monthly average.
  • 8. Download slides at https://pamannmarketing.com/slides 8 How Does Site Speed Work? There are two categories of things that can impact site speed: Hardware Factors Site Assets The speed of the physical server that the website is hosted on Code, imagery, scripts, database, etc. StickerMule.com < >
  • 9. Download slides at https://pamannmarketing.com/slides 9 Hardware: Hosting Your hosting plan might be the culprit of a slow-loading site. Good Bad • FAST Managed WordPress Hosting, like LiquidWeb* or Flywheel* • VPS (Virtual Private Server) • Dedicated Server • Cheap Shared Hosting Plans *Affiliate links
  • 10. Download slides at https://pamannmarketing.com/slides 10 Hardware: Server Response Time Ensure that your “server response time” a.k.a. “time to first byte” is around 200ms or less on desktop and 600ms or less on mobile. TTFB is typically dependent upon hosting resources, but it can be affected by on-site resources as well (plugins, scripts, database, number of http requests, etc.).
  • 11. Download slides at https://pamannmarketing.com/slides 11 Site Assets: Themes & Page Builders The use of WordPress themes and page builders has an impact on speed as well. A poorly-coded theme or a page builder that generates bloated code can cause page load time. We recommend that whenever possible, sites are built with speed-conscious theme and page builder providers like Astra, GeneratePress, and lean page builders like Beaver Builder or Elementor. Good Bad • Astra Theme • GeneratePress Theme • Avada Theme / Fusion Builder • Beaver Builder Page Builder • Elementor Page Builder • Site Origin Page Builder • WPBakery (formerly known as Visual Composer) • Multi-purpose themes (themes with more features than you need) • Poorly-coded or bloated themes
  • 12. Download slides at https://pamannmarketing.com/slides 12 Site Assets: Plugins Plugins, while useful and convenient, can slow site speed significantly by loading unnecessary files and scripts on every page of your site. Plugins that are activated but not in use should be deactivated and removed. Poorly coded, slow loading, or no-longer-supported plugins should be replaced with newer, better alternatives. Plugin Advice Deactivate all unnecessary plugins Ensure that there isn’t more than one plugin for a single function (e.g. two SEO plugins) Only use plugins that are actively supported (updated within the last year) Only use plugins that are verified to be compatible with the current/latest version of WordPress core
  • 13. Download slides at https://pamannmarketing.com/slides 13 Site Assets: Caching Caching pre-processes the code needed to create website content and stores the already-processed version in memory to be served up to a user faster than if the server had to execute the code manually every time a request comes in. Image source: https://www.liquidweb.com/blog/caching-options-for-optimizing-your-vps/
  • 14. Download slides at https://pamannmarketing.com/slides 14 Site Assets: Caching Caching Advice Properly implement and test a well-supported caching plugin (i.e. WP Rocket, W3 Total Cache, WP Super Cache, or Swift) Utilize server-level caching if possible (e.g. Varnish Cache) if available through the hosting company
  • 15. Download slides at https://pamannmarketing.com/slides 15 Site Assets: Compression & Minification Compression and minification decrease file sizes by removing unnecessary spaces, line breaks, and comments from JS and CSS files. Removing unnecessary data and compressing the result reduces the overall file size, thus allowing the data to load faster in the browser. Image source: https://www.keycdn.com/support/how-to-minify-css-js-and-html/
  • 16. Download slides at https://pamannmarketing.com/slides 16 Site Assets: Compression & Minification Compression & Minification Advice  Properly implement and test a well-supported compression and minification plugin (e.g. Autoptimize), or use a caching plugin that supports this functionality (e.g. WP Rocket), resulting in no on-domain minification or compression errors displayed on Google PageSpeed Insights
  • 17. Download slides at https://pamannmarketing.com/slides 17 Site Assets: Reduce HTTP Requests Every time a user visits your website, HTTP requests are made to the server. Reducing the number of HTTP requests made to your server allows the page to load faster. Image source: https://blog.cloudflare.com/http-2-for-web-developers/
  • 18. Download slides at https://pamannmarketing.com/slides 18 Site Assets: Reduce HTTP Requests Reducing HTTP Requests Implement compression and minification plugins (or use those features in a caching plugin like WP Rocket), resulting in no on-domain minification or compression errors displayed on Google PageSpeed Insights Minimize the number of third party scripts on the site as much as possible (e.g. social sharing buttons.) These scripts call upon outside resources, adding to the number of http requests Serve as many third party tags, scripts, and pixels as possible through Google Tag Manager, instead of embedding them directly on the site. Only fire tags when they are absolutely needed. Serve static thumbnail previews for YouTube videos instead of the full embed. Some caching plugins like WP Rocket support this, and plugins like WP YouTube Lyte can also provide this functionality.
  • 19. Download slides at https://pamannmarketing.com/slides 19 Site Assets: Image Optimization Utilizing appropriate image file dimensions can significantly reduce page load time, which contributes to overall site speed. Don’t upload a 4,000px wide image… …to fill a 40px spot
  • 20. Download slides at https://pamannmarketing.com/slides 20 Site Assets: Image Optimization Compressing images removes unnecessary metadata (information on date taken, camera used, etc.) and makes the file size smaller, while the image looks the same to the user. Don’t upload a 4MB uncompressed image… …when you can upload a 40kb image that looks exactly the same.
  • 21. Download slides at https://pamannmarketing.com/slides 21 Site Assets: Image Optimization Image Optimization Advice  Properly size image file dimensions for the size that they are actually displayed on the site, resulting in no “Serve Scaled Images” errors on GTMetrix. (For example, don’t upload a 4,000px wide image for an image element that will only be displayed as 400px.)  Reduce image file size by compressing the image before or upon upload, resulting in no “Optimize image” errors on PageSpeed Insights.  Have a plugin in place to automatically compress future images upon upload (e.g. EWWW Image Optimizer.)  Lazyload images so that below-the-fold images don’t load until they are needed. Some caching plugins support this, and separate plugins like BJ Lazy Load exist for this purpose as well.
  • 22. Download slides at https://pamannmarketing.com/slides 22 Site Assets: Database Optimization A site that has been around for awhile will naturally have old post revisions, shortcodes, and other files that prevent the database from functioning quickly. Database Optimization Advice Periodically run (can be scheduled) database cleanups with a plugin such as WP-Optimize.
  • 23. Download slides at https://pamannmarketing.com/slides 23 Site Assets: Defer Loading of Render-Blocking Code Websites often include CSS or JavaScript files that are required to load before the rest of the page loads. Scripts that are not necessary to load above-the-fold content should be deferred or asynchronously loaded. Render-Blocking Code Advice  Properly implement and test a well-supported CSS/JS optimization plugin (i.e. Autoptimize or Async JavaScript by Frank Goossens), or use a caching plugin that supports this functionality, resulting in no “Eliminate render- blocking JavaScript and CSS in above-the-fold content” errors displayed on Google PageSpeed Insights. This may require configuring non-essential CSS to be deferred, while having critical path (above the fold) CSS load inline.  Load external fonts with Web Font Loader, or optimize the loading of Google fonts with a caching or minification plugin (e.g. Autoptimize.)
  • 24. Download slides at https://pamannmarketing.com/slides 24 Site Assets: CDN A content delivery network (CDN) improves site speed by serving content to users from stored files on a server that is closest to them geographically.
  • 25. Download slides at https://pamannmarketing.com/slides 25 Site Assets: CDN CDN Advice Implement a CDN solution (e.g. CloudFlare, which is free.) Allow the CDN provider to manage DNS, as opposed to using CNAME records for implementation.
  • 26. Download slides at https://pamannmarketing.com/slides 26 Recap How to Speed Up Your WordPress Website Simple/Easy  Ensure fast hosting plan  Select Lean Themes & Page Builders  Minimize Use of Plugins & Choose Well- Supported Plugins  Install an Image Optimization Plugin  Don’t Upload Oversized Images Intermediate/Advanced  Install and Configure Caching & Minification Plugins  Defer Loading of Render-Blocking Code  Periodically Run Database Optimization  Implement a CDN Download Slides: https://pamannmarketing.com/slides