Reader small image

You're reading from  Mastering The Faster Web with PHP, MySQL, and JavaScript

Product typeBook
Published inJun 2018
Reading LevelBeginner
PublisherPackt
ISBN-139781788392211
Edition1st Edition
Languages
Right arrow
Author (1)
Andrew Caya
Andrew Caya
author image
Andrew Caya

Andrew Caya started programming computers in GW-BASIC and QBASIC in the early 90s. Before becoming a PHP developer almost 10 years ago, he did some software development in C, C++, and Perl. He is now a Zend Certified PHP Engineer and a Zend Certified Architect. He is also the creator of Linux for PHP, the lead developer of a popular Joomla extension and a contributor to many open source projects. He is currently CEO, CTO and Founder of Foreach Code Factory, an instructor at Concordia University, an author and a technical reviewer for Packt Publishing, and a loving husband and father.
Read more about Andrew Caya

Right arrow

Summary


In this chapter, we have learned how to install and configure a basic Blackfire.io setup in order to easily and automatically profile code when committing it to a repository. We have also explored how to install a TICK Stack in order to continuously monitor our code's performance after its deployment on a live production server. Thus, we have seen how to install and configure profiling and monitoring tools that help us easily optimize PHP code in a continuous integration (CI) and a continuous deployment (CD) environment.

In the next chapter, we will explore how better understanding PHP data structures and using simplified functions can help an application's global performance along its critical execution path. We will start by analyzing a project's critical path and, then, fine-tune certain of its data structures and functions.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Mastering The Faster Web with PHP, MySQL, and JavaScript
Published in: Jun 2018Publisher: PacktISBN-13: 9781788392211

Author (1)

author image
Andrew Caya

Andrew Caya started programming computers in GW-BASIC and QBASIC in the early 90s. Before becoming a PHP developer almost 10 years ago, he did some software development in C, C++, and Perl. He is now a Zend Certified PHP Engineer and a Zend Certified Architect. He is also the creator of Linux for PHP, the lead developer of a popular Joomla extension and a contributor to many open source projects. He is currently CEO, CTO and Founder of Foreach Code Factory, an instructor at Concordia University, an author and a technical reviewer for Packt Publishing, and a loving husband and father.
Read more about Andrew Caya