arcnovus / tms-issues-mw

Issue tracker
0 stars 0 forks source link

Confirm data-service is not causing DOM redraw on cached results #24

Open arcdev1 opened 10 years ago

arcdev1 commented 10 years ago

Currently, we only return a new result set from the server if it's been more than 15 seconds since the last request. This logic resides in the data service. Moving it to the controller would mean that the DOM wouldn't have to be rebuilt if the result set didn't change. This should give us a performance boost.