SlideShare a Scribd company logo
How to make
your site 5
times faster in
10 minutes
Gal Baras
Get Business Online Consulting
How to make
your site 5
times faster in
10 minutes
 Server settings
◦ PHP version
◦ PHP modules
◦ PHP settings
◦ HTTPS/SSL + HTTP/2 support
 WordPress plugins
◦ Autoptimize
◦ WP Fastest Cache
◦ EWWW Image Optimizer
◦ Jetpack Lazy Load
Overview
Switch to the most recent stable release of PHP.
Pros:
 Faster – PHP 7 is ~11% faster than PHP 5
 Lower memory consumption – PHP 7 uses ~24% less
memory
 Better security
 Lower hosting costs
Cons:
 Backward incompatibility
PHP Version
Turn on Opcode Caching (opcache). This saves
compiled code and reuses it.
Pros:
 Faster – 3 times faster, in my experience
 Far lower resource consumption
Cons:
 Outdated code execution
(super rare)
PHP Modules

Recommended for you

Magento performance & optimisation best practices
Magento performance & optimisation best practicesMagento performance & optimisation best practices
Magento performance & optimisation best practices

This slide deck covers some of our Magento performances and optimisation best practices as we know them. We (NBS System) host 1800+ Magento shops since 2008, we hope this will help a lot of you to get good performances and enhance your conversion rate. It's not 100% complete coverage since it was a slide deck made for a 1H conference, but if you need more insights, contact us. Happy e-Commerce everyone!

optimisationbest practicesperformance
High Performance WordPress
High Performance WordPressHigh Performance WordPress
High Performance WordPress

This document discusses techniques for improving the performance of WordPress sites, including: 1) Using alternative PHP caches like APC which can increase performance by 50% and handling 12 requests/second compared to 8 without caching. 2) Using WP-Cache which can increase performance 25x and handle 300 requests/second. 3) Considering alternatives to Apache like Litespeed, lighttpd, or using Apache with fast CGI for high concurrency mostly static sites. 4) Load balancing databases across multiple servers to handle more requests.

ServerBeach and WordPress BlogWorldExpo 2007
ServerBeach and WordPress BlogWorldExpo 2007ServerBeach and WordPress BlogWorldExpo 2007
ServerBeach and WordPress BlogWorldExpo 2007

WordPress was experiencing rapid growth and could not afford any downtime for its users. They needed a scalable and cost-effective solution to support large amounts of traffic. ServerBeach was able to help by providing scalability through automation that allowed WordPress to quickly build servers and seamlessly add capacity. ServerBeach also offered high availability through redundant systems, flexibility to handle large traffic loads, and an affordable price point that helped WordPress continue growing to now support over 1.75 million blogs with 99.99% uptime.

How to make your site 5 times faster in 10 minutes
Give PHP enough memory to use. Set memory_limit to
at least 256MB
Pros:
 Fewer (no) failures and retries
Cons:
 Limit on concurrent processes (depends on hosting)
PHP Settings
With hosting providers now offering free SSL certificates, this
is a no-brainer. HTTPS enabled HTTP/2 by default.
Pros:
 Parallel HTTP requests
 HTTP header compression
 Predictive serving of resources
Cons:
 None. Old browsers fall back
on HTTP/1.1
HTTPS/SSL + HTTP/2
Combines CSS and JS resources (even inline). Minifies CSS, JS and
HTML.
Pros:
 Fewer HTTP requests
 Smaller HTTP requests
Cons:
 Additional processing
 Outdated resources
 Resource combination limits parallel requests – using HTTP/2 is
better
 Minification issues (rare)
Autoptimize

Recommended for you

WordPress Performance 101
WordPress Performance 101WordPress Performance 101
WordPress Performance 101

WordPress Performance 101 provides tips to optimize WordPress site performance in 3 sentences: It discusses how poor performance can negatively impact users, money and SEO, and outlines steps to diagnose a site using tools to measure speed before and after installing caching plugins like W3 Total Cache and a CDN like Cloudflare. Proper server configuration, hosting, plugin usage, image optimization and caching are emphasized as ways to boost speed for a better user and search engine experience.

wordpressperformancewordpress performance
2deHands.be - Tuning a Big Classifieds Site
2deHands.be - Tuning a Big Classifieds Site2deHands.be - Tuning a Big Classifieds Site
2deHands.be - Tuning a Big Classifieds Site

