eZ performance with a large number of users

Author Message

Marko Žmak

Wednesday 24 June 2009 2:00:55 am

I have to setup an eZ site which has a large number of users (>40.000). Besides standard fields, each user has a phone number attribute that can be searched for in eZ. So I would like to know how will this large number of users affect:

- performance of user login?
- performance when doing fetch for users based on attribute filter for the phone number attribute?

Does someone have experience with similar number of users?
How much difference in performance is between the number of 40.000 users and for example 2000?
Also, how much would a custom fetch operator that is specialized for retrieving users based on phone number improve the preformance?

P.S. I'm using eZ 3.10.1 and mysql database.

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

John Moritz

Wednesday 24 June 2009 6:09:20 am

as far as i know, ezPublish can handle more than 1.000.000 Objects without problems. A ezuser is just a object, so 40.000 will be no problem.

Your bottleneck will be the Serverbandwith, respectivley how many users you have online at the same time. For this, ezPublish has cluster functionalities!

Gaetano Giunta

Wednesday 24 June 2009 6:21:15 am

The main problem you will find having a number of users in the order of magnitude of 100.000 is the usability of the admin interface: if they are all part of the same group, navigating it becomes a pain, and you will have to resort to search for users or build a custom interface to easily find them. Storing them in folders by first letter of login might also be an idea.

Login is not a problem.

Heavy customization of the site based on user profile is a scalability brake anyway, even with few users: avoid having to fetch the user object on every page if you can.

Take care if putting the user id in cache block keys: you will generate a lot of those files.

Principal Consultant International Business
Member of the Community Project Board

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 16:24:29
Script start
Timing: Jan 18 2025 16:24:29
Module start 'layout'
Timing: Jan 18 2025 16:24:29
Module start 'content'
Timing: Jan 18 2025 16:24:30
Module end 'content'
Timing: Jan 18 2025 16:24:30
Script end

Main resources:

Total runtime0.6912 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 588.0469152.6406
Module start 'layout' 0.00570.0039 740.687539.4766
Module start 'content' 0.00960.6801 780.1641581.1953
Module end 'content' 0.68970.0015 1,361.359412.1250
Script end 0.6912  1,373.4844 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.4634160.0002
Check MTime0.00140.1956160.0001
Mysql Total
Database connection0.00090.124010.0009
Mysqli_queries0.641492.7938590.0109
Looping result0.00060.0923570.0000
Template Total0.661195.620.3305
Template load0.00190.268120.0009
Template processing0.659295.368120.3296
Template load and register function0.00010.013310.0001
states
state_id_array0.00110.162010.0011
state_identifier_array0.00080.123020.0004
Override
Cache load0.00150.2102200.0001
Sytem overhead
Fetch class attribute can translate value0.00060.091030.0002
Fetch class attribute name0.00150.219050.0003
XML
Image XML parsing0.00130.186130.0004
class_abstraction
Instantiating content class attribute0.00000.001350.0000
General
dbfile0.00090.1335240.0000
String conversion0.00000.001340.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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 14
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs