SlideShare a Scribd company logo
1 of 13
o Performance
o Scalability
o Availability
(or Stability / Reliability)
o Maintainability
(or Flexibility / Testibility)
Typical Magento Store Visitors Behavior
Read Vs Write traffic
62%
30%
4%4%
Just Browsing and leaving
Adding to Cart and abandon it
Buying something as a Guest
Buying as Registered Customer
According to “Kiss
Metrics”, if your
ecommerce store is
making $100,000 per
day, even a one
second delay in page
load time, can
potentially cost you
$2.5M in lost sales
every year!
Slow Response Time Can Increase In Bounce
Optimization Areas To Improve Performance
Hosting Environment
To ensure the hosting solution can handle the traffic load and
current user expected at both peak and normal hours
Infra and Application Architecture
To ensure the Infra Architecture is designed correctly to
provide High Availability, Failovers, Scaling and fast digester
recovery. Also application architecture and deployment
strategy is equally important to utilize resources without let
them down.
Configuration Finetuning
Configuration of servers and services are equally important
to create harmony with your application requirement.
Application Optimization and Tuning
Best prentices of writing code, removing unused modules / extensions and
tuning Magento for Production gives noticeable impact.
Various Server Level Caching
HTTP Caching (Varnish), Compiled Code Caching (OPC), Object Caching (Redis),
Query Caching (MySQL), etc…
Static Content / Asset Caching
Browser Caching, Content Delivery Network, Expire Headers and
ETags plays potential role to improve performance of content
download
Leveraging Parallel Download
Your browser can make 4 simultaneous requests for a single
domain. Implementing Domain Sharding enables optimum use of
internet bandwidth by downloading assets / resources parallelly.
File Size and Compression
Optimized file size without loosing quality / usability is a key for
fast downloading over the internet and further compression can
reduce file size to save bandwidth.
Load / Stability / Scalibility Testing, further
Optimization and Finetuning
Page Speed Testing and Optimization
Page Speed tools test your application for user experience prospective based on
browsing experience and provide suggestions.
Benchmarking Magento with PHP 7
[2 to 3 Times faster]
In the benchmarks we see that PHP 7 is more than 50% faster than PHP 5.6 and consumes 4-5 times less
memory. This means that you can serve more visitors with the same hardware resources or that you need
much less hardware resources for the same amount of visitors.
Magento 2 supports PHP 7 out of the box, Magento 1 doesn’t work without patches.
59
310
170
205
190
40
21
129
80
100 90
19
0
50
100
150
200
250
300
350
Homepage Category Product
Detail
Product In
Cart
Search Login
ResponseTime(ms)
Magento 1.9 (sample data) by MGT-Commerce
Php 5.6 Php 7Benchmarking the Response Time
10.2
16.6
19.5
21.0
22.8
18.3
2.0
4.0 4.0 4.0
6.0
4.0
0.0
5.0
10.0
15.0
20.0
25.0
Homepage Category Product
Detail
Product In
Cart
Search Login
MemoryConsumption(MB)
Magento 1.9 (sample data) by MGT-Commerce
Php 5.6 Php 7Benchmarking the Memory Consumption
On top of flexible and feature-rich new platform, Magento 2.0
also includes comprehensive changes
that set a new standard for performance and scalability. Out-
of-the-box, Magento 2.0 can now:
• Process significantly more orders per hour on the same
hardware
• Offer near-instant server response times for catalog
browsing
• Deliver double-digit decreases in response times for cart
and checkout pages
• Better handle peak order volume, extra-large catalogs, and
outsized customer lists
• Support significantly more simultaneous administrative
users on the backend
Magento 2 is faster than Magento 1.9
0
50
100
150
200
250
300
Magento 1.9 Magento 2 (Php 5.6) Magento 2 (Php 7)
Orders / Hour
+22 % Faster
+117 % Faster
Benchmarking Magento with Varnish Cache
[Up to 250 Times faster]
One of the fastest known cache technology is Varnish. The technical principle
of Varnish is that a user hits the Varnish server first before the request gets
redirected to the web server if no cache version is available. If Varnish has
found a cached version of the requested URL, the page will be delivered
directly from the ram which takes only some milliseconds. The response time
will be around 35 milliseconds + latency.
Varnish is a http accelerator. It can be used as load balancer, failover system
and as caching reverse proxy, which make every Magento shop as fast as light!
0.75
Pages / Second
2.30
Pages / Second
255.87
Pages / Second
488.14
Pages / Second
No Cache APC + File Cache NGINX + APC + FPC NGINX + APC + Varnish
• Client Requests
• Content Delivery
• Security and Firewall
• HTTP and Other Caching
• Storage / Centralized Storage
• Application Stake
• Database Layer
Layered Architecture
AWS Auto Scaling For Magento
Autoscaling is a feature of
cloud or say AWS, which
facilitate to grow your
infrastructure automatically
based on load generated by
increasing / decreasing traffic.
Still there are some
dependencies like database,
caching layer etc. which we can
easily manage manually with
zero / less downtime with
some easy failovers and
architectural changes.
Magento provides a wide range of deployment and configuration options to support different use cases.
To optimize performance, many of the settings within Magento must be correctly configured in order to take
advantage of the performance and scalability enhancements that are included in Magento 2.0.
• Php 7 with Nginx
• Varnish
• Asynchronous Indexing
• Minify JavaScript and CSS
• Minify HTML
• Enable JavaScript Bundling
• Full Page Caching
• Asynchronous Email Sending
• Indexes Update on Schedule
• Application Cache with Redis
Recommended Magento Configurations
Best Practices
Key Take Away
Thumb Rules for Scaling Your Store
Segregation & Sharding
Growth &
Performance
Thank You !
Rajneesh Maurya
Mo. +91.880.076.6553
Email hi@rajneeshmaurya.com
www.rajneeshmaurya.com