2dehands.be is the market leader for classified ads in Belgium. You don't get to become big without proper performance of your site. In this talk I will focus on the solutions we came up with in terms of frontend performance, which tools are available and how to interpret the results. The second part I will also give insight on backend tools like Varnish, Memcached, Redis. Especially which performance related problems you might encounter when amount of users and pageviews increase.

usabilityweb performanceweb design and development
Rubyhosting
RubyhostingRubyhosting
Rubyhosting

This document discusses various options for hosting Ruby applications, including common Ruby web frameworks, web servers like WEBrick and Mongrel, and FastCGI. It notes the pros and cons of each option and how they are impacted by common hosting limitations. It recommends considering deployment tools and control panels to assist with hosting and concludes by offering help from Redgem projects and thanking the event organizers.

Serves static pages. Turns on compression and cache control.
Pros:
 Significantly reduced processing
 Fewer HTTP requests
 Smaller HTTP requests
Cons:
 Requires processing
 Resource combination limits parallel requests – using HTTP/2 is
better
Wp Fastest Cache
Resizes and compresses images.
Pros:
 Smaller images
 Faster image loading times
Cons:
 Lower image display quality
 WEBP compatibility issues when caching
 Premium extra compression costs
EWWW Image Optimizer
Loads images via JavaScript as they enter the viewport.
Pros:
 Faster perceived page load
 Lower bandwidth consumption
Cons:
 Can break responsive layouts (WooCommerce product
gallery)
 Incompatible with EWWW JS serving of WEBP images
 Possible SEO issue
Jetpack Lazy Load
Questions?

Recommended for you

Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…

This document provides best practices for Magento hosting. It discusses using proper permissions for files and directories, PHP configurations like using APC caching and increasing memory limits. It recommends using PHP-FPM with Apache or Nginx as the web server. For the database, it suggests using Percona MySQL and provides tuning tips. It outlines a caching strategy using Redis and Memcache with Magento's built-in caching and recommends using Varnish for full page caching. The document concludes with links for more information on its caching and performance recommendations.

imagine 2013magento
WordPress Optimization with Litespeed Cache #wpjkt14
WordPress Optimization with Litespeed Cache  #wpjkt14WordPress Optimization with Litespeed Cache  #wpjkt14
WordPress Optimization with Litespeed Cache #wpjkt14

This document summarizes an presentation about optimizing WordPress site speed. It introduces the presenter Ivan Kristianto and his background with WordPress. It then discusses how fast a site needs to be, with metrics on loading times from various studies. The bulk of the document outlines specific techniques for optimizing WordPress sites for speed, including server configuration options, plugins like LiteSpeed Cache, and settings within that plugin. It then shares results of speed tests on the presenter's site using tools like GTMetrix, Pingdom, and WebPageTest to demonstrate how these optimizations were able to make the site fast even on a shared hosting plan.

wordpress
Front-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoftFront-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoft

Front-end optimization involves everything that's delivered to the browser. We're looking to optimize HTML, CSS, JS, and images in such a way as to allow the browser to download and render these objects as quickly as possible.

optimizationperformancewebsite
How to make
your site 5
times faster
in 10 minutes
Gal Baras
gal@get-business-online.com

More Related Content

What's hot

Profilling client performance
Profilling client performanceProfilling client performance
Profilling client performance
Sérgio Laranjeira
 
Hhvm and wordpress
Hhvm and wordpressHhvm and wordpress
Hhvm and wordpress
Mark Kelnar
 
Life in the Fast Lane: Speed, Usability & Search Engine Optimization
Life in the Fast Lane: Speed, Usability & Search Engine OptimizationLife in the Fast Lane: Speed, Usability & Search Engine Optimization
Life in the Fast Lane: Speed, Usability & Search Engine Optimization
Dana DiTomaso
 
Magento performance & optimisation best practices
Magento performance & optimisation best practicesMagento performance & optimisation best practices
Magento performance & optimisation best practices
Philippe Humeau
 
High Performance WordPress
High Performance WordPressHigh Performance WordPress
High Performance WordPress
Barry Abrahamson
 
ServerBeach and WordPress BlogWorldExpo 2007
ServerBeach and WordPress BlogWorldExpo 2007ServerBeach and WordPress BlogWorldExpo 2007
ServerBeach and WordPress BlogWorldExpo 2007
Barry Abrahamson
 
