SlideShare a Scribd company logo
USING
VARNISH CACHE
WITH WORDPRESS
@tiffanyakuchta
the_content();
Introduction
@tiffanyakuchta
WARNING: There will be several references to popular culture, a bitmoji and some memes in this
talk...also a dragon and a bunny. I apologize in advance regret nothing...
#WCILM
I’M TIFFANY
@tiffanyakuchta
@tiffanyakuchta
This is the best.
Code. Ever.
@tiffanyakuchta
ER...NOT.
@tiffanyakuchta
OPTIMIZE
Follow the Google Pagespeed instructions.
Tune your environment. Add resources.
Add query and object caching.
Code review.
@tiffanyakuchta
AND YET...
@tiffanyakuchta
@tiffanyakuchta
TIME TO FIRST BYTE
@tiffanyakuchta
OPTIMIZE
Follow the Google Pagespeed instructions.
Tune your environment. Add resources.
Add query and object caching.
Code review.
@tiffanyakuchta
UNTIL YOU CAN’T
@tiffanyakuchta
WORDPRESS CACHING RESOURCES
W3 Total Cache
WP Super Cache
WP Rocket
WordPress Super Ultra Awesome Cache for Smartypantses
@tiffanyakuchta
LMGTFY
@tiffanyakuchta
VARNISH IS A REVERSE PROXY
@tiffanyakuchta
NORMAL WITH VARNISH
@tiffanyakuchta
LET’S JUMP RIGHT IN
Install & configure Varnish on the server.
Customize VCL.
Cache invalidation & purge requests.
@tiffanyakuchta
https://www.varnish-software.com/wiki/content/tutorials/wordpress/wp_step_by_step.html
Install and
configure
Varnish on your
server.
@tiffanyakuchta
INSTALL & CONFIG
@tiffanyakuchta
Varnish:80 Backend:8080
https://www.varnish-software.com/wiki/content/tutorials/varnish/varnish_ubuntu.html#step-3-configure-apache2-to-work-with-varnish
VARNISH DEFAULTS
Only attempt to cache GET and HEAD request
Never cache request with cookies / authorization
Never cache response with set-cookie
Only cache safe responses (200, 203, 300, 301, 302, 307, 404, 410,418)
@tiffanyakuchta
Varnish Cache
Language
@tiffanyakuchta
MAKE VARNISH AWARE OF WORDPRESS
@tiffanyakuchta
Ignore WordPress cookies.
Exclude some URLs.
Ignore POST and AJAX requests.
Don’t cache automation tasks (wp-cron).
https://www.varnish-software.com/wiki/content/tutorials/wordpress/wp_step_by_step.html
https://www.varnish-software.com/wiki/content/tutorials/wordpress/wp_vcl.html
OTHER THINGS YOU CONTROL WITH VCL
@tiffanyakuchta
Time to Live.
Handling of purge requests.
& so much more.
https://www.varnish-software.com/wiki/content/tutorials/varnish/vcl.html
Cache
Invalidation
@tiffanyakuchta
WHEN?
@tiffanyakuchta
Admin actions.
Comments.
Customized functionality.
IT’S PLUGIN TIME!
@tiffanyakuchta
Varnish HTTP Purge
https://wordpress.org/plugins/varnish-http-purge/
Support for Varnish 3.x
MAKE VARNISH AWARE OF WORDPRESS
@tiffanyakuchta
Ignore WordPress cookies.
Exclude some URLs.
Ignore POST and AJAX requests.
Don’t cache automation tasks (wp-cron).
USE CASES
Some things should never be cached.
You need to cache some things more aggressively than others.
You need to cache per-user (or per-group) content.
@tiffanyakuchta
STRATEGIES
AJAX
Move logic to the frontend
Edge Side Includes
@tiffanyakuchta
Hole-punching
with Edge Side
Includes
@tiffanyakuchta
ESI SYNTAX
@tiffanyakuchta
https://www.smashingmagazine.com/2015/02/using-edge-side-includes-in-varnish/
ESI SYNTAX
@tiffanyakuchta
REMINDERS
Randomized things.
User-specific tracking and analytics data.
Reliability of scheduled tasks.
Logs?
@tiffanyakuchta
SSL/TLS
@tiffanyakuchta
@tiffanyakuchta
SSL/TLS
You must terminate.
HAProxy, Pound, Hitch.
HTTP_X_FORWARDED_PROTO
Detect the header, then set the variable, so is_ssl() works.
@tiffanyakuchta
EXAMPLE
@tiffanyakuchta
https://info.varnish-software.com/blog/proxy-protocol-original-value-client-identity
Performance is
great, but will it
scale?
@tiffanyakuchta
@tiffanyakuchta
GRACE MODE
Allows Varnish to serve stale content to some users while new
content is being generated by the backend.
@tiffanyakuchta
https://varnish-cache.org/docs/trunk/users-guide/vcl-grace.html
Questions?
@tiffanyakuchta
Questions?
@tiffanyakuchta
I’M TIFFANY
@tiffanyakuchta
@tiffanyakuchta
RESOURCES
https://www.varnish-software.com/wiki/content/tutorials/wordpress
https://www.varnish-software.com/wiki/content/tutorials/varnish/varnish_ubuntu.html
https://www.varnish-software.com/wiki/content/tutorials/varnish/vcl.html
https://www.smashingmagazine.com/2015/02/using-edge-side-includes-in-varnish/
http://www.timbroder.com/2012/12/getting-started-with-varnish-edge-side-includes-and-wordpress.html
https://10up.com/blog/2017/engineering-challenges-caching/
https://varnish-cache.org/docs/trunk/users-guide/vcl-grace.html
@tiffanyakuchta
CREDITS
Assorted gifs from giphy.com
Retro 80s image generated by Retrowave: https://m.photofunia.com/effects/retro-wave
All logos and brand images (Varnish, WordPress, anything else I used by accident) property of their respective owners.
@tiffanyakuchta