More Related Content

What's hot

Customizing nopCommerce with Plugins and Themes
Customizing nopCommerce with Plugins and ThemesCustomizing nopCommerce with Plugins and Themes
Customizing nopCommerce with Plugins and Themes
Gaines Kergosien
 

What's hot (20)

Magento powerpoint sample
Magento powerpoint sampleMagento powerpoint sample
Magento powerpoint sample
 
Server side scripting
Server side scriptingServer side scripting
Server side scripting
 
Introduction to Magento - KNOWARTH
Introduction to Magento - KNOWARTHIntroduction to Magento - KNOWARTH
Introduction to Magento - KNOWARTH
 
Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...
Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...
Иван Чепурный - Meet Magento Ukraine - Varnish Cache and its usage in the rea...
 
Performance analysis in eCommerce (retail and Websphere Commerce)
Performance analysis in eCommerce (retail and Websphere Commerce)Performance analysis in eCommerce (retail and Websphere Commerce)
Performance analysis in eCommerce (retail and Websphere Commerce)
 
Can Open Source Lower Your Total Cost Of Ownership by 90%
Can Open Source Lower Your Total Cost Of Ownership by 90%Can Open Source Lower Your Total Cost Of Ownership by 90%
Can Open Source Lower Your Total Cost Of Ownership by 90%
 
Virtue mart ppt
Virtue mart pptVirtue mart ppt
Virtue mart ppt
 
Websphere commerce server
Websphere commerce serverWebsphere commerce server
Websphere commerce server
 
E commerce
E commerceE commerce
E commerce
 
Web analytics 101: Measuring Web Traffic
Web analytics 101: Measuring Web TrafficWeb analytics 101: Measuring Web Traffic
Web analytics 101: Measuring Web Traffic
 
IMS
IMSIMS
IMS
 
Introduction core web vitals
Introduction core web vitalsIntroduction core web vitals
Introduction core web vitals
 
Intro To Magento CMXExpo 09
Intro To Magento CMXExpo 09Intro To Magento CMXExpo 09
Intro To Magento CMXExpo 09
 
Client side performance analysis
Client side performance analysisClient side performance analysis
Client side performance analysis
 
Magento Live eCommerce Demo Tutorial for Beginners » Magento Universe
Magento Live eCommerce Demo Tutorial for Beginners » Magento UniverseMagento Live eCommerce Demo Tutorial for Beginners » Magento Universe
Magento Live eCommerce Demo Tutorial for Beginners » Magento Universe
 
E commerce application using asp.net mvc4
E commerce application using asp.net mvc4E commerce application using asp.net mvc4
E commerce application using asp.net mvc4
 
Steps to Setup Magento Multi-Stores
Steps to Setup Magento Multi-StoresSteps to Setup Magento Multi-Stores
Steps to Setup Magento Multi-Stores
 
Client&server side scripting
Client&server side scriptingClient&server side scripting
Client&server side scripting
 
Magento cms a perfect solution to your e commerce website!
Magento cms a perfect solution to your e commerce website!Magento cms a perfect solution to your e commerce website!
Magento cms a perfect solution to your e commerce website!
 
Customizing nopCommerce with Plugins and Themes
Customizing nopCommerce with Plugins and ThemesCustomizing nopCommerce with Plugins and Themes
Customizing nopCommerce with Plugins and Themes
 

