what's the concurrent number of EZ.no at peak time?

Author Message

kevin wei

Saturday 07 January 2006 4:56:25 am

as subject!

thanks!

Kåre Køhler Høvik

Sunday 08 January 2006 7:05:42 am

Hi

Not sure about ez.no ( Ole will be able to answer that tomorrow ), but this site is running on a shared server, and has had peaks of 1800 concurrent users : http://worldaidscampaign.info

It's extremly important you optimize the pagelayout when dealing with high traffic sites. You can check/controll this by counting the number of SQL queries for a cached page in the debug output. There should not have more than 3 SQLs for a cached page.

Kåre Høvik

kevin wei

Sunday 08 January 2006 5:05:34 pm

yes, this is one that i have seen which is complicate and have many personal info at every page, the other example is all about a very simple doc site, and this is the fatest site i have seen.

this is alway show on my pc:

Fatal error: eZ publish did not finish its request

The execution of eZ publish was abruptly ended, the debug output is present below.

Xavier Dutoit

Monday 09 January 2006 2:26:26 am

Hi,

You don't have more info than that on the screen ?

Try to increase the max memory (the 8Mb is way too low, try to put a very high one 100M to be sure that's not that something takes too much memory).

Otherwise, try to augment the timeout (30 is enough ususally). Just to be sure something isn't dead slow on your config.

Turn on debugging, you probably have error/warning messages about something being not ok.

X+

http://www.sydesy.com

kevin wei

Monday 09 January 2006 5:54:01 am

yes, this is the only info shown on user interface, i just want to know how to show more infomation as in admin interface do, to help me find more data

thanks your help

there are many warning:

Warning: ezi18n Jan 09 2006 21:12:49 
No translation for file(translation.ts) in context(design/admin/pagelayout): 'Manage the main content structure of the site.' with comment()
 
Warning 

i use zh_cn translation file

even php.ini is '64M' ,still this error come out:

Fatal error: eZ publish did not finish its request

The execution of eZ publish was abruptly ended, the debug output is present below.

the same page, no cache cleared, sometimes is normal, sometimes is error as above.

EZ has recognized my eAccelerator

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 31 2025 01:23:51
Script start
Timing: Jan 31 2025 01:23:51
Module start 'layout'
Timing: Jan 31 2025 01:23:51
Module start 'content'
Timing: Jan 31 2025 01:23:52
Module end 'content'
Timing: Jan 31 2025 01:23:52
Script end

Main resources:

Total runtime1.2136 sec
Peak memory usage8,192.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0045 588.2578151.2266
Module start 'layout' 0.00450.0052 739.4844220.7188
Module start 'content' 0.00971.2030 960.20314,503.1328
Module end 'content' 1.21270.0009 5,463.335911.8125
Script end 1.2135  5,475.1484 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.2939160.0002
Check MTime0.00130.1049160.0001
Mysql Total
Database connection0.00070.061510.0007
Mysqli_queries1.108191.3118650.0170
Looping result0.00080.0672630.0000
Template Total1.153895.120.5769
Template load0.00220.179620.0011
Template processing1.151694.894020.5758
Template load and register function0.00210.176210.0021
states
state_id_array0.00200.163710.0020
state_identifier_array0.00210.173120.0011
Override
Cache load0.00190.1542320.0001
Sytem overhead
Fetch class attribute can translate value0.00220.181130.0007
Fetch class attribute name0.00240.201570.0003
XML
Image XML parsing0.00130.111230.0004
class_abstraction
Instantiating content class attribute0.00000.001470.0000
General
dbfile0.00160.1302210.0001
String conversion0.00000.000740.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
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs