[opencms-dev] Cache mechanism In openCMS6 for Tuning performance

Joe Desbonnet jdesbonnet at gmail.com
Fri Oct 7 15:52:24 CEST 2005


See the documentation about "Flex cache" in the OpenCms documentation.
Quick summary:
modify the "cache" attribute and add "timeout=60" if you want cache
entries to last 60 minutes.

The cache attribute only works with JSP pages. For HTML pages you need
to apply the cache directive to the template JSP which renders the
pages.

Eg I have the following cache property applied to my template JSP:
uri;element;params=(print,accessible);timeout=60

Joe.

On 10/7/05, Fievet Marc <Marc.Fievet at winterthur.be> wrote:
>
> Hello,
>
> I would like to understand how works the cache mechanism in CMS6. I see that
> after xxx time, the pages in cache  are released.
>
> My question is around the time of the cache: how long is the length of time
> by default in opencms.
>
> The consequence is less performance of my website. Is it possible to keep
> cache resources for a very very long time or always
>
>
> Is-it possible to change it? And how?
>
> Thanks,
>
> MARC
>
>
>
>
>
>
>
>
>
> ______________________________________________
>
>
> Winterthur-Europe Insurance - VAT BE 0403.290.168 RPM/RPR BRUSSELS.
> This message may contain confidential, proprietary or legally privileged
> information and is intended only for the use of the addressee named above.
> No confidentiality or privilege is waived or lost by any mistransmission. If
> you are not the intended recipient of this message you are hereby notified
> that you must not use, disseminate, copy it in any form or take any action
> in reliance on it. If you have received this message in error please delete
> it and any copies of it and notify Winterthur immediately.This e-mail
> message and any attached files have been scanned for the presence of
> computer viruses. However, you are advised that you open any attachments at
> your own risk.
> The integrity and security of this message cannot be guaranteed on the
> Internet.
>
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>
>



More information about the opencms-dev mailing list