Similar to Magento for-performance- v01

Magento performancenbs
Magento performancenbsMagento performancenbs
Magento performancenbs
varien
 
White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16
Patrick Kong
 

Similar to Magento for-performance- v01 (20)

How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
 
Magento performancenbs
Magento performancenbsMagento performancenbs
Magento performancenbs
 
White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16
 
White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16White Paper - Magento 2.0 Performance and Scalability 03.31.16
White Paper - Magento 2.0 Performance and Scalability 03.31.16
 
Introduction to Magento Optimization
Introduction to Magento OptimizationIntroduction to Magento Optimization
Introduction to Magento Optimization
 
Web Speed And Scalability
Web Speed And ScalabilityWeb Speed And Scalability
Web Speed And Scalability
 
How to optimize your Magento store
How to optimize your Magento store How to optimize your Magento store
How to optimize your Magento store
 
Proxy Not A Product
Proxy Not A ProductProxy Not A Product
Proxy Not A Product
 
7 secrets of performance oriented front end development services
7 secrets of performance oriented front end development services7 secrets of performance oriented front end development services
7 secrets of performance oriented front end development services
 
Optimizing Magento for Peak Performance
Optimizing Magento for Peak PerformanceOptimizing Magento for Peak Performance
Optimizing Magento for Peak Performance
 
Client-side Website Optimization
Client-side Website OptimizationClient-side Website Optimization
Client-side Website Optimization
 
Shopzilla - Performance By Design
Shopzilla - Performance By DesignShopzilla - Performance By Design
Shopzilla - Performance By Design
 
Modern Web Applications
Modern Web ApplicationsModern Web Applications
Modern Web Applications
 
Marketing Automation at Scale: How Marketo Solved Key Data Management Challen...
Marketing Automation at Scale: How Marketo Solved Key Data Management Challen...Marketing Automation at Scale: How Marketo Solved Key Data Management Challen...
Marketing Automation at Scale: How Marketo Solved Key Data Management Challen...
 
Optimizing Magento E-Commerce Sites for Increased Sales and Customer satisfac...
Optimizing Magento E-Commerce Sites for Increased Sales and Customer satisfac...Optimizing Magento E-Commerce Sites for Increased Sales and Customer satisfac...
Optimizing Magento E-Commerce Sites for Increased Sales and Customer satisfac...
 
Magento vs big commerce a detailed comparison guide - ziffity
Magento vs big commerce  a detailed comparison guide - ziffityMagento vs big commerce  a detailed comparison guide - ziffity
Magento vs big commerce a detailed comparison guide - ziffity
 
Presemtation Tier Optimizations
Presemtation Tier OptimizationsPresemtation Tier Optimizations
Presemtation Tier Optimizations
 
Front-End Performance Checklist 2020
Front-End Performance Checklist 2020Front-End Performance Checklist 2020
Front-End Performance Checklist 2020
 
Optimizing Speed & Security of Oracle Commerce Sites Using Cloudflare
Optimizing Speed & Security  of Oracle Commerce Sites Using CloudflareOptimizing Speed & Security  of Oracle Commerce Sites Using Cloudflare
Optimizing Speed & Security of Oracle Commerce Sites Using Cloudflare
 
Optimizing magento e commerce sites for increased sales and customer satisfac...
Optimizing magento e commerce sites for increased sales and customer satisfac...Optimizing magento e commerce sites for increased sales and customer satisfac...
Optimizing magento e commerce sites for increased sales and customer satisfac...
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

