App Performance - nickberliner1/check-list-app GitHub Wiki

App was evaluated using Chrome Dev Tools

Memory

My app memory

1,432 KB total

Loading times

My app loading time

Page loading time

184 ms

DOM loading time

185ms

Requests sent

13

Improvements and things to watch out for

Honestly, this app is extremely quick and easy to maintain, mainly because there are no images to load and because of the MVC architecture, as well as the fact that it has no dependancies (no library or framework, just vanillaJS). The accessibility could absolutely be improved, using aria.

As the app gets bigger and more functionality is added, it's important to follow the same structure and keep the amount of images or icons low. One way to do this is to use something like FontAwesome, rather than having every loaded image be another request sent.