WordPress Performance 101
WordPress Performance 101WordPress Performance 101
WordPress Performance 101
Bora Yalcin
 
2deHands.be - Tuning a Big Classifieds Site
2deHands.be - Tuning a Big Classifieds Site2deHands.be - Tuning a Big Classifieds Site
2deHands.be - Tuning a Big Classifieds Site
nlwebperf
 
Rubyhosting
RubyhostingRubyhosting
Rubyhosting
Artit Rubybox
 
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
Atwix
 
WordPress Optimization with Litespeed Cache #wpjkt14
WordPress Optimization with Litespeed Cache  #wpjkt14WordPress Optimization with Litespeed Cache  #wpjkt14
WordPress Optimization with Litespeed Cache #wpjkt14
WordPress
 
Front-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoftFront-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoft
Steve Wortham
 
How to Speed Up Your Joomla! Site
How to Speed Up Your Joomla! SiteHow to Speed Up Your Joomla! Site
How to Speed Up Your Joomla! Site
Daniel Kanchev
 
Performance and optimization CakeFest 2014
Performance and optimization CakeFest 2014Performance and optimization CakeFest 2014
Performance and optimization CakeFest 2014
markstory
 
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
Valent Mustamin
 
Speed kills
Speed killsSpeed kills
Speed kills
Josh Ward
 
Client side performance analysis
Client side performance analysisClient side performance analysis
Client side performance analysis
Tsimafei Avilin
 
Speed up with hiphop php 2014 01-22
Speed up with hiphop php 2014 01-22Speed up with hiphop php 2014 01-22
Speed up with hiphop php 2014 01-22
Võ Duy Tuấn
 
web optimizations
web optimizationsweb optimizations
web optimizations
Georgi Tachev
 
Website Optimization - WordPress
Website Optimization - WordPressWebsite Optimization - WordPress
Website Optimization - WordPress
Aditya Shah
 

What's hot (20)

Profilling client performance
Profilling client performanceProfilling client performance
Profilling client performance
 
Hhvm and wordpress
Hhvm and wordpressHhvm and wordpress
Hhvm and wordpress
 
Life in the Fast Lane: Speed, Usability & Search Engine Optimization
Life in the Fast Lane: Speed, Usability & Search Engine OptimizationLife in the Fast Lane: Speed, Usability & Search Engine Optimization
Life in the Fast Lane: Speed, Usability & Search Engine Optimization
 
Magento performance & optimisation best practices
Magento performance & optimisation best practicesMagento performance & optimisation best practices
Magento performance & optimisation best practices
 
High Performance WordPress
High Performance WordPressHigh Performance WordPress
High Performance WordPress
 
ServerBeach and WordPress BlogWorldExpo 2007
ServerBeach and WordPress BlogWorldExpo 2007ServerBeach and WordPress BlogWorldExpo 2007
ServerBeach and WordPress BlogWorldExpo 2007
 
WordPress Performance 101
WordPress Performance 101WordPress Performance 101
WordPress Performance 101
 
2deHands.be - Tuning a Big Classifieds Site
2deHands.be - Tuning a Big Classifieds Site2deHands.be - Tuning a Big Classifieds Site
2deHands.be - Tuning a Big Classifieds Site
 
Rubyhosting
RubyhostingRubyhosting
Rubyhosting
 
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
Host and Boast: Best Practices for Magento Hosting | Imagine 2013 Technolog…
 
WordPress Optimization with Litespeed Cache #wpjkt14
WordPress Optimization with Litespeed Cache  #wpjkt14WordPress Optimization with Litespeed Cache  #wpjkt14
WordPress Optimization with Litespeed Cache #wpjkt14
 
Front-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoftFront-End Web Performance Optimization by BucketSoft
Front-End Web Performance Optimization by BucketSoft
 
How to Speed Up Your Joomla! Site
How to Speed Up Your Joomla! SiteHow to Speed Up Your Joomla! Site
How to Speed Up Your Joomla! Site
 
Performance and optimization CakeFest 2014
Performance and optimization CakeFest 2014Performance and optimization CakeFest 2014
Performance and optimization CakeFest 2014
 
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
 
Speed kills
Speed killsSpeed kills
Speed kills
 
Client side performance analysis
Client side performance analysisClient side performance analysis
Client side performance analysis
 
