What's the best choice to improve performance?
What's the best choice to improve performance?
brianfidler
Posts: 21Questions: 1Answers: 0
Page: http://waldronsfarm.com/index.php/products/
I have a unique usage of DataTables and I'm looking to improve its load performance. Because the formatting/display of the results was very custom (see above page), I have put all of my fields in one table cell. I then have a couple of hidden columns where I have put items that I specifically want to filter by (such as categories, since an item's category doesn't display within the results).
The data is pulled from a CMS and dropped into a template that renders the table. This however seems to take too long so I'd like to use server-side processing and maybe create a cached JSON file once per day. However since i'm displaying a number of fields within one table cell rather than one field per table cell, I'm not certain how to go about it.
Can anybody provide some direction?
thanks
brian
I have a unique usage of DataTables and I'm looking to improve its load performance. Because the formatting/display of the results was very custom (see above page), I have put all of my fields in one table cell. I then have a couple of hidden columns where I have put items that I specifically want to filter by (such as categories, since an item's category doesn't display within the results).
The data is pulled from a CMS and dropped into a template that renders the table. This however seems to take too long so I'd like to use server-side processing and maybe create a cached JSON file once per day. However since i'm displaying a number of fields within one table cell rather than one field per table cell, I'm not certain how to go about it.
Can anybody provide some direction?
thanks
brian
This discussion has been closed.