SlideShare uma empresa Scribd logo
1 de 24
Performance Optimization
Jitendra Singh
Software Engineer
Why
performance is
so important
40% of users leave a
website that take more
than 3 seconds to load
Measuring
Performance
1. The memory consumption
2. The number of times function
are called
3. The duration of function’s
execution
4. The number of SQL queries
Performance
Testing Tools
1. Xdebug
2. KCachegrind
3. Xhprof
4. Blackfire etc.
What is
Blackfire
Blackfire is a web based
Performance
Management Solution.
Blackfire can be used at
any stage of your
application’s lifecycle:
during development, test
and production.
Installation
1. Install the blackfire-agent
package (sudo apt-get install blackfire-agent)
2. Configure you blackfire
credentials (sudo blackfire-agent -register)
3. Install the blackfire-agent
package (sudo apt-get install blackfire-agent)
4. Run the config command to
initialize the client (blackfire config)
5. Restart Blackfire (sudo
/etc/init.d/blackfire-agent restart)
Triggering
Blackfire
Profile
1. Blackfire Companion (Google
Chrome extension)
2. Blackfire Client (CLI)
**Logos and Trademarks are owned by
their respective owners
**Logos and Trademarks are owned by
their respective owners
**Logos and Trademarks are owned by
their respective owners
**Logos and Trademarks are owned by
their respective owners
Profile Ajax
Request
**Logos and Trademarks are owned by
their respective owners
**Logos and Trademarks are owned by
their respective owners
**Logos and Trademarks are owned by
their respective owners
**Logos and Trademarks are owned by
their respective owners
**Logos and Trademarks are owned by
their respective owners
Profiling
CLI commands
1. $ blackfire --samples 10 run php my-script.php
2. $ blackfire --reference=7 run php my-script.php
3. $ blackfire --json run php my-script.php
Profiling
part of your
code
1. $blackfire = new BlackfireClient();
2. $probe = $blackfire->createProbe();
// some PHP code you want to profile
$profile = $blackfire->endProbe($probe);
3. // store the profile UUID
$uuid = $probe->getRequest()->getUuid();
// retrieve the profile later on
$profile = $blackfire->getProfile($uuid);
Assertion
An assertion is an expression that
must return a Boolean (true if the
assertion succeeds,false
otherwise).
An assertion is made of metric
values, variables, operators
"main.peak_memory < 10mb"
"metrics.sql.queries.count == 0"
"main.peak_memory < vars.max_memory"
Writing
Assertion
Testing with
custom
metrics
Thanks

Mais conteúdo relacionado

Destaque

Textilebusinesssite [ join us ]
Textilebusinesssite [ join us ]Textilebusinesssite [ join us ]
Textilebusinesssite [ join us ]
INIJP
 
Gdz algebra shkil
Gdz algebra shkilGdz algebra shkil
Gdz algebra shkil
Lucky Alex
 
Employability in the Cultural and Creative Sectors in Arab Mediterranean Coun...
Employability in the Cultural and Creative Sectors in Arab Mediterranean Coun...Employability in the Cultural and Creative Sectors in Arab Mediterranean Coun...
Employability in the Cultural and Creative Sectors in Arab Mediterranean Coun...
Jamaity
 
Portfolios, Programs, Projects and the Enterprise PMO
Portfolios, Programs, Projects and the Enterprise PMOPortfolios, Programs, Projects and the Enterprise PMO
Portfolios, Programs, Projects and the Enterprise PMO
Shea Heaver
 

Destaque (15)

Internal Trade in the City of Jerusalem
Internal Trade in the City of JerusalemInternal Trade in the City of Jerusalem
Internal Trade in the City of Jerusalem
 
Textilebusinesssite [ join us ]
Textilebusinesssite [ join us ]Textilebusinesssite [ join us ]
Textilebusinesssite [ join us ]
 
UnchainYourVoice
UnchainYourVoiceUnchainYourVoice
UnchainYourVoice
 
Programación de Navidad de Ciudad Jardín
Programación de Navidad de Ciudad JardínProgramación de Navidad de Ciudad Jardín
Programación de Navidad de Ciudad Jardín
 
Gdz algebra shkil
Gdz algebra shkilGdz algebra shkil
Gdz algebra shkil
 
Accounting Odoo – taxes module
Accounting  Odoo – taxes moduleAccounting  Odoo – taxes module
Accounting Odoo – taxes module
 
Geographical Dimensions of Islamicjerusalem
Geographical Dimensions of IslamicjerusalemGeographical Dimensions of Islamicjerusalem
Geographical Dimensions of Islamicjerusalem
 
