[Zope-CMF] Re: performance w/ files in the cmf

Seb Bacon seb at jamkit.com
Tue Oct 14 14:10:44 EDT 2003


Christopher Heschong wrote:
> I was in fact running in debug mode.  Here are the results after setting
> debug off:
> 
> http://server:8080/favicon.ico        130.14 [#/sec] (mean)
> http://server:8080/cmf/favicon.ico    87.54 [#/sec] (mean)
> http://server:8080/test/favicon.ico   98.62 [#/sec] (mean)
> 
> This is definitely faster, although I'm puzzled about the seemingly slower
> folder acquisition, but I'll assume that's something else on my end.

You could use Zope's profiling support to find out what's taking all the 
time (see doc/ENVIRONMENT.txt).  Or better, try Dieter's improved Zope 
Profiler at http://www.dieter.handshake.de/pyprojects/zope/.

Skin lookup as suggested by Sylvain is definitely the most likely 
culprit, though.

seb






More information about the Zope-CMF mailing list