ezfind slows down editing

Author Message

Andreas Adelsberger

Wednesday 11 May 2011 8:46:04 am

Hi all,

ezfind slows down content publish extremely. Here ist the timing output:

Search Total
remove object 9.4703 sec 41.4731% 1 9.4703 sec
add object 12.8686 sec 56.3554% 1 12.8686 sec

Where can I dig to solve that issue?

Thanx Andi!

---------------------------------------
Styleflasher New Media OG
Websites. Games/Multimedia.

Luc Chase

Wednesday 11 May 2011 8:57:10 am

Check [IndexOptions]

in ezfind.ini

You can defer indexing and optimisation and let a pair of crons do the jobs....
http://doc.ez.no/Extensions/eZ-Publish-extensions/eZ-Find/2.3/Basic-Configuration/Indexing-content

The Web Application Service Provider

Edi Modrić

Wednesday 11 May 2011 9:01:11 am

Hi Andreas,

that's probabaly because delayed indexing is turned off for your eZ Publish site, which is a default behaviour.

Delayed indexing means that objects will not be published immediatelly after publishing, but will be indexed only by running reindexing script from command line.

You can turn on delayed indexing in site.ini / [SearchSettings] / DelayedIndexing=enabled and then set up a cronjob as follows to run at desired times:

php runcronjobs.php ezfindexcontent

eZ Publish certified developer

http://ez.no/certification/verify/350658

Andreas Adelsberger

Thursday 12 May 2011 1:48:22 am

Hi all,

thanx for your help. We alread enabled DelayedIndexing but the cronjob was not running. It works now.

greetz andi.

---------------------------------------
Styleflasher New Media OG
Websites. Games/Multimedia.

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 02:57:26
Script start
Timing: Jan 18 2025 02:57:26
Module start 'layout'
Timing: Jan 18 2025 02:57:26
Module start 'content'
Timing: Jan 18 2025 02:57:27
Module end 'content'
Timing: Jan 18 2025 02:57:27
Script end

Main resources:

Total runtime0.6548 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0047 589.0625152.6250
Module start 'layout' 0.00470.0035 741.687539.4688
Module start 'content' 0.00820.6450 781.1563592.7031
Module end 'content' 0.65320.0015 1,373.859412.1563
Script end 0.6547  1,386.0156 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.4543160.0002
Check MTime0.00130.1961160.0001
Mysql Total
Database connection0.00060.094510.0006
Mysqli_queries0.599291.5112650.0092
Looping result0.00060.0928630.0000
Template Total0.626295.620.3131
Template load0.00190.285120.0009
Template processing0.624495.357920.3122
Template load and register function0.00010.013610.0001
states
state_id_array0.00040.055110.0004
state_identifier_array0.00060.091220.0003
Override
Cache load0.00160.2386290.0001
Sytem overhead
Fetch class attribute can translate value0.00080.117130.0003
Fetch class attribute name0.00080.121860.0001
XML
Image XML parsing0.00230.349130.0008
class_abstraction
Instantiating content class attribute0.00000.001770.0000
General
dbfile0.00190.2945220.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
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/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
1content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 18
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs