16 Mar
2005
16 Mar
'05
9:06 p.m.
Tim Morgan wrote at 2005-3-16 09:16 -0600:
Our agency just switched from Plone 1 with Zope 2.6.1 to Plone 2.0.5 and whatever Zope comes bundled with their installer (2.7 I guess). An application that ran pretty well on the old Zope now runs dog slow on the new one. I narrowed it down to Python scripts that are being called repeatedly in a loop. The activity of the scripts isn't very slow, but just to make sure, I moved all the code out and had them simply return a string. Still, each call to the Python script is considerably slower than it was with the old Zope.
This can happen up to CMF 1.5 under Windows when Zope is run in "debug" mode. The bug was reportedly fixed in CMF 1.5 (which ist not yet supported by Plone 2.0.5). -- Dieter