J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Paginate archived tasks for faster load times #97

Open J3RN opened 7 years ago

J3RN commented 7 years ago

The Tasks#index page now loads significantly slower for me than other pages due, which I suspect is connected to the large number of archived tasks I have accumulated. To speed this up, we should paginate the archived tasks section.

J3RN commented 7 years ago

For whatever stupid reason, the "Time due today" (a notably slow operation) is being calculated on the archived tasks as well. This is probably at least half the problem.