- Mastering The Faster Web with PHP,MySQL,and JavaScript
- Andrew Caya
- 136字
- 2021-06-25 21:16:56
Continuous Profiling and Monitoring
In this chapter, we will learn how to install and configure profiling and monitoring tools that will help you easily optimize PHP code in a continuous integration (CI) and a continuous deployment (CD) environment.
We will start by installing and configuring a basic Blackfire.io setup in order to easily and automatically profile code when committing it to a repository. We will also learn how to install a TICK Stack in order to continuously monitor our code's performance after its deployment on a live production server.
Thus, in this chapter, we will cover the following points:
- Installing and configuring the Blackfire.io agent, client and PHP extension
- Integrating the Blackfire.io client with Google Chrome
- Integrating the Blackfire.io client with a known CI tool like Travis
- Installing and configuring a complete TICK Stack with Grafana
推薦閱讀
- Delphi程序設計基礎:教程、實驗、習題
- 小程序實戰視頻課:微信小程序開發全案精講
- TensorFlow Lite移動端深度學習
- 小創客玩轉圖形化編程
- Git高手之路
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Advanced Express Web Application Development
- Exploring SE for Android
- Mastering Unreal Engine 4.X
- Clojure for Finance
- Improving your Penetration Testing Skills
- 代碼整潔之道:程序員的職業素養
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)
- 羅布樂思開發官方指南:Lua 語言編程
- Mastering PyCharm