Why is it better?
Performance Tuning PHP
2024-11-24
23
•
Faster (C is faster PHP).
•
Can easily store cache in memory or disk or both.
•
Better atomicity.
•
Supports zlib compression for cached pages.
•
Bypasses PHP completely.
•
No need to write/test/debug any code.