Menu

Learning PHP 7 High Performance

Free eBooks


This free ebook is for those who have basic experience in PHP programming. If you are developing performance-critical applications, then this book is for you. Improve the performance of your PHP application to ensure the application users aren't left waiting. This free ebook  covers how to set up different development environments, including the installation of NGINX, PHP 7, and Percona Server on Windows, different Linux distros, and setting up the Vagrant virtual machine for development purposes.

Learning PHP 7 High Performance

This free ebook is for those who have basic experience in PHP programming. If you are developing performance-critical applications, then this book is for you. Improve the performance of your PHP application to ensure the application users aren't left waiting. This free ebook  covers how to set up different development environments, including the installation of NGINX, PHP 7, and Percona Server on Windows, different Linux distros, and setting up the Vagrant virtual machine for development purposes. Chapter 2, New Features in PHP 7, covers the major new features introduced in PHP 7, including Type Hints, Group use Declarations, Anonymous classes, and new operators, such as Spaceship operator, Null Coalesce operators, and the Uniform variable syntax. Chapter 3, Improving PHP 7 Application Performance, covers different techniques to increase and scale a PHP 7 application's performance. 

In this chapter, we cover optimization of NGINX and Apache, CDN, and CSS/JavaScript, such as merging and minifying them, full-page caching, and installing and configuring Varnish. At last, we discuss an ideal infrastructure setup for application development. Chapter 4, Improving Database Performance, covers techniques to optimize MySQL and Percona Server configuration for high performance. Also, it covers different tools to monitor the performance of a database. It also covers Memcached and Redis for caching objects. Chapter 5, Debugging and Profiling, covers debugging and profiling techniques including the use of Xdebug for debugging and profiling, debugging with Sublime Text 3 and Eclipse, and the PHP DebugBar.

Free ebook Learning PHP 7 High Performance

Comments


No comments yet. Be the first to comment!

Related Software Lists