- Mastering The Faster Web with PHP,MySQL,and JavaScript
- Andrew Caya
- 127字
- 2021-06-25 21:16:58
Harnessing the Power of PHP 7 Data Structures and Functions
In this chapter, we will learn how to harness PHP 7's performance boosts using most of its key optimizations.
Also, we will explore how better understanding data structures and datatypes, and how using simplified functions can help a PHP application's global performance along its critical execution path.
Moreover, we will learn how it is best to avoid using inefficient structures, like most dynamic ones, in our PHP code.
Finally, although PHP is not a functional language, we will see how some functional techniques can be of immediate help when optimizing PHP code.
Thus, in this chapter, we will cover the following points:
- PHP 7 optimizations
- Identifying possible optimizations and avoiding dynamic structures
- Functional programming and memoization
推薦閱讀
- The DevOps 2.3 Toolkit
- Interactive Applications Using Matplotlib
- Apache Mesos Essentials
- QTP自動化測試進階
- Oracle從入門到精通(第5版)
- HTML5+CSS3 Web前端開發技術(第2版)
- Bootstrap 4 Cookbook
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Microsoft Dynamics AX 2012 R3 Financial Management
- Instant PHP Web Scraping
- Principles of Strategic Data Science
- IPython Interactive Computing and Visualization Cookbook
- Java EE輕量級解決方案:S2SH
- Java程序設計及應用開發
- Python滲透測試編程技術:方法與實踐(第2版)