On Thu, 13 Jun 2002 21:42, Mario Valente wrote:
At 06:48 07-06-2002 +0200, Daniel Meier wrote:
hi there
I'm having some trouble with a site, which is too slow. I tried the
httpcachemanager and the
ramcachmanager. unfortunately I'm not able to cache my own zclasses (they
are not listed).
I use quite a lot of aquisition and a lot of python scripts with "again" a
lot of loops.
I'm using Zope 2.4.3 on a MacOSX machine. can you give me some performance tips. thank you for any help.
- Install CallProfiler - RAM cache any methods (DTML or Python) that show up in red - HTTPCache all images that you have that are common to most/all pages
I started a thread on this a while ago: http://groups.yahoo.com/group/zope/message/90077 I'm putting together a page on zope.org that summarises the info from that thread. Richard