Hi Thorsten, > Hi all, > > I made some stress testing with the jmeter script we have in > src/modules/development > > I disabled the part of the creating node and tested a couple of pages > from the default content of the default pub. > > I tested a clean checkout, no modification at all. > > The result is quite interesting, since we have a throughput for 5 > concurrent user of ONLY 3.1 request/sec. I can remember that some > versions ago I did the test against formally known 1.4 and we had a far > better throughput. > > Anybody has made stress testing with lenya lately and see the same > result as I do? If so any idea what we have changed that can caused this > bad performance?
I didn't do strees testing, but I realized that requests to css files take some time. (firebug) This is because chaparon is used to generate the css files. After I have disabled charparon, overwriting resources.xmap and resources-shared.xmap in my publication (thanks to the fallback protokoll) the performance was much better. Maybe we can improve perfomance with a better cache handling. Using chaparon for css generation seems to me a good thing, so I wouldn't change this. Rudolf > > salu2 > -- > Thorsten Scherler <thorsten.at.apache.org> > Open Source <consulting, training and solutions> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