Employability in the Cultural and Creative Sectors in Arab Mediterranean Coun...
Employability in the Cultural and Creative Sectors in Arab Mediterranean Coun...Employability in the Cultural and Creative Sectors in Arab Mediterranean Coun...
Employability in the Cultural and Creative Sectors in Arab Mediterranean Coun...
 
La infancia de mis abuelos
La infancia de mis abuelosLa infancia de mis abuelos
La infancia de mis abuelos
 
Const. electrical sp_k
Const. electrical sp_kConst. electrical sp_k
Const. electrical sp_k
 
Bangladesh Bank ISS-Fundamentals
Bangladesh Bank ISS-FundamentalsBangladesh Bank ISS-Fundamentals
Bangladesh Bank ISS-Fundamentals
 
The worldwide semiconductor industry: Trends and opportunities 2016
The worldwide semiconductor industry: Trends and opportunities 2016 The worldwide semiconductor industry: Trends and opportunities 2016
The worldwide semiconductor industry: Trends and opportunities 2016
 
Les méthodes pédagogiques de formation
Les méthodes pédagogiques de formationLes méthodes pédagogiques de formation
Les méthodes pédagogiques de formation
 
The Position of Islamicjerusalem in the Negotiations between Sultan Salah al-...
The Position of Islamicjerusalem in the Negotiations between Sultan Salah al-...The Position of Islamicjerusalem in the Negotiations between Sultan Salah al-...
The Position of Islamicjerusalem in the Negotiations between Sultan Salah al-...
 
Portfolios, Programs, Projects and the Enterprise PMO
Portfolios, Programs, Projects and the Enterprise PMOPortfolios, Programs, Projects and the Enterprise PMO
Portfolios, Programs, Projects and the Enterprise PMO
 

Semelhante a Magento Meetup New Delhi- Performance Optimization

Reversing & malware analysis training part 12 rootkit analysis
Reversing & malware analysis training part 12   rootkit analysisReversing & malware analysis training part 12   rootkit analysis
Reversing & malware analysis training part 12 rootkit analysis
Abdulrahman Bassam
 
Mr201309 automated on-execute_test_using_virtual_box_eng
Mr201309 automated on-execute_test_using_virtual_box_engMr201309 automated on-execute_test_using_virtual_box_eng
Mr201309 automated on-execute_test_using_virtual_box_eng
FFRI, Inc.
 
Taishaun_OwnensCNS-533_Lab
Taishaun_OwnensCNS-533_LabTaishaun_OwnensCNS-533_Lab
Taishaun_OwnensCNS-533_Lab
Taishaun Owens
 

Semelhante a Magento Meetup New Delhi- Performance Optimization (20)

Magento meetup lucknow blackfire
Magento meetup lucknow blackfireMagento meetup lucknow blackfire
Magento meetup lucknow blackfire
 
Reversing & malware analysis training part 12 rootkit analysis
Reversing & malware analysis training part 12   rootkit analysisReversing & malware analysis training part 12   rootkit analysis
Reversing & malware analysis training part 12 rootkit analysis
 
Mr201309 automated on-execute_test_using_virtual_box_eng
Mr201309 automated on-execute_test_using_virtual_box_engMr201309 automated on-execute_test_using_virtual_box_eng
Mr201309 automated on-execute_test_using_virtual_box_eng
 
Web Developer Tools
Web Developer ToolsWeb Developer Tools
Web Developer Tools
 
AppSec California 2016 - Making Security Agile
AppSec California 2016 - Making Security AgileAppSec California 2016 - Making Security Agile
AppSec California 2016 - Making Security Agile
 
R2D2- Personal assistant on android.
R2D2- Personal assistant on android.R2D2- Personal assistant on android.
R2D2- Personal assistant on android.
 
Using protractor to build automated ui tests
Using protractor to build automated ui testsUsing protractor to build automated ui tests
Using protractor to build automated ui tests
 
DockerCon Europe 2018 Monitoring & Logging Workshop
DockerCon Europe 2018 Monitoring & Logging WorkshopDockerCon Europe 2018 Monitoring & Logging Workshop
DockerCon Europe 2018 Monitoring & Logging Workshop
 
Deep Exploit@Black Hat Europe 2018 Arsenal
Deep Exploit@Black Hat Europe 2018 ArsenalDeep Exploit@Black Hat Europe 2018 Arsenal
Deep Exploit@Black Hat Europe 2018 Arsenal
 
QA Process Overview for Firefox OS 2014
QA Process Overview for Firefox OS 2014QA Process Overview for Firefox OS 2014
QA Process Overview for Firefox OS 2014
 
How to kill test flake in appium
How to kill test flake in appiumHow to kill test flake in appium
How to kill test flake in appium
 
Using Java Flight Recorder
Using Java Flight RecorderUsing Java Flight Recorder
Using Java Flight Recorder
 
