Date: 07/29/01
- Next message: Jon Parise: "[PHP-DEV] Function aliases in the manual"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Security Issues"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] new manual chapter suggestion"
- Reply: Zeev Suraski: "Re: [PHP-DEV] new manual chapter suggestion"
- Reply: Alexander Merz: "Re: [PHP-DEV] new manual chapter suggestion"
- Reply: Ramsi Sras: "Re: [PHP-DEV] new manual chapter suggestion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi!
I think somebody with a closer experience with the
PHP C sources maybe can collect some performance tips,
like the ones we can catch on the various PHP lists:
- use echo "aaa" , "bbb", "ccc" instead of echo "aaa" . "bbb" . "ccc"
because with the later you use more memory [Jim]
- echo is a little bit faster then print [Rasmus]
- preg_*()-s are also faster than ereg()-s [Rasmus]
- use mysql_unbuffered_query() [Manual]
This would make a new chapter, with some nifty tips
about how you can improve the performance of your
programs.
I am not the person, who can start this chapter, but
maybe some PHP-dev gurus :)
Goba
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jon Parise: "[PHP-DEV] Function aliases in the manual"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Security Issues"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] new manual chapter suggestion"
- Reply: Zeev Suraski: "Re: [PHP-DEV] new manual chapter suggestion"
- Reply: Alexander Merz: "Re: [PHP-DEV] new manual chapter suggestion"
- Reply: Ramsi Sras: "Re: [PHP-DEV] new manual chapter suggestion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

