Hi,
I have a general performance question based on some observed performance issues with my website. Recently, I added a series of chart pages using ARI DataTables modules. I added 6 pages, with each page using 2 dedicated ARI DataTables modules. Each module has a very long and complicated MySQL query pulling data from a database with over 2000 records. In total, these pages bring the total number of separate ARI DataTables modules in my site to 16.
After adding the 6 pages with the 12 new modules I noticed considerable performance issues with the site. It is very slow to load. To test whether the number of modules might be contributing I disabled 6 and noticed that the performance greatly improved, in particular loading performance.
Am I using too many modules? Does the DataTables module consume server resources? If so, is there any way I can improve performance of the modules? Can I possibly achieve the same result using less module instances?
My issue now is that I have an additional 3 more pages to create requiring I add 6 more modules, at 2 per page. I am using 2 per page because that was the only way I could get the module to create a table with both data and a totals row. The 2nd is to generate the total row. Here is an example of one of my pages.
sim-x.net/index.php/analysis/simulators-by-region
Please, I am open to any suggestions and options. I really like the ARI DataTables module and how it is implemented, but maybe I am pushing it beyond its capability. Thanks in advance.
Ken