@TONEGOLF71
@SPACE48ERS
#MAGETITANS
DEBUGGING AND MAGENTO
Tony Brown
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
• Worked on Magento since 2009
• Technical Director @ Space 48
• Love learning and collaborating
Debugging and Magento
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Overview
• Types of debugging
• Strategies
• Tools
• Working example
• Magento 2
• Any questions / suggestions?
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Why?
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Types of Debugging
• Bugs during development
• Bugs that are “live”
• Site down
• Performance issues
• Feature broken
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Strategies - General
• What has changed?
• Are we seeing any errors?
• Eliminate as much as possible at each step
• Themes
• Modules
• Utilise logging / monitoring
• Use your tools wisely
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
• Defensive coding
• Include descriptive errors
• Collaborate
• Don’t let ego hold you back
• Ideas through explanation
Strategies - General
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
• Defensive coding
• Include descriptive errors
• Collaborate
• Don’t let ego hold you back
• Ideas through explanation
Strategies - General
• Try and step back regularly
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
• Defensive coding
• Include descriptive errors
• Collaborate
• Don’t let ego hold you back
• Ideas through explanation
Strategies - General
• Try and step back regularly
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Strategies - General
• Community resources
• Google - Blogs etc
• Magento Stack Exchange
• Twitter
• Automated testing
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Tools in Magento
• Template path hints
• Profiler
• Logging
• Developer Mode (display_errors on)
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Additional Tools
• PhpStorm
• Magicento
• Xdebug
• N98 Magerun
• Commerce Bug
• Z-ray Toolbar
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Additional Tools
• Firegento Debug
• Aoe Template Hints
• Aoe Profiler
• New Relic
• Blackfire
• ECG coding standard
• Automated Tests (PhpUnit, MageSpec etc)
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• A store with an order export integration stops
• Based on Magento cron to send orders via API
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• A store with an order export integration stops
• Based on Magento cron to send orders via API
• Has anything changed?
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• A store with an order export integration stops
• Based on Magento cron to send orders via API
• Has anything changed?
• Are we receiving any errors?
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• A store with an order export integration stops
• Based on Magento cron to send orders via API
• Has anything changed?
• Are we receiving any errors?
• Check the cron_schedule table
• Some errors present, but no new jobs scheduled
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• Is the Magento cron task present in the system
cron?
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• Is the Magento cron task present in the system
cron?
• Manually run the cron and monitor output
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• Check the process on the server - It’s stuck!
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• Check the process on the server - It’s stuck!
• Kill the process!!
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• Check the process on the server - It’s stuck!
• Kill the process!!
• Test!!
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• Check the process on the server - It’s stuck!
• Kill the process!!
• Test!!
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Working Example
• What can we learn?
• The cron checks to see if it is already running
• We should monitor this going forward
• Look for any errors in table or logs
• If it is a heavy install could use Aoe_Scheduler
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Magento 2?
• XML validation
• More modern best practices
• Better methods to change system behaviour in a
more targeted way
• Code should be more decoupled which should
help reduce bugs during upgrades
• New architecture makes automated testing easier
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Magento 2?
• More code re-use with components through
composer
• Logging is now achieved with Monolog
• Can log to different channels (email, Logstash)
• FireBug and ChromePHP
• bin/magento command line tool
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Tools for Magento 2
• Z-Ray debug toolbar
• CedCommerce Debug Tool
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Tools for Magento 2
• Commerce bug
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Tools for Magento 2
• Magicento
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
Tools for Magento 2
• n98 magerun 2
• working version but only has a small percentage
of the commands so far
@TONEGOLF71
@SPACE48ERS
#MAGETITANS
THANKS!!
Any questions or tool suggestions to share?

More Related Content

PDF
Magento 2 and avoiding the rabbit hole
PPT
Robot Framework for beginners and what is new at 2019
PDF
Fast end-to-end-tests
PDF
Extreme Programming - to the next-level
PDF
Introduction to Automated Testing
PPTX
Dot all 2019 | Testing with Craft | Giel Tettelar
PDF
Automated Performance Testing
PDF
Civilized Git Process
Magento 2 and avoiding the rabbit hole
Robot Framework for beginners and what is new at 2019
Fast end-to-end-tests
Extreme Programming - to the next-level
Introduction to Automated Testing
Dot all 2019 | Testing with Craft | Giel Tettelar
Automated Performance Testing
Civilized Git Process

What's hot (20)

