Category Archives: PHP

Speeding up PHP in 5 minutes

By default PHP scripts are compiled on each access. This will become a real performance killer once your website hits a certain load. There is a number of Opcode caches available which try to overcome this recompiling issue by storing … Continue reading

Posted in Apache, PHP | Leave a comment