|
Posted by petersprc on 02/02/07 05:44
Hi,
In all likelihood you won't notice any difference in performance,
though PHP5 is supposed to be faster in certain areas. I would suggest
building your site, and then trying to optimize any bottlenecks such
as database access. For instance, cutting down on unnecessary round-
trips to the database, and perhaps using persistent connections. You
can also cache certain portions of your site that don't have to be re-
generated with every page view.
http://www.sourcelabs.com/pdfs/SourceLabsPHP4vsPHP5.pdf
http://www.ister.org/code/article/en/phpbench51.xhtml
On Feb 1, 3:38 pm, "Andrea A" <nos...@nospam.com> wrote:
> Hi all,
> I have a question:
> what do you think about performance (only performance not style,
> functionality, and so on) comparing PHP 4 and PHP 5.
> Which version is better if one want to develop a small website with a lot
> lot of page views (all pages are dynamic)?
>
> thks
[Back to original message]
|