Forums / General / Caching and search

Caching and search

Author Message

Valentin Svelland

Wednesday 10 December 2003 2:48:23 am

The search won't work on my public site which of course is cached with cache-blocks in pagelayout.tpl (not around the {$module_result.content} though). Search works fine in admin siteaccess..

Anyone else had the same problem?

Also I've used cache-blocks in article.tpl.. Could this be a problem?

------------------
Bug cache-block: either admin or search won't work started by Bård Farstad
Started bugs: First Previous Next Last Back to list

There's a strange problem with the {cache-block} element.
When TemplateCache is enabled in site.ini (thus making cache-block actually work) the search engine won't work, that is, it will work the firs time, and then always show the same search results.
On the other hand, when I disabled TemplateCache, I couldn't create new content objects in the admin interface. After I click create new, it will show a blank page.

Workaround: remove all {cache-block} in pagelayout.tpl

---- Correctly used? by Bård Farstad (02/12/2003 9:11 am) ----

How was the cache block used?

It sounds like you have a cache block around the:
{$module_result.content}
This will not work since dynamic content is returned from this variable. A pagelayout with cache block can look something like this:

{cache-block}
... menues / navigation
{/cache-block}
{$module_result.content}
{cache-block}
... footer / navigation
{/cache-block}

Was this in any of the eZ publish packages?

---- Started by Bård Farstad (02/12/2003 9:17 am) ----

---- Similar problem in 3.2-2 by Valentin Svelland (10/12/2003 11:44 am) ----

The search on my public site doesn't work. The pagelayout.tpl is cached with cache-blocks (not the {$module_result.content}). When I do the same search in admin siteaccess it works fine.

I'm also using cache-blocks in article.tpl - could this be the problem?

Valentin Svelland

Wednesday 10 December 2003 7:27:58 am

Found out that search works again when site.ini.append.php's template cache is disabled: TemplateCache=disabled

But I guess my site runs slower with this cache disabled, so I'm not quite sure what to do...

Nathaniel Fitzgerald-Hood

Wednesday 10 December 2003 10:09:33 pm

I had a similar problem with caching and results from folder lists on the several pagelayout pages - I added several keys values ie:

{cache-block keys=array( edca_homepage, $module_result.node_id}
....
{/cache-block}

which fixed the problem quite nicely. Parts of the search keywords as the key but I don't know how useful that would be cause they'll vary (then again they may not - if people generally search for the same things it'll make things nice and quick).

- Nathaniel

Valentin Svelland

Thursday 11 December 2003 12:21:01 am

Thanks for your answer.

I'm sure this could work, and I guess I'll try it out - but I can't understand why these keys should be necessary as the {$module_result.content} is outside my cache-blocks..

eZ debug

Timing: Jan 31 2025 01:27:13
Script start
Timing: Jan 31 2025 01:27:13
Module start 'content'
Timing: Jan 31 2025 01:27:13
Module end 'content'
Timing: Jan 31 2025 01:27:13
Script end

Main resources:

Total runtime0.1758 sec
Peak memory usage8,192.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0076 587.8047370.3125
Module start 'content' 0.00760.0131 958.11721,005.4531
Module end 'content' 0.02060.1551 1,963.57033,896.8984
Script end 0.1757  5,860.4688 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00432.4353200.0002
Check MTime0.00130.7574200.0001
Mysql Total
Database connection0.00090.526310.0009
Mysqli_queries0.092252.47131410.0007
Looping result0.00110.64261390.0000
Template Total0.154688.010.1546
Template load0.00090.516610.0009
Template processing0.153787.435610.1537
Override
Cache load0.00060.365310.0006
Sytem overhead
Fetch class attribute can translate value0.00191.052510.0019
XML
Image XML parsing0.00030.143910.0003
General
dbfile0.00502.8421200.0002
String conversion0.00000.002730.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs