I heard a lot about performance problems with jsf (and even asked related question here some time ago).
But today I've heard concrete results of jsf performance tests. From the results where jsp showed response time 0-100ms jsf application showed 1000-1200ms. Testing of form submission showed 100-200ms for jsp versus ~1500ms for jsf.
I didn't see the code (and I'm not so big expert in jsf to verify that code), but I know that guys spent much time to optimize jsf performance in tested application.
Does it mean that if my web-site should process 100+ requests per second then I should use something else but not jsf?