Monday 23 July 2007 6:08:15 am
For more in depth discussions on how to tune your system, you have several articles here: http://ez.no/community/articles
Some very good forum threads on this:
http://ez.no/community/forum/setup_design/improving_ez_publish_environment_and_performance http://ez.no/community/forum/general/ez_publish_performance_optimisation_faq Also worth mentioning that if your server is already set up with APC, you won't really see any real changes by changing to eaccelerator. Even though the latter is a bit faster in some cases. Accelerators that are actively supported seems to be APC, eAccelerator and Xcache, Zend also have several offers, but they are not free (Zend optimizer is, but does not cache the optimized php script like the mentioned accelerator do so it does not give you any real speed benefit)
One other thing you should look into is turn on debug output and see what part of your system is the bottle neck.
Normally the templates are using 90% so tuning php with an accelerator and compiling it (and the accelerator + apache) with the intel compiler will give you highest gains. If mysql is using a large chunk, tuning mysql and looking into latency issues between the web and mysql server (in setup where mysql is running on a different server) is where you should look first.
Edit: Almost forgot, to speed up admin use the ajax admin extension: ezjaxx And there are some patches to eZ Publish that togheter will improve performance in the admin between 10-35% depending on how much your setup is saturated (slowed down) by the mysql server. They will probably be part of 3.10 final and some of them in 3.9.3 when they are done.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom
|