Speed up with hiphop php 2014 01-22
Speed up with hiphop php 2014 01-22Speed up with hiphop php 2014 01-22
Speed up with hiphop php 2014 01-22
 
web optimizations
web optimizationsweb optimizations
web optimizations
 
Website Optimization - WordPress
Website Optimization - WordPressWebsite Optimization - WordPress
Website Optimization - WordPress
 

Similar to How to make your site 5 times faster in 10 minutes

Tips for a Faster Website
Tips for a Faster WebsiteTips for a Faster Website
Tips for a Faster Website
Rayed Alrashed
 
3 Hacks to Improve WordPress Performance
3 Hacks to Improve WordPress Performance3 Hacks to Improve WordPress Performance
3 Hacks to Improve WordPress Performance
RF Studio
 
Optimizing the performance of WordPress
Optimizing the performance of WordPressOptimizing the performance of WordPress
Optimizing the performance of WordPress
Josh Highland Giese
 
Joomla! Performance on Steroids
Joomla! Performance on SteroidsJoomla! Performance on Steroids
Joomla! Performance on Steroids
SiteGround.com
 
Speed!
Speed!Speed!
23 Ways To Speed Up WordPress
23 Ways To Speed Up WordPress23 Ways To Speed Up WordPress
23 Ways To Speed Up WordPress
Zero Point Development
 
Speed Up WordPress Websites - Part 1 - WordPress Cairo Meetup
Speed Up WordPress Websites - Part 1 - WordPress Cairo MeetupSpeed Up WordPress Websites - Part 1 - WordPress Cairo Meetup
Speed Up WordPress Websites - Part 1 - WordPress Cairo Meetup
Ahmed Mohammed Nagdy
 
AJAX for Scalability
AJAX for ScalabilityAJAX for Scalability
AJAX for Scalability
Tuenti
 
Ajax For Scalability
Ajax For ScalabilityAjax For Scalability
Ajax For Scalability
erikschultink
 
Optimizing WordPress for Performance - WordCamp Houston
Optimizing WordPress for Performance - WordCamp HoustonOptimizing WordPress for Performance - WordCamp Houston
Optimizing WordPress for Performance - WordCamp Houston
Chris Olbekson
 
The 5 most common reasons for a slow WordPress site and how to fix them – ext...
The 5 most common reasons for a slow WordPress site and how to fix them – ext...The 5 most common reasons for a slow WordPress site and how to fix them – ext...
The 5 most common reasons for a slow WordPress site and how to fix them – ext...
Otto Kekäläinen
 
Front-end performances
Front-end performancesFront-end performances
Front-end performances
Smile I.T is open
 
Oracle UCM: Web Site Performance Tuning
Oracle UCM: Web Site Performance TuningOracle UCM: Web Site Performance Tuning
Oracle UCM: Web Site Performance Tuning
Brian Huff
 
I Can Haz More Performanz?
I Can Haz More Performanz?I Can Haz More Performanz?
I Can Haz More Performanz?
Andy Melichar
 
High Performance Ajax Applications
High Performance Ajax ApplicationsHigh Performance Ajax Applications
High Performance Ajax Applications
Siarhei Barysiuk
 
Make Drupal Run Fast - increase page load speed
Make Drupal Run Fast - increase page load speedMake Drupal Run Fast - increase page load speed
Make Drupal Run Fast - increase page load speed
Andy Kucharski
 
Http2 is here! And why the web needs it
Http2 is here! And why the web needs itHttp2 is here! And why the web needs it
Http2 is here! And why the web needs it
IndicThreads
 
Page Performance
Page PerformancePage Performance
Page Performance
atorreno
 
Startups to Scale
Startups to ScaleStartups to Scale
Startups to Scale
guest73ced5
 
Frontend performance
Frontend performanceFrontend performance
Frontend performance
sacred 8
 

Similar to How to make your site 5 times faster in 10 minutes (20)

Tips for a Faster Website
Tips for a Faster WebsiteTips for a Faster Website
Tips for a Faster Website
 
3 Hacks to Improve WordPress Performance
3 Hacks to Improve WordPress Performance3 Hacks to Improve WordPress Performance
3 Hacks to Improve WordPress Performance
 
Optimizing the performance of WordPress
Optimizing the performance of WordPressOptimizing the performance of WordPress
Optimizing the performance of WordPress
 
Joomla! Performance on Steroids
Joomla! Performance on SteroidsJoomla! Performance on Steroids
Joomla! Performance on Steroids
 
