Turn off cache for specific items

More
13 years 6 months ago #27533 by pshoeg
Thanks — just sent you a PM.

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #27536 by ggppdk
Ok, the problem in your case seems to be browser level caching (although not sure), if you click CTRL-F5 to bypass browser cache the results appear immediately.

You could examine adding new feature to instruct browser not to cache page specific Content Types (and maybe also specific items)

You could use this J2.5 to add HTML headers for specific menu items, that will disable browser level caching:
extensions.joomla.org/extensions ... ards/12785

Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #27537 by pshoeg
All right, thanks — I'll give it a go :)

Please Log in or Create an account to join the conversation.

More
13 years 6 months ago #27539 by ggppdk
Also try inserting this into the item.php of the item layout template file used for displaying your items:
Code:
<?php $doc =& JFactory::getDocument(); $doc->setMetaData( 'Pragma', 'no-cache', true ); $doc->setMetaData( 'Cache-Control', 'no-cache', true ); ?>


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save