Fork me on GitHub

pnRender vs Xanthia Theme caching  Bottom

  • I'm looking for ways to improve performance of my site. I've been playing with both pnRender and Xanthia Theme caching, but both are causing issues for me.

    pnRender works great, however before I can use it, I have to resolve an issue with block of my own production, which crashes when pnRender is enabled. icon_frown (separate topic in Modules forum)

    Xanthia page caching causes two issues. I can't submit any new articles in the News module, because of the Invalid 'authkey' error and even though I tell it to exclude the pnPHPBB2 module it still tries to cache it, which prevents people from posting. Does anyone know if this can be fixed?

    --
    I'll have it up in no time. It's an official term of BloodElf engineers union. It should not be interpreted as a reasonable estimation of the actual time it will take to complete a task in any way, shape or form.
  • In 1.2 I guess this was fixed icon_rolleyes
    The issues seems to be caused by the Render instances,
    that were not references before add:

    Code

    $render = & pnRender::getInstance(...
    In PHP 5 (Zikula 1.3) the reference & will be not needed.

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Can you elaborate Mateo?
    Are you referring to Xanthia issue?
    Because from what I can tell pnRender works fine, it's only my crappy coding skills produce flawed blocks... icon_wink

    --
    I'll have it up in no time. It's an official term of BloodElf engineers union. It should not be interpreted as a reasonable estimation of the actual time it will take to complete a task in any way, shape or form.
  • Yes
    it interfers with the Xanthia cache I guess.
    I have an idea for the block...

    --
    - Mateo T. -
    Mis principios... son mis fines
  • 0 users

This list is based on users active over the last 60 minutes.