Arif Hossain
Is there any way to cache table widget query records?
I have a Product Model and a latest product widget in dashboard. products are not add or updating frequently, that's why i want to cache latest products query data for time but i can't find any way to cache table query records.
4 replies
Dashboard widget is getting called 3 times on each request.
I have a new products table widget on the dashboard. that simply query products of the last 7 days. but I found that when I load the dashboard, it's getting called 3 times on each dashboard request. As a result, this widget sends the same query 3 times to the database! how can i disable widget rerendering? also is there any way to cache table data?
2 replies