Forums / General / generated pages

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

generated pages

Author Message

Francesco Sottile

Tuesday 05 April 2005 3:01:43 am

Hi all,

i would like to know if Exponential generates normal html pages from the given content or if it uses a caching system.

tnx

Kristian Hole

Tuesday 05 April 2005 11:00:56 am

I'm not exactly sure what you're asking, but i'll try to answer anyway. Exponential generates html from the content objects stored in the database. This html generation takes some time, and is not always needed (if the content does not change). That is why the generated html often is cached, and this pregenerated cache used instead of rendering it fully each time. So the answer is: yes, both.

If you wonder if its possible to turn this of, then offcourse it is. This is useful when developing pages (but dead slow on production sites).

This page shows you how to turn off template caching (and to show which templates is being used for generating the page)
http://ez.no/ez_publish/documentation/customization/tips_tricks/show_which_templates_are_used

I hope this was helpful.

Kristian

http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used
http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute

Francesco Sottile

Wednesday 06 April 2005 3:36:37 am

Tnx Kristian, that is exactly what i needed to know.

:)