Forums / Extensions / eZ Find / ezfind slows down editing
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
Thursday 12 May 2011 1:48:22 am
thanx for your help. We alread enabled DelayedIndexing but the cronjob was not running. It works now.
greetz andi.