Saturday, April 30. 2005
High Performance PHP
Comments
Display comments as
(Linear | Threaded)
Instead of Smarty, you might want to take a look at Savant.
http://phpsavant.com/
Templates written in PHP means no need to compile; it has full OO support for plugins, filters, and even an optional compiler hook if you desperately want to limit your designers. Savant3 is even E_STRICT compatible for PHP5.
http://phpsavant.com/
Templates written in PHP means no need to compile; it has full OO support for plugins, filters, and even an optional compiler hook if you desperately want to limit your designers. Savant3 is even E_STRICT compatible for PHP5.
Have you had a look at http://www.danga.com/ for their Memcached and Perlbal programs?
Hi Jacques,
What is the status of your Cache_Memcached PEAR project? It would be great to finally have a definitive API for this in PHP…
Cheers,
Robert
What is the status of your Cache_Memcached PEAR project? It would be great to finally have a definitive API for this in PHP…
Cheers,
Robert
Hi Robert,
I’ve resubmitted the proposal to the PEAR site. I’m currently almost finished rewriting the Cache_Memcached code aswell as adding some basic documentation. I think it should be finished in the next week or two.
I’ve resubmitted the proposal to the PEAR site. I’m currently almost finished rewriting the Cache_Memcached code aswell as adding some basic documentation. I think it should be finished in the next week or two.
just a quick comment: ab is not a solid benchmarking tool.
take a look at httperf for something a whole lot better.
I also second the memcached suggestion.
Cheers.
take a look at httperf for something a whole lot better.
I also second the memcached suggestion.
Cheers.



Having ploughed through writing my upcoming article for 




I just finished writing my article for the next issue of PHP Magazine, and as promised, I go into greater detail about optimizing, staticizing, and caching PHP to deliver high performance in heavy traffic. In the section on optimizing source code, I cite
Tracked: Jun 26, 20:14