- Mastering The Faster Web with PHP,MySQL,and JavaScript
- Andrew Caya
- 134字
- 2021-06-25 21:16:57
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.
- 軟件安全技術
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Game Programming Using Qt Beginner's Guide
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- Mastering SVG
- Java高手真經(高級編程卷):Java Web高級開發技術
- Cassandra Design Patterns(Second Edition)
- Magento 2 Development Cookbook
- Implementing Cisco Networking Solutions
- Mastering Ubuntu Server
- Ray分布式機器學習:利用Ray進行大模型的數據處理、訓練、推理和部署
- Linux Device Drivers Development
- R Data Analysis Cookbook(Second Edition)
- C++程序設計教程(第2版)
- SwiftUI極簡開發