More Related Content

PDF
My Site Was Hacked!
PDF
AMIMOTO WordPress + Amazon Web Services Hands-on
PPTX
3 Steps to Maintain & Cleanse your WordPress site
PDF
Local development with vvv jon trujillo
PDF
How to Automate your Online Tasks using IFTTT-Amy Carreon-amyzingvirtualprofe...
PDF
Bridging the Gap: From WordPress beginner to WordPress Wizard
PDF
WordPress Best Practices / Sh*t You Shouldn't Do
PPT
Tips And Zips Part 1
My Site Was Hacked!
AMIMOTO WordPress + Amazon Web Services Hands-on
3 Steps to Maintain & Cleanse your WordPress site
Local development with vvv jon trujillo
How to Automate your Online Tasks using IFTTT-Amy Carreon-amyzingvirtualprofe...
Bridging the Gap: From WordPress beginner to WordPress Wizard
WordPress Best Practices / Sh*t You Shouldn't Do
Tips And Zips Part 1

What's hot (19)

PPT
Storytelling & Social Media: Video Creation
PPT
Secure All The Things!
PDF
Taratsacamp
KEY
Higher Order WordPress Security
PPTX
2011 wescoast - website2
PPTX
Immutability: from code to infrastructure, the way to scalability - Breizhca...
PPTX
Launch Right
PDF
WordCamp Minnepolis 2015: From Zero To WordPress Publish
PPTX
Using ArcGIS Server in EC2
PDF
Using ArcGIS Server in EC
DOCX
Debugging wordpress
PDF
Zero To WordPress Plubish
PDF
Technical SEO for WordPress - 2017 edition
PDF
Paul Campbell — A Modern Approach to Third-Party Embedded Widgets (Turing Fes...
PDF
iOS Development with Vim
PPTX
Sponsor Presentation: Maropost
KEY
Enterprise Hosting
PDF
WordCamp Victoria 2013: Plugin Development 2013
PDF
All the small things… - Awwwards 2016
Storytelling & Social Media: Video Creation
Secure All The Things!
Taratsacamp
Higher Order WordPress Security
2011 wescoast - website2
Immutability: from code to infrastructure, the way to scalability - Breizhca...
Launch Right
WordCamp Minnepolis 2015: From Zero To WordPress Publish
Using ArcGIS Server in EC2
Using ArcGIS Server in EC
Debugging wordpress
Zero To WordPress Plubish
Technical SEO for WordPress - 2017 edition
Paul Campbell — A Modern Approach to Third-Party Embedded Widgets (Turing Fes...
iOS Development with Vim
Sponsor Presentation: Maropost
Enterprise Hosting
WordCamp Victoria 2013: Plugin Development 2013
All the small things… - Awwwards 2016
Ad

Viewers also liked (15)

PPTX
WordPress Myths Uncovered
PPTX
How to be Dope on Social Media 2017
PDF
WordPress Development in the Enterprise
PPTX
Facebook Ads: Is Your Website Ready to Convert Cold Traffic?
PDF
The Small Business Strikes Back: A WordPress Story
PPTX
WordCamp Wilmington Cousins
PDF
WordCamp Wilmington 2017 WP-API Why?
PDF
How to Start a WordPress Meetup in Your Town
PDF
Word press 2017 hosting
PDF
How to grow your business in niche professions.
PDF
Wordcamp Wilmington Wordpress 101
PPTX
How To Get Better Support
PPTX
Make your website the center of your online universe - Word Camp Wilmington 2017
PPTX
Top 9 Lessons from Daily Blogging for over 900 Days & Still Counting
PPTX
From the Ground Up: Building a WordPress Business – A WordCamp Talk
WordPress Myths Uncovered
How to be Dope on Social Media 2017
WordPress Development in the Enterprise
Facebook Ads: Is Your Website Ready to Convert Cold Traffic?
The Small Business Strikes Back: A WordPress Story
WordCamp Wilmington Cousins
WordCamp Wilmington 2017 WP-API Why?
How to Start a WordPress Meetup in Your Town
Word press 2017 hosting
How to grow your business in niche professions.
Wordcamp Wilmington Wordpress 101
How To Get Better Support
Make your website the center of your online universe - Word Camp Wilmington 2017
Top 9 Lessons from Daily Blogging for over 900 Days & Still Counting
From the Ground Up: Building a WordPress Business – A WordCamp Talk
Ad

Similar to Using Varnish with WordPress (#wcilm) (20)

PDF
Amazing WordPress & Productivity Tips
PDF
WordCamp Bournemouth 2014 - Designing with data in WordPress
PDF
How to make your Webpack builds 10x faster
PDF
Caching the Uncacheable: Leveraging Your CDN to Cache Dynamic Content
PDF
Caching the Uncacheable [Long Version]
KEY
170 Radio Stations :: WordPress at Scale
PDF
Things you should know about WordPress (but were always too afraid to ask): W...
PDF
GDI Seattle - Intermediate HTML and CSS Class 3 Slides
PDF
Introduction to WordPress Security
KEY
HTML5: A brave new world of markup
KEY
Stop Reinventing The Wheel - The Ruby Standard Library
ODP
Search Engine Spiders
PPTX
Cool Shit You Can Do With WordPress (BrightonSEO 2014)
PPTX
HTML5 - What h#@$ is it?
PDF
Twitter Awesomeness
PPT
腾讯大讲堂09 如何建设高性能网站
PPT
腾讯大讲堂09 如何建设高性能网站
KEY
Move out from AppEngine, and Python PaaS alternatives
PDF
WordCamp Belfast DevOps for Beginners
KEY
Getting the most out of your Ruby on Rails applications: from zero to hero
Amazing WordPress & Productivity Tips
WordCamp Bournemouth 2014 - Designing with data in WordPress
How to make your Webpack builds 10x faster
Caching the Uncacheable: Leveraging Your CDN to Cache Dynamic Content
Caching the Uncacheable [Long Version]
170 Radio Stations :: WordPress at Scale
Things you should know about WordPress (but were always too afraid to ask): W...
GDI Seattle - Intermediate HTML and CSS Class 3 Slides
Introduction to WordPress Security
HTML5: A brave new world of markup
Stop Reinventing The Wheel - The Ruby Standard Library
Search Engine Spiders
Cool Shit You Can Do With WordPress (BrightonSEO 2014)
HTML5 - What h#@$ is it?
Twitter Awesomeness
腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站
Move out from AppEngine, and Python PaaS alternatives
WordCamp Belfast DevOps for Beginners
Getting the most out of your Ruby on Rails applications: from zero to hero

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Encapsulation theory and applications.pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Spectroscopy.pptx food analysis technology
PPT
Teaching material agriculture food technology
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Electronic commerce courselecture one. Pdf
PPTX
Machine Learning_overview_presentation.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Chapter 3 Spatial Domain Image Processing.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Review of recent advances in non-invasive hemoglobin estimation
MYSQL Presentation for SQL database connectivity
Machine learning based COVID-19 study performance prediction
Digital-Transformation-Roadmap-for-Companies.pptx
Approach and Philosophy of On baking technology
Encapsulation theory and applications.pdf
A comparative analysis of optical character recognition models for extracting...
Reach Out and Touch Someone: Haptics and Empathic Computing
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Spectroscopy.pptx food analysis technology
Teaching material agriculture food technology
gpt5_lecture_notes_comprehensive_20250812015547.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Electronic commerce courselecture one. Pdf
Machine Learning_overview_presentation.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf

Using Varnish with WordPress (#wcilm)