I built my application using cakephp. It is working fine. My app is still in beta with 3,000 beta users (based on invitations). I want to expand it to a larger end-user base.
A little about my application.
1) I use the mysql database table has about ~ 25000 records. 2) Multiple models and many multiple hasMany and belong to HABTM relationships
First question. 1) How can I improve the performance of my site. 2) What is the limit of the result of queries in the database (10 s). 4) Should I port the application to newer technologies or frameworks.
The number of records and links is growing.
I started the cakephp application less than three months ago with little (MVC) knowledge. Surprisingly easy to create and test applications. I would recommend it to friends anytime.
I appreciate any help.
Thank.
source
share