Magento for-performance- v01

  • 1.
  • 2. o Performance o Scalability o Availability (or Stability / Reliability) o Maintainability (or Flexibility / Testibility)
  • 3. Typical Magento Store Visitors Behavior Read Vs Write traffic 62% 30% 4%4% Just Browsing and leaving Adding to Cart and abandon it Buying something as a Guest Buying as Registered Customer
  • 4. According to “Kiss Metrics”, if your ecommerce store is making $100,000 per day, even a one second delay in page load time, can potentially cost you $2.5M in lost sales every year! Slow Response Time Can Increase In Bounce
  • 5. Optimization Areas To Improve Performance Hosting Environment To ensure the hosting solution can handle the traffic load and current user expected at both peak and normal hours Infra and Application Architecture To ensure the Infra Architecture is designed correctly to provide High Availability, Failovers, Scaling and fast digester recovery. Also application architecture and deployment strategy is equally important to utilize resources without let them down. Configuration Finetuning Configuration of servers and services are equally important to create harmony with your application requirement. Application Optimization and Tuning Best prentices of writing code, removing unused modules / extensions and tuning Magento for Production gives noticeable impact. Various Server Level Caching HTTP Caching (Varnish), Compiled Code Caching (OPC), Object Caching (Redis), Query Caching (MySQL), etc… Static Content / Asset Caching Browser Caching, Content Delivery Network, Expire Headers and ETags plays potential role to improve performance of content download Leveraging Parallel Download Your browser can make 4 simultaneous requests for a single domain. Implementing Domain Sharding enables optimum use of internet bandwidth by downloading assets / resources parallelly. File Size and Compression Optimized file size without loosing quality / usability is a key for fast downloading over the internet and further compression can reduce file size to save bandwidth. Load / Stability / Scalibility Testing, further Optimization and Finetuning Page Speed Testing and Optimization Page Speed tools test your application for user experience prospective based on browsing experience and provide suggestions.
  • 6. Benchmarking Magento with PHP 7 [2 to 3 Times faster] In the benchmarks we see that PHP 7 is more than 50% faster than PHP 5.6 and consumes 4-5 times less memory. This means that you can serve more visitors with the same hardware resources or that you need much less hardware resources for the same amount of visitors. Magento 2 supports PHP 7 out of the box, Magento 1 doesn’t work without patches. 59 310 170 205 190 40 21 129 80 100 90 19 0 50 100 150 200 250 300 350 Homepage Category Product Detail Product In Cart Search Login ResponseTime(ms) Magento 1.9 (sample data) by MGT-Commerce Php 5.6 Php 7Benchmarking the Response Time 10.2 16.6 19.5 21.0 22.8 18.3 2.0 4.0 4.0 4.0 6.0 4.0 0.0 5.0 10.0 15.0 20.0 25.0 Homepage Category Product Detail Product In Cart Search Login MemoryConsumption(MB) Magento 1.9 (sample data) by MGT-Commerce Php 5.6 Php 7Benchmarking the Memory Consumption
  • 7. On top of flexible and feature-rich new platform, Magento 2.0 also includes comprehensive changes that set a new standard for performance and scalability. Out- of-the-box, Magento 2.0 can now: • Process significantly more orders per hour on the same hardware • Offer near-instant server response times for catalog browsing • Deliver double-digit decreases in response times for cart and checkout pages • Better handle peak order volume, extra-large catalogs, and outsized customer lists • Support significantly more simultaneous administrative users on the backend Magento 2 is faster than Magento 1.9 0 50 100 150 200 250 300 Magento 1.9 Magento 2 (Php 5.6) Magento 2 (Php 7) Orders / Hour +22 % Faster +117 % Faster
  • 8. Benchmarking Magento with Varnish Cache [Up to 250 Times faster] One of the fastest known cache technology is Varnish. The technical principle of Varnish is that a user hits the Varnish server first before the request gets redirected to the web server if no cache version is available. If Varnish has found a cached version of the requested URL, the page will be delivered directly from the ram which takes only some milliseconds. The response time will be around 35 milliseconds + latency. Varnish is a http accelerator. It can be used as load balancer, failover system and as caching reverse proxy, which make every Magento shop as fast as light! 0.75 Pages / Second 2.30 Pages / Second 255.87 Pages / Second 488.14 Pages / Second No Cache APC + File Cache NGINX + APC + FPC NGINX + APC + Varnish
  • 9. • Client Requests • Content Delivery • Security and Firewall • HTTP and Other Caching • Storage / Centralized Storage • Application Stake • Database Layer Layered Architecture
  • 10. AWS Auto Scaling For Magento Autoscaling is a feature of cloud or say AWS, which facilitate to grow your infrastructure automatically based on load generated by increasing / decreasing traffic. Still there are some dependencies like database, caching layer etc. which we can easily manage manually with zero / less downtime with some easy failovers and architectural changes.
  • 11. Magento provides a wide range of deployment and configuration options to support different use cases. To optimize performance, many of the settings within Magento must be correctly configured in order to take advantage of the performance and scalability enhancements that are included in Magento 2.0. • Php 7 with Nginx • Varnish • Asynchronous Indexing • Minify JavaScript and CSS • Minify HTML • Enable JavaScript Bundling • Full Page Caching • Asynchronous Email Sending • Indexes Update on Schedule • Application Cache with Redis Recommended Magento Configurations Best Practices
  • 12. Key Take Away Thumb Rules for Scaling Your Store Segregation & Sharding Growth & Performance
  • 13. Thank You ! Rajneesh Maurya Mo. +91.880.076.6553 Email hi@rajneeshmaurya.com www.rajneeshmaurya.com