for a faster ez publish

Author Message

Abdelkader RHOUATI

Saturday 14 July 2007 3:35:49 am

Hello every body, I’m new in this forum, and it’s my first message …
I develop applications with Ez publish since 5 month, I think its every powerful CMS and I m so impress with the possibility that Ez publish give in several domains.
But I have just one question; there is a way to make this CMS more speed, especially in site admin?
One possibility is to use the ajax methods…
Is There any others solutions? and please if some one could give me a guide (document , site internet) for more explication??

For every body, I m French-speaking person ;) I m sorry for my English…

thank you in advance .

Abdelkader RHOUATI

Blog (french) : http://arhouati.com
----
Extension arh_jdebug : EzDebug using jquery

Pesti Pal

Monday 16 July 2007 2:07:34 am

Hi,

I haven't tried this:
http://eaccelerator.net

You could also search for other php accelerators in Google.

Please write what you have managed to accomplish.

Abdelkader RHOUATI

Sunday 22 July 2007 5:03:44 am

hello, Pesti Pal.

Tks for your help, I was very busy in the last tow week … actually I m trying your solution eAccelerator for PHP. I hope it work.

Tks

Abdelkader RHOUATI

Blog (french) : http://arhouati.com
----
Extension arh_jdebug : EzDebug using jquery

J-A Eberhard

Sunday 22 July 2007 5:06:55 am

You can have a look here
http://www.open-net.ch/eng/ez_publish/documentation/trucs_astuces/install_eaccelerator

Open Source Solution Provider
Open-Net Ltd Switzerland
http://www.open-net.ch

André R.

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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:18:49
Script start
Timing: Jan 18 2025 11:18:49
Module start 'layout'
Timing: Jan 18 2025 11:18:49
Module start 'content'
Timing: Jan 18 2025 11:18:49
Module end 'content'
Timing: Jan 18 2025 11:18:49
Script end

Main resources:

Total runtime0.5731 sec
Peak memory usage4,096.0000 KB
Database Queries67

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0059 589.0234152.6250
Module start 'layout' 0.00590.0036 741.648439.4453
Module start 'content' 0.00950.5624 781.0938653.7578
Module end 'content' 0.57190.0012 1,434.851616.1719
Script end 0.5731  1,451.0234 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.5498160.0002
Check MTime0.00130.2239160.0001
Mysql Total
Database connection0.00070.118510.0007
Mysqli_queries0.504788.0682670.0075
Looping result0.00070.1172650.0000
Template Total0.532893.020.2664
Template load0.00200.356020.0010
Template processing0.530892.615720.2654
Template load and register function0.00010.017610.0001
states
state_id_array0.00070.128310.0007
state_identifier_array0.00170.289120.0008
Override
Cache load0.00220.3860390.0001
Sytem overhead
Fetch class attribute can translate value0.00090.156740.0002
Fetch class attribute name0.00100.180180.0001
XML
Image XML parsing0.00250.433840.0006
class_abstraction
Instantiating content class attribute0.00000.003290.0000
General
dbfile0.00130.2348280.0000
String conversion0.00000.001740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 27
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs