Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
stylecircle


...


Identify Performance Bottlenecks

...

The database connection usage can be monitored in your database server, or using use the upcoming v6 Database Connection Monitoring and Leak Detection feature.


 

...


Optimize your App and Database Queries

...

If there are a lot of concurrent requests to your app, it might also be prudent to tune your application server as per Deployment Best Practices#WebApplicationServerConfiguration.

Do update your database server to the latest MySQL releases. New stable database engine releases usually have performance improvments.

If you use a lot of form grids with parent and child database tables, do add indexes to your foreign key child table. This will speed up retrieval of the child form records.

 

...


Load Test your App and Server Sizing

...