Automation Zaman Now
Automation Zaman NowAutomation Zaman Now
Automation Zaman Now
 
Production Time Profiling Out of the Box
Production Time Profiling Out of the BoxProduction Time Profiling Out of the Box
Production Time Profiling Out of the Box
 
Loadrunner Onloine Training
Loadrunner Onloine TrainingLoadrunner Onloine Training
Loadrunner Onloine Training
 
Optimizing and Profiling Golang Rest Api
Optimizing and Profiling Golang Rest ApiOptimizing and Profiling Golang Rest Api
Optimizing and Profiling Golang Rest Api
 
Taishaun_OwnensCNS-533_Lab
Taishaun_OwnensCNS-533_LabTaishaun_OwnensCNS-533_Lab
Taishaun_OwnensCNS-533_Lab
 
Load Runner
Load RunnerLoad Runner
Load Runner
 
Aikau testing tech talk live 83 20150204
Aikau testing tech talk live 83 20150204Aikau testing tech talk live 83 20150204
Aikau testing tech talk live 83 20150204
 
Performance profiling and testing of symfony application 2
Performance profiling and testing of symfony application 2Performance profiling and testing of symfony application 2
Performance profiling and testing of symfony application 2
 

Mais de Webkul Software Pvt. Ltd.

Mais de Webkul Software Pvt. Ltd. (20)

Quick Product Edit for Magento 2
Quick Product Edit for Magento 2Quick Product Edit for Magento 2
Quick Product Edit for Magento 2
 
Language translator for magento 2
Language translator for magento 2Language translator for magento 2
Language translator for magento 2
 
Magento 2 marketplace flutterwave payment
 Magento 2 marketplace flutterwave payment  Magento 2 marketplace flutterwave payment
Magento 2 marketplace flutterwave payment
 
OpenCart Ebay Connector Plugin
OpenCart Ebay Connector PluginOpenCart Ebay Connector Plugin
OpenCart Ebay Connector Plugin
 
Magento 2 Geo-Location Currency Converter
Magento 2 Geo-Location Currency ConverterMagento 2 Geo-Location Currency Converter
Magento 2 Geo-Location Currency Converter
 
Etsy Connector for Magento 2
Etsy Connector for Magento 2Etsy Connector for Magento 2
Etsy Connector for Magento 2
 
Opencart Slack Commerce Plugin
Opencart Slack Commerce PluginOpencart Slack Commerce Plugin
Opencart Slack Commerce Plugin
 
Magento 2 Food Delivery Multi-Vendor Marketplace Plugin
Magento 2 Food Delivery Multi-Vendor Marketplace PluginMagento 2 Food Delivery Multi-Vendor Marketplace Plugin
Magento 2 Food Delivery Multi-Vendor Marketplace Plugin
 
Magento2 image gallery
Magento2 image galleryMagento2 image gallery
Magento2 image gallery
 
Importance of Fashion Marketplace
Importance of Fashion MarketplaceImportance of Fashion Marketplace
Importance of Fashion Marketplace
 
Wallet System for Magento 2
Wallet System for Magento 2Wallet System for Magento 2
Wallet System for Magento 2
 
Magento 2 Marketplace Delivery Time Slot
Magento 2 Marketplace Delivery Time SlotMagento 2 Marketplace Delivery Time Slot
Magento 2 Marketplace Delivery Time Slot
 
Custom Registration Fields for Magento 2
Custom Registration Fields for Magento 2Custom Registration Fields for Magento 2
Custom Registration Fields for Magento 2
 
Magento 2 Order Comment
Magento 2 Order CommentMagento 2 Order Comment
Magento 2 Order Comment
 
Opencart canada post shipping webkul
Opencart canada post shipping   webkulOpencart canada post shipping   webkul
Opencart canada post shipping webkul
 
Show Price After Login for Magento 2
Show Price After Login for Magento 2Show Price After Login for Magento 2
Show Price After Login for Magento 2
 
Shopify Connector for WooCommerce
Shopify Connector for WooCommerceShopify Connector for WooCommerce
Shopify Connector for WooCommerce
 
OpenCart Booking & Reservation Via QR Code Pugin
OpenCart Booking & Reservation Via QR Code PuginOpenCart Booking & Reservation Via QR Code Pugin
OpenCart Booking & Reservation Via QR Code Pugin
 
Age Verification for Magento 2
Age Verification for Magento 2Age Verification for Magento 2
Age Verification for Magento 2
 
VirtueMart Akeneo Connector
VirtueMart Akeneo ConnectorVirtueMart Akeneo Connector
VirtueMart Akeneo Connector
 

Último

%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
masabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 

Último (20)

%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 

Magento Meetup New Delhi- Performance Optimization