
Pro PHP Application Performance
Tuning PHP Web Projects for Maximum Performance
APress
Published on 29. December 2010
Book
Paperback/Softback
264 pages
978-1-4302-2898-1 (ISBN)
Description
Pro PHP Application Performance will help you understand all the technologies and components which play a role in how well your applications run. When seconds can mean the difference between retaining a user and losing a user, it's important for all of us to have optimization as part of our project roadmap. But what components within your application should you analyze? How should you optimize? And how can you measure how well your application is performing? These are some of the questions that are answered in this book.
Along the way you will also learn the "why" of optimizing. You'll discover why you should optimize a specific component, why selecting one function over another is beneficial, and how to find and use the optimization tools available to the open source community. You'll also learn how to deploy caching software as well as web server software. Pro PHP Application Performance will also teach you more advanced techniques, such as:
Using Xdebug to profile functions that are not running as efficiently as possible.
Comparing opcode executed by different PHP functions to narrow the search for functions that run efficiently.
Using strace to analyze Apache while your application is served to the user.
Once you complete this book you will have a complete sense of where to start optimizing and, most importantly, have the tools which allow you to continue optimizing in other PHP applications going forward.
More details
Edition
1st ed.
Language
English
Place of publication
Berkeley
United States
Target group
Popular/general
Illustrations
264 p.
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 15 mm
Weight
500 gr
ISBN-13
978-1-4302-2898-1 (9781430228981)
DOI
10.1007/978-1-4302-2899-8
Schweitzer Classification
Other editions
Additional editions

Armando Padilla | DUPTim Hawkins
Pro PHP Application Performance
Tuning PHP Web Projects for Maximum Performance
E-Book
02/2011
APress
€46.99
Available for download
Persons
Armando Padilla has over 10 years in the PHP community, and has contributed PHP development of asset management tools to both "Late Night with Conan O'Brien" and "Saturday Night Live". He contributed to the Zend framework powered DunderMifflinInfinity.com social networking web site, an NBC.com project for "The Office". He is currently an active PHP developer at Yahoo!, and is working on his master's degree in the computer science, semantic web, and data mining fields.
Content
Chapter 1. Testing Techniques & Benchmarking
Chapter 2. Improving Client Download & Rendering Performance
Chapter 3. PHP Code Optimization
Chapter 4. PHP Opcode Caching
Chapter 5. PHP Variable Caching
Chapter 6. Operating System Tweaks
Chapter 7. Web Server Performance Overview
Chapter 8. Web Server Software Tweaks
Chapter 9. Database Tweaks