Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
[email protected]
Hi all,
I am having some real issues with my site which was built using symfony 1.3. Using apache ab my site is only able to process 40-50 requests per second.
So to try and determine any bottle necks I stripped out all of my code and have an empty action and layout.php.
However, a default symfony sandbox returns the same result.
Is this the best I can expect when using symfony?
I really need to improve this.
Any help would be greatly appreciated
It's not really possible.
Think about all amount of code that symfony loading.
Try a test from a simple page php and opening a database connection ...
Think about that symphony should respond on your test around 25ms par request, and it's a really great result.
All you can do is caching your page results or use load balancing system ...
Good luck :)