Developer forum

Forum » Development » Caching - News Article detail page

Caching - News Article detail page


Reply
Hi,

We have a query on the caching mechanism.  We are noticing that the News Module does not create any cache pages for the article details view, but it only creates cache pages for the article list view.  Is there a way to force the caching of the article details view base on both the PageID and NewsID.

Thanks,
Chris

Replies

 
Reply
We had an answer on this, confirming that the NewsV2 module does not implement any caching.

We are now tring to make use of notifications to implement some kind of caching.  Luckily in Dynamicweb 7.1 there are new notifications available such as BeforeLoad and BeforeSelectData.  We are thinking of making use of such notifications to allow data retrieval for the first time round and cache this data, so that on the second request this will be readily available, however we haven't managed to stop the module from retrieving the data at the second request.

Is there a way of actually implementing this by modifying some property, and/or using other notifications maybe like the Standard.Paragraph.OnBeforeRender and achieve this function.

Any help is greatly appreciated
Christian Tabone
 
Reply
Hello Christian,

This might be what you are looking for:
http://volgarev.spaces.live.com/blog/cns!A1C49A17EFB60688!164.entry

Best regards,
Pavel.

 

You must be logged in to post in the forum