[opencms-dev] Why publish?

Christian Steinert christian_steinert at web.de
Wed Nov 8 11:27:06 CET 2006


Volkmar Emberger schrieb:
> but won't that cause more processing if the page is reloaded by the
> webuser?
Yes, it will cause more processing - but: for the online project you can
activate caching and if you set the "cache"-property of your templates
and template-elements files correctly, you can even cache include-able
pieces so that they don't have to be re-processed with each page where
they are needed.

In addition to that there are two flavors of static export, which can
convert your files into frozen static versions and write those into the
file system.

Because of this, you probably don't have to be too concerned about
performance when using some Taglib commands and/or JSP code inside of
your Pages. The only thing you should learn about is caching and static
export (which, alas, is still quite badly documented),

The offline users however (i.e. all users that are logged in into the
workplace and that are working inside the offline project) will always
get "fresh" pages. For them nothing is cached so that they always see
the the current offline state of the pages.


hth
christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3269 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20061108/c0178cdd/attachment.bin>


More information about the opencms-dev mailing list