PHP and Performance

From Technical Presentations

Jump to: navigation, search
PHP and Performance
Presenter(s): Ilia Alshanetsky
Where: PHP Tek 2007 (description)
When: 2007-04-26
Topics: PHP, Performance, LAMP
Download: PDF


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

[edit] Profiling & Benchmarking

[edit] Testing web servers

[edit] Profiling PHP code

  • APD (Pure profiler)
  • XDebug (Profiler & Debugger)
  • DBG (Profiler & Debugger)

[edit] Session Storage Alternatives

Personal tools