Benchmarking PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lcidw
Forum Commoner
Posts: 58
Joined: Mon Apr 28, 2003 8:55 am
Location: Netherlands

Benchmarking PHP

Post by lcidw »

Hi there, long time no see!

I've been building a new Debian GNU/Linux Server, with Apache 1.3.26/PHP 4.1.2/MySQL 3.23..

And then i found APC, the Alternative Php Cache. Seems to speed up the scripts thus pages a lot. The thing is, it cannot work together with the Zend Optimizer.

I was looking for a Benchmarking script, only things i can find are scripts to test my php pages. I just don't have any php pages on the server, i just want one wich tests some routines and tells me. Can anyone redirect me some place where i can find a complete benchmark script that doesn't need something else?

Anyway, anoter way is to ask you people: Does anyone here have experience with APC or even the difference in performance between APC and Zend Optimizer?
Post Reply