We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4105
    • 6 Posts
    This is an auto-generated support/comment thread for ParallelPageCache.

    Use this forum to post any comments about this addition or any questions you have regarding its use.

    Brief Description:
    ParallelPageCache is a plugin that manages a cache that can hold multiple versions of the 'same' page (as opposed to the one version that MODx keeps), discriminated by a set of qualifiers that you provide. For instance: you can use different templates for a page and still cache each result.
      • 9869
      • 41 Posts
      Rockin cool Plugin! Thx a lot.
        --
        Design Agency - http://fruehjahr.ch
        • 9869
        • 41 Posts
        Hy, having Problems with this Plugin under MODx 1.0.2. I used custom Modifiers:
        $e->params['qualifiers']['mode'] = $_REQUEST['mode'];
        $e->params['qualifiers']['tags'] = $_REQUEST['tags'];
        $e->params['qualifiers']['set'] = $_REQUEST['set'];
        $e->params['qualifiers']['branche'] = $_REQUEST['branche'];
        $e->params['qualifiers']['seite'] = $_REQUEST['seite'];
        


        No it generates blank pages, no log eintries. Any idea?
          --
          Design Agency - http://fruehjahr.ch
          • 9869
          • 41 Posts
          ok, I’m a Idiot, sorry. I had to forget top make the little change in the MODx-Document-Parser-Class again (see instructions of the plugin). My fault. grin
            --
            Design Agency - http://fruehjahr.ch