Why is it better?
Accelerating PHP Applications
2024-11-24
25
•
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.