Forum OpenACS Q&A: Re: Incredible Performance Decrease - Please help!!!

Collapse
Posted by Nima Mazloumi on
Hi Joel,

what did you acutally do to fix developer-support? I checked out the package from HEAD. It works but all the time details that are listed weired again: -274162 ms.

You remember these behaviour?

Also strange is (now independent of package release) that suddenly I get an error message calling developer support. The index.tcl complains. I have remove the line break "\" of

[ad_decode $user_switching_enabled_p 1 \
    "on (<a href=\"set-user-switching-enabled?enabled_p=0\">turn it off</a>)" \
    "off (<a href=\"set-user-switching-enabled?enabled_p=1\">turn it on</a>)"]

to a single line:

[ad_decode $user_switching_enabled_p 1 "on (<a href=\"set-user-switching-enabled?enabled_p=0\">turn it off</a>)" "off (<a href=\"set-user-switching-enabled?enabled_p=1\">turn it on</a>)"]

so the page is displayed properly. But this used to work before. Any idea why this happens?