gabor wrote: > hi, > > we're starting a new zope-based project, and we'd like to use CPSSkins > (the flash animations were very impressive ;) > > quiestions: >
Hi! > 1. is it usable with CMF + Zope2.8? (what's the recommended zope/cmf > version to use?) > It should work with Zope-2.8, the tests pass at least, I have tested it thoroughly though. CPS-3.3.5 (released soon) is supposed to work with CMF.1.5.2 / Zope2.8, so you can use the version that will be included in it. Otherwise CMF 1.5.x / Zope 2.7 is recommended. > 2. performance. i understand that it will be slower than plain cmf > (plain zope), but how much? i've seen the performance document at > http://www.medic.chalmers.se/~jmo/CPS/zope-performance.pdf, > but it's a year old already, and it talks about using cpsskins with > cps2. and we're planning to use it with plain CMF. > The document is quite old actually :-) It is much faster than CMF if you are using the portlets (CPSPortlets) because of the integrated RAM cache, unless you have already managed to cache all the elements on your CMF page. Under plain CMF, it will be a bit slower but not much. There is also a refactoring of the theme engine that is planned soon which will make the rendering even faster. (see https://svn.nuxeo.org/trac/pub/ticket/834 ) > thanks, > gabor Best /JM _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