Speed!
Speed!Speed!
Speed!
 
23 Ways To Speed Up WordPress
23 Ways To Speed Up WordPress23 Ways To Speed Up WordPress
23 Ways To Speed Up WordPress
 
Speed Up WordPress Websites - Part 1 - WordPress Cairo Meetup
Speed Up WordPress Websites - Part 1 - WordPress Cairo MeetupSpeed Up WordPress Websites - Part 1 - WordPress Cairo Meetup
Speed Up WordPress Websites - Part 1 - WordPress Cairo Meetup
 
AJAX for Scalability
AJAX for ScalabilityAJAX for Scalability
AJAX for Scalability
 
Ajax For Scalability
Ajax For ScalabilityAjax For Scalability
Ajax For Scalability
 
Optimizing WordPress for Performance - WordCamp Houston
Optimizing WordPress for Performance - WordCamp HoustonOptimizing WordPress for Performance - WordCamp Houston
Optimizing WordPress for Performance - WordCamp Houston
 
The 5 most common reasons for a slow WordPress site and how to fix them – ext...
The 5 most common reasons for a slow WordPress site and how to fix them – ext...The 5 most common reasons for a slow WordPress site and how to fix them – ext...
The 5 most common reasons for a slow WordPress site and how to fix them – ext...
 
Front-end performances
Front-end performancesFront-end performances
Front-end performances
 
Oracle UCM: Web Site Performance Tuning
Oracle UCM: Web Site Performance TuningOracle UCM: Web Site Performance Tuning
Oracle UCM: Web Site Performance Tuning
 
I Can Haz More Performanz?
I Can Haz More Performanz?I Can Haz More Performanz?
I Can Haz More Performanz?
 
High Performance Ajax Applications
High Performance Ajax ApplicationsHigh Performance Ajax Applications
High Performance Ajax Applications
 
Make Drupal Run Fast - increase page load speed
Make Drupal Run Fast - increase page load speedMake Drupal Run Fast - increase page load speed
Make Drupal Run Fast - increase page load speed
 
Http2 is here! And why the web needs it
Http2 is here! And why the web needs itHttp2 is here! And why the web needs it
Http2 is here! And why the web needs it
 
Page Performance
Page PerformancePage Performance
Page Performance
 
Startups to Scale
Startups to ScaleStartups to Scale
Startups to Scale
 
Frontend performance
Frontend performanceFrontend performance
Frontend performance
 

Recently uploaded

一比一原版(city毕业证书)英国剑桥大学毕业证如何办理
一比一原版(city毕业证书)英国剑桥大学毕业证如何办理一比一原版(city毕业证书)英国剑桥大学毕业证如何办理
一比一原版(city毕业证书)英国剑桥大学毕业证如何办理
taqyea
 
SlideEgg_200767-ICC Mens T20 World Cup 2024.pptx
SlideEgg_200767-ICC Mens T20 World Cup 2024.pptxSlideEgg_200767-ICC Mens T20 World Cup 2024.pptx
SlideEgg_200767-ICC Mens T20 World Cup 2024.pptx
NandakumarP24
 
一比一原版(hull毕业证书)英国赫尔大学毕业证如何办理
一比一原版(hull毕业证书)英国赫尔大学毕业证如何办理一比一原版(hull毕业证书)英国赫尔大学毕业证如何办理
一比一原版(hull毕业证书)英国赫尔大学毕业证如何办理
taqyea
 
10th International Conference on Networks, Mobile Communications and Telema...
10th International Conference on Networks, Mobile Communications and   Telema...10th International Conference on Networks, Mobile Communications and   Telema...
10th International Conference on Networks, Mobile Communications and Telema...
ijp2p
 
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
taqyea
 
Carrington degree offer diploma Transcript
Carrington degree offer diploma TranscriptCarrington degree offer diploma Transcript
Carrington degree offer diploma Transcript
ubufe
 
一比一原版(ubc毕业证书)英属哥伦比亚大学毕业证如何办理
一比一原版(ubc毕业证书)英属哥伦比亚大学毕业证如何办理一比一原版(ubc毕业证书)英属哥伦比亚大学毕业证如何办理
一比一原版(ubc毕业证书)英属哥伦比亚大学毕业证如何办理
taqyea
 
