PHP and Performance
From Technical Presentations
| | |
| Presenter(s): | Ilia Alshanetsky |
|---|---|
| Where: | PHP Tek 2007 (description) |
| When: | April 26, 2007 |
| Topics: | PHP, Web, Performance, LAMP, XDebug |
| Download: | |
Contents |
[edit] Description
Presentation about optimizing performance of LAMP stack with primary attention to PHP.
[edit] Tools mentioned
[edit] Opcode cache
[edit] Lightweight HTTP servers for static content serving
- lighttpd
- Boa
- Tux
- thttpd
[edit] Content compression
- mod_gzip / mod_deflate (Apache 1x)
- mod_deflate (Apache 2x)
- PHP: zlib.output_compression=1 / ob_start(“ob_gzhandler”)
[edit] Profiling & Benchmarking
[edit] Testing web servers
[edit] Profiling PHP code
[edit] Session Storage Alternatives
Facts about PHP and PerformanceRDF feed
| Date | 26 April 2007 + |
| PDF Document URL | http://ilia.ws/files/phptek2007_performance.pdf + |
| Presented at | PHP Tek 2007 + |
| Presenter | Ilia Alshanetsky + |
| Screenshot | PHP and Performance.jpg + |
| Topic | PHP +, Web +, Performance +, LAMP +, and XDebug + |