@princeshahnawaz Thank you
@snrp
The information is not sensitive. The site is hosted by
ixwebhosting and the application is fairly simplistic.
Full page takes about 0.237 seconds to load with layouts.
I cannot compare this to a non ZF app simply because I would have to rewrite the entire site again without ZF. Best I could do was simply compare a simple echo statement with a blank index action with no business logic (just ZF bootstrapping):
ZF bootstrapping: 0.126915 sec.
echo 'ZF': 0.00013 sec.
Unfortunately I cannot speak for overall responsiveness because the site is not popular so performance issues are not noticeable. I did not perform any benchmarks either (maybe I should have).