I have created a facebook application in cakephp. This application is very very slow as compared to other apps. What shall I do to increase it's speed.? Please suggest something as this issue is driving me nuts.. :-(
thanks
I have created a facebook application in cakephp. This application is very very slow as compared to other apps. What shall I do to increase it's speed.? Please suggest something as this issue is driving me nuts.. :-(
thanks
Did you set debug to '0' in core.php? If not, that will give you a huge speed boost.
we use (soon used) cakephp as well for fb apps
cakephp seems just to be slow.
anyway maybe this helps:
my facebook specific tips and learnings:
generic must-do's
It generally is not the server side code that's slow. I doubt CakePHP is slowing you down. It's the DB access, the Facebook API calls and the HTML rendering (Use YSlow!) that account for 80-90% of the time spent loading an application.