202254.com免费观看《长相思第二季》免费观看高清,长相思第二季线上看,《长相思第二季》最新电视剧在线观看,杨紫最新电视剧
202254.com免费观看《长相思第二季》免费观看高清,长相思第二季线上看,《长相思第二季》最新电视剧在线观看,杨紫最新电视剧202254.com免费观看《长相思第二季》免费观看高清,长相思第二季线上看,《长相思第二季》最新电视剧在线观看,杨紫最新电视剧
202254.com免费观看《长相思第二季》免费观看高清,长相思第二季线上看,《长相思第二季》最新电视剧在线观看,杨紫最新电视剧
ffg01100
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
taqyea
 
About Alibaba company and brief general information regarding how to trade on...
About Alibaba company and brief general information regarding how to trade on...About Alibaba company and brief general information regarding how to trade on...
About Alibaba company and brief general information regarding how to trade on...
Erkinjon Erkinov
 
一比一原版(aber毕业证)亚伯大学毕业证如何办理
一比一原版(aber毕业证)亚伯大学毕业证如何办理一比一原版(aber毕业证)亚伯大学毕业证如何办理
一比一原版(aber毕业证)亚伯大学毕业证如何办理
taqyea
 
一比一原版(uom毕业证)曼彻斯特大学毕业证如何办理
一比一原版(uom毕业证)曼彻斯特大学毕业证如何办理一比一原版(uom毕业证)曼彻斯特大学毕业证如何办理
一比一原版(uom毕业证)曼彻斯特大学毕业证如何办理
taqyea
 
一比一原版澳洲巴拉特大学毕业证(utas毕业证书)如何办理
一比一原版澳洲巴拉特大学毕业证(utas毕业证书)如何办理一比一原版澳洲巴拉特大学毕业证(utas毕业证书)如何办理
一比一原版澳洲巴拉特大学毕业证(utas毕业证书)如何办理
taqyea
 
Common Challenges in UI UX Design and How Services Can Help.pdf
Common Challenges in UI UX Design and How Services Can Help.pdfCommon Challenges in UI UX Design and How Services Can Help.pdf
Common Challenges in UI UX Design and How Services Can Help.pdf
Serva AppLabs
 
一比一原版(greenwich毕业证书)英国格林威治大学毕业证如何办理
一比一原版(greenwich毕业证书)英国格林威治大学毕业证如何办理一比一原版(greenwich毕业证书)英国格林威治大学毕业证如何办理
一比一原版(greenwich毕业证书)英国格林威治大学毕业证如何办理
taqyea
 
Megalive99 Situs Betting Online Gacor Terpercaya
Megalive99 Situs Betting Online Gacor TerpercayaMegalive99 Situs Betting Online Gacor Terpercaya
Megalive99 Situs Betting Online Gacor Terpercaya
Megalive99
 
Quiz Quiz Hota Hai (School Quiz 2018-19)
Quiz Quiz Hota Hai (School Quiz 2018-19)Quiz Quiz Hota Hai (School Quiz 2018-19)
Quiz Quiz Hota Hai (School Quiz 2018-19)
Kashyap J
 
一比一原版(kcl毕业证书)英国伦敦国王学院毕业证如何办理
一比一原版(kcl毕业证书)英国伦敦国王学院毕业证如何办理一比一原版(kcl毕业证书)英国伦敦国王学院毕业证如何办理
一比一原版(kcl毕业证书)英国伦敦国王学院毕业证如何办理
taqyea
 
Book dating , international dating phgra
Book dating , international dating phgraBook dating , international dating phgra
Book dating , international dating phgra
thomaskurtha9
 
一比一原版(soas毕业证书)英国伦敦大学亚非学院毕业证如何办理
一比一原版(soas毕业证书)英国伦敦大学亚非学院毕业证如何办理一比一原版(soas毕业证书)英国伦敦大学亚非学院毕业证如何办理
一比一原版(soas毕业证书)英国伦敦大学亚非学院毕业证如何办理
taqyea
 

Recently uploaded (20)

一比一原版(city毕业证书)英国剑桥大学毕业证如何办理
一比一原版(city毕业证书)英国剑桥大学毕业证如何办理一比一原版(city毕业证书)英国剑桥大学毕业证如何办理
一比一原版(city毕业证书)英国剑桥大学毕业证如何办理
 