PPTX
Develop 4 Developers
ODP
OpenNTF Essentials
PPTX
Let's play with ASP.NET 5 (vNext) RC1
PDF
Five steps towards your testing dream
PPTX
That worked before
PDF
Workshop - E2e tests with protractor
PDF
Perl testing 101
PDF
Strategie di testing: Spring Boot loves Kotlin
PPTX
Automation test
PDF
The art of being an agile programmer
PPTX
Automation is Easy! (python version)
PPTX
Refactoring code in .net
PDF
Postman: An Introduction for Developers
PDF
TDD for joomla extensions
PPTX
Play framework - Bristol Java meetup
PDF
Composer manager module for Drupal
PPTX
Why Embrace "Html5"?
PDF
Drupal Performance
PPT
JavaSkop - Automation Skopje
PDF
Agile Serbia: Exploratory Testing Explained and Experienced
Develop 4 Developers
OpenNTF Essentials
Let's play with ASP.NET 5 (vNext) RC1
Five steps towards your testing dream
That worked before
Workshop - E2e tests with protractor
Perl testing 101
Strategie di testing: Spring Boot loves Kotlin
Automation test
The art of being an agile programmer
Automation is Easy! (python version)
Refactoring code in .net
Postman: An Introduction for Developers
TDD for joomla extensions
Play framework - Bristol Java meetup
Composer manager module for Drupal
Why Embrace "Html5"?
Drupal Performance
JavaSkop - Automation Skopje
Agile Serbia: Exploratory Testing Explained and Experienced
Ad

Similar to Debugging and Magento (20)

PDF
Best Practices for Magento Debugging
PPTX
Virtues of platform development
PDF
Riccardo Tempesta - The right tools for the right job (or: surviving Magento ...
PPTX
Zendcon magento101
PDF
Zepplin_Pronko_Magento_Festival Hall 1_Final
PPTX
Magento technical resources
PPTX
Magento 2 overview. Alan Kent
PPTX
Igor Miniailo - Magento 2 API Design Best Practices
PPTX
Adventures in Magento 2
PPTX
php[world] Magento101
PPTX
Testing in Magento 2
PDF
Prepara tu entorno para Magento 2
PDF
Magento 2: New and Innovative? - php[world] 2015
PDF
Magento 2: Modernizing an eCommerce Powerhouse
PPTX
Max Yekaterynenko: Magento 2 overview
PDF
The right tools for the right job (or: surviving Magento 2 coding)
PDF
Макс Екатериненко - Meet Magento Ukraine - Magento 2 Overview
PDF
Outlook on Magento 2
PDF
Pro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii Ivashchenko
PDF
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Best Practices for Magento Debugging
Virtues of platform development
Riccardo Tempesta - The right tools for the right job (or: surviving Magento ...
Zendcon magento101
Zepplin_Pronko_Magento_Festival Hall 1_Final
Magento technical resources
Magento 2 overview. Alan Kent
Igor Miniailo - Magento 2 API Design Best Practices
Adventures in Magento 2
php[world] Magento101
Testing in Magento 2
Prepara tu entorno para Magento 2
Magento 2: New and Innovative? - php[world] 2015
Magento 2: Modernizing an eCommerce Powerhouse
Max Yekaterynenko: Magento 2 overview
The right tools for the right job (or: surviving Magento 2 coding)
Макс Екатериненко - Meet Magento Ukraine - Magento 2 Overview
Outlook on Magento 2
Pro Magento MeetUp #4 - Upgrade Compatibility Tool, Sergii Ivashchenko
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
Ad

Recently uploaded (20)

PDF
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
DOCX
search engine optimization ppt fir known well about this
PDF
sbt 2.0: go big (Scala Days 2025 edition)
PDF
Advancing precision in air quality forecasting through machine learning integ...
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PDF
Co-training pseudo-labeling for text classification with support vector machi...
PDF
Auditboard EB SOX Playbook 2023 edition.
PDF
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
4 layer Arch & Reference Arch of IoT.pdf
PDF
AI.gov: A Trojan Horse in the Age of Artificial Intelligence
PPTX
Module 1 Introduction to Web Programming .pptx
PPTX
future_of_ai_comprehensive_20250822032121.pptx
PDF
Data Virtualization in Action: Scaling APIs and Apps with FME
PDF
giants, standing on the shoulders of - by Daniel Stenberg
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PPTX
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
PPTX
Microsoft User Copilot Training Slide Deck
PDF
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
search engine optimization ppt fir known well about this
sbt 2.0: go big (Scala Days 2025 edition)
Advancing precision in air quality forecasting through machine learning integ...
Rapid Prototyping: A lecture on prototyping techniques for interface design
Co-training pseudo-labeling for text classification with support vector machi...
Auditboard EB SOX Playbook 2023 edition.
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
Taming the Chaos: How to Turn Unstructured Data into Decisions
4 layer Arch & Reference Arch of IoT.pdf
AI.gov: A Trojan Horse in the Age of Artificial Intelligence
Module 1 Introduction to Web Programming .pptx
future_of_ai_comprehensive_20250822032121.pptx
Data Virtualization in Action: Scaling APIs and Apps with FME
giants, standing on the shoulders of - by Daniel Stenberg
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
Microsoft User Copilot Training Slide Deck
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf

Debugging and Magento