目錄(79章)
倒序
- coverpage
- Learning PHP 7 High Performance
- Credits
- About the Author
- Acknowledgement
- About the Reviewer
- www.PacktPub.com
- eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Setting Up the Environment
- Setting up Windows
- Setting up Debian or Ubuntu
- Setting up CentOS
- Setting up Vagrant
- Summary
- Chapter 2. New Features in PHP 7
- OOP features
- New operators
- Uniform variable syntax
- Miscellaneous features and changes
- Summary
- Chapter 3. Improving PHP 7 Application Performance
- NGINX and Apache
- HTTP server optimization
- HTTP persistent connection
- Content Delivery Network (CDN)
- CSS and JavaScript optimization
- Full page caching
- Varnish
- The infrastructure
- Summary
- Chapter 4. Improving Database Performance
- The MySQL database
- Storage engines
- The Percona Server - a fork of MySQL
- MySQL performance monitoring tools
- Percona XtraDB Cluster (PXC)
- Redis – the key-value cache store
- Memcached key-value cache store
- Summary
- Chapter 5. Debugging and Profiling
- Xdebug
- Profiling with Xdebug
- PHP DebugBar
- Summary
- Chapter 6. Stress/Load Testing PHP Applications
- Apache JMeter
- ApacheBench (ab)
- Siege
- Load testing real-world applications
- Summary
- Chapter 7. Best Practices in PHP Programming
- Coding styles
- Test-driven development (TDD)
- Design patterns
- Service-oriented architecture (SOA)
- Being object-oriented and reusable always
- PHP frameworks
- Version control system (VCS) and Git
- Deployment and Continuous Integration (CI)
- Summary
- Appendix A. Tools to Make Life Easy
- Composer – A dependency manager for PHP
- Git – A version control system
- Grunt watch
- Summary
- Appendix B. MVC and Frameworks
- The MVC design pattern
- Laravel
- Lumen
- Apigility
- Summary
- Index 更新時間:2021-07-16 11:23:41
推薦閱讀
- JavaScript全程指南
- Arduino by Example
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- C語言程序設計
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Getting Started with LLVM Core Libraries
- Python+Tableau數據可視化之美
- R語言:邁向大數據之路(加強版)
- Qlik Sense? Cookbook
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Oracle實用教程
- 超簡單:用Python讓Excel飛起來(實戰150例)
- .NET 4.0面向對象編程漫談:應用篇
- Java程序設計教程
- 大規模語言模型開發基礎與實踐
- Spring Web Services 2 Cookbook
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- 計算機常用算法與程序設計教程(第2版)
- Advanced C++
- Vue.js從入門到精通
- 自然語言處理NLP從入門到項目實戰:Python語言實現
- Mockito for Spring
- 軟件工程基礎
- Arduino for Secret Agents
- WebAssembly原理與核心技術
- Python極客項目編程(第2版)
- Haskell High Performance Programming
- Gradle Essentials
- Django RESTful Web Services
- 軟件是這樣“煉”成的:Java學習全演練