SlideEgg_200767-ICC Mens T20 World Cup 2024.pptx
SlideEgg_200767-ICC Mens T20 World Cup 2024.pptxSlideEgg_200767-ICC Mens T20 World Cup 2024.pptx
SlideEgg_200767-ICC Mens T20 World Cup 2024.pptx
 
一比一原版(hull毕业证书)英国赫尔大学毕业证如何办理
一比一原版(hull毕业证书)英国赫尔大学毕业证如何办理一比一原版(hull毕业证书)英国赫尔大学毕业证如何办理
一比一原版(hull毕业证书)英国赫尔大学毕业证如何办理
 
10th International Conference on Networks, Mobile Communications and Telema...
10th International Conference on Networks, Mobile Communications and   Telema...10th International Conference on Networks, Mobile Communications and   Telema...
10th International Conference on Networks, Mobile Communications and Telema...
 
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
 
Carrington degree offer diploma Transcript
Carrington degree offer diploma TranscriptCarrington degree offer diploma Transcript
Carrington degree offer diploma Transcript
 
一比一原版(ubc毕业证书)英属哥伦比亚大学毕业证如何办理
一比一原版(ubc毕业证书)英属哥伦比亚大学毕业证如何办理一比一原版(ubc毕业证书)英属哥伦比亚大学毕业证如何办理
一比一原版(ubc毕业证书)英属哥伦比亚大学毕业证如何办理
 
202254.com免费观看《长相思第二季》免费观看高清,长相思第二季线上看,《长相思第二季》最新电视剧在线观看,杨紫最新电视剧
202254.com免费观看《长相思第二季》免费观看高清,长相思第二季线上看,《长相思第二季》最新电视剧在线观看,杨紫最新电视剧202254.com免费观看《长相思第二季》免费观看高清,长相思第二季线上看,《长相思第二季》最新电视剧在线观看,杨紫最新电视剧
202254.com免费观看《长相思第二季》免费观看高清,长相思第二季线上看,《长相思第二季》最新电视剧在线观看,杨紫最新电视剧
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
 
About Alibaba company and brief general information regarding how to trade on...
About Alibaba company and brief general information regarding how to trade on...About Alibaba company and brief general information regarding how to trade on...
About Alibaba company and brief general information regarding how to trade on...
 
一比一原版(aber毕业证)亚伯大学毕业证如何办理
一比一原版(aber毕业证)亚伯大学毕业证如何办理一比一原版(aber毕业证)亚伯大学毕业证如何办理
一比一原版(aber毕业证)亚伯大学毕业证如何办理
 
一比一原版(uom毕业证)曼彻斯特大学毕业证如何办理
一比一原版(uom毕业证)曼彻斯特大学毕业证如何办理一比一原版(uom毕业证)曼彻斯特大学毕业证如何办理
一比一原版(uom毕业证)曼彻斯特大学毕业证如何办理
 
一比一原版澳洲巴拉特大学毕业证(utas毕业证书)如何办理
一比一原版澳洲巴拉特大学毕业证(utas毕业证书)如何办理一比一原版澳洲巴拉特大学毕业证(utas毕业证书)如何办理
一比一原版澳洲巴拉特大学毕业证(utas毕业证书)如何办理
 
Common Challenges in UI UX Design and How Services Can Help.pdf
Common Challenges in UI UX Design and How Services Can Help.pdfCommon Challenges in UI UX Design and How Services Can Help.pdf
Common Challenges in UI UX Design and How Services Can Help.pdf
 
一比一原版(greenwich毕业证书)英国格林威治大学毕业证如何办理
一比一原版(greenwich毕业证书)英国格林威治大学毕业证如何办理一比一原版(greenwich毕业证书)英国格林威治大学毕业证如何办理
一比一原版(greenwich毕业证书)英国格林威治大学毕业证如何办理
 
Megalive99 Situs Betting Online Gacor Terpercaya
Megalive99 Situs Betting Online Gacor TerpercayaMegalive99 Situs Betting Online Gacor Terpercaya
Megalive99 Situs Betting Online Gacor Terpercaya
 
Quiz Quiz Hota Hai (School Quiz 2018-19)
Quiz Quiz Hota Hai (School Quiz 2018-19)Quiz Quiz Hota Hai (School Quiz 2018-19)
Quiz Quiz Hota Hai (School Quiz 2018-19)
 
