0
Welcome Guest! Login
0 items Join Now

Prevent Module Cache

  • Prevent Module Cache

    Posted 14 years 3 months ago
    • I'm following the guide for JotCache to prevent the caching of particular module positions, though it appears the Gantry framework does business in a different way.
      Extract from JotCache Documentation wrote:
      In the Joomla template each module position is tagged with following tag :
      <jdoc:include type="modules" name="xxx" ... />
      where xxx is position name.

      To exclude specific module position from page caching it is necessary to mark this position in template source (mostly index.php) with special JotCache HTML comment tags - see example :
      <td>
          <!-- jot user2 s style="xhtml" --><jdoc:include type="modules" name=user2" style="xhtml" /><!-- jot user2 e -->
      </td>
      Text in the marking tags is separated with exactly one (1) space starting with word jotfollowed by name_of_position jot_flag params

      where

      name_of_position - name of position as it is used in jdoc tag
      jot_flag - 's' for start marking, 'e' for end marking
      params - any kinds of jdoc parameters separated with space character
      The modules I require to be non-cached are located in module position sidebar-a
  • Re: Prevent Module Cache

    Posted 13 years 4 months ago
    • I had this same problem. The Jot Cache was a nightmare to single out all of the modules using the exclude function. I followed this guide:

      www.rockettheme.com/forum/index.php?p=56..._v=viewtopic#p566242

      Here are the settings that really helped my site:

      Global - GZip - Yes
      RokGZipper - YES
      Global Cache - Progressive - 50 Min
      Template - Gantry Cache - Yes
      NO SYSTEM CACHE
      NO JOT CACHE (it caused so many problems even though the web pages loaded faster than lighting...)
    • Martin's Avatar
    • Martin
    • Jr. Rocketeer
    • Posts: 41
    • Thanks: 3

    Re: Prevent Module Cache

    Posted 12 years 3 months ago

Time to create page: 0.074 seconds