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 :)
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.