一比一原版(kcl毕业证书)英国伦敦国王学院毕业证如何办理
一比一原版(kcl毕业证书)英国伦敦国王学院毕业证如何办理一比一原版(kcl毕业证书)英国伦敦国王学院毕业证如何办理
一比一原版(kcl毕业证书)英国伦敦国王学院毕业证如何办理
 
Book dating , international dating phgra
Book dating , international dating phgraBook dating , international dating phgra
Book dating , international dating phgra
 
一比一原版(soas毕业证书)英国伦敦大学亚非学院毕业证如何办理
一比一原版(soas毕业证书)英国伦敦大学亚非学院毕业证如何办理一比一原版(soas毕业证书)英国伦敦大学亚非学院毕业证如何办理
一比一原版(soas毕业证书)英国伦敦大学亚非学院毕业证如何办理
 

How to make your site 5 times faster in 10 minutes

  • 1. How to make your site 5 times faster in 10 minutes Gal Baras Get Business Online Consulting How to make your site 5 times faster in 10 minutes
  • 2.  Server settings ◦ PHP version ◦ PHP modules ◦ PHP settings ◦ HTTPS/SSL + HTTP/2 support  WordPress plugins ◦ Autoptimize ◦ WP Fastest Cache ◦ EWWW Image Optimizer ◦ Jetpack Lazy Load Overview
  • 3. Switch to the most recent stable release of PHP. Pros:  Faster – PHP 7 is ~11% faster than PHP 5  Lower memory consumption – PHP 7 uses ~24% less memory  Better security  Lower hosting costs Cons:  Backward incompatibility PHP Version
  • 4. Turn on Opcode Caching (opcache). This saves compiled code and reuses it. Pros:  Faster – 3 times faster, in my experience  Far lower resource consumption Cons:  Outdated code execution (super rare) PHP Modules
  • 6. Give PHP enough memory to use. Set memory_limit to at least 256MB Pros:  Fewer (no) failures and retries Cons:  Limit on concurrent processes (depends on hosting) PHP Settings
  • 7. With hosting providers now offering free SSL certificates, this is a no-brainer. HTTPS enabled HTTP/2 by default. Pros:  Parallel HTTP requests  HTTP header compression  Predictive serving of resources Cons:  None. Old browsers fall back on HTTP/1.1 HTTPS/SSL + HTTP/2
  • 8. Combines CSS and JS resources (even inline). Minifies CSS, JS and HTML. Pros:  Fewer HTTP requests  Smaller HTTP requests Cons:  Additional processing  Outdated resources  Resource combination limits parallel requests – using HTTP/2 is better  Minification issues (rare) Autoptimize
  • 9. Serves static pages. Turns on compression and cache control. Pros:  Significantly reduced processing  Fewer HTTP requests  Smaller HTTP requests Cons:  Requires processing  Resource combination limits parallel requests – using HTTP/2 is better Wp Fastest Cache
  • 10. Resizes and compresses images. Pros:  Smaller images  Faster image loading times Cons:  Lower image display quality  WEBP compatibility issues when caching  Premium extra compression costs EWWW Image Optimizer
  • 11. Loads images via JavaScript as they enter the viewport. Pros:  Faster perceived page load  Lower bandwidth consumption Cons:  Can break responsive layouts (WooCommerce product gallery)  Incompatible with EWWW JS serving of WEBP images  Possible SEO issue Jetpack Lazy Load
  • 13. How to make your site 5 times faster in 10 minutes Gal Baras gal@get-business-online.com

Editor's Notes

  1. A little bit about me
  2. 1. Coffee, clothes, food outlets, wedding venues, holidays… 2. Google images – visual people
  3. 1. Coffee, clothes, food outlets, wedding venues, holidays… 2. Google images – visual people
  4. 1. Coffee, clothes, food outlets, wedding venues, holidays… 2. Google images – visual people
  5. 1. Coffee, clothes, food outlets, wedding venues, holidays… 2. Google images – visual people
  6. 1. Coffee, clothes, food outlets, wedding venues, holidays… 2. Google images – visual people
  7. 1. Coffee, clothes, food outlets, wedding venues, holidays… 2. Google images – visual people
  8. 1. Coffee, clothes, food outlets, wedding venues, holidays… 2. Google images – visual people
  9. 1. Coffee, clothes, food outlets, wedding venues, holidays… 2. Google images – visual people
  10. 1. Coffee, clothes, food outlets, wedding venues, holidays… 2. Google images – visual people