[Zope] zopespeed

Mario Valente mvalente@ruido-visual.pt
Thu, 13 Jun 2002 12:42:21 +0100


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

  C U!

  -- Mario Valente