fitd-tech / mossy

A frequency-based task management app for mobile, tablet, and web.
GNU General Public License v3.0
0 stars 0 forks source link

Refactor components and evaluate performance #54

Closed fitd-tech closed 10 months ago

fitd-tech commented 10 months ago

There's quite a bit of frontend lag in the application currently. This can probably be resolved by continuing to split the bloated App.jsx into separate components. If not, determine and ticket the cause of the performance issue as part of this ticket.

fitd-tech commented 10 months ago

Initial findings are that performance was affected by the 100+ each of tasks, events, and tags that I loaded for testing purposes. This should still be optimized, but we know the app isn't initially slow.