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

Competitor site is listed here, and was evaluated using Chrome Dev Tools.

Memory

Competitor App Memory

8,155 KB total

Loading times

Competitor App Loading Time

Page loading time

6.2 s

DOM loading time

5.9 s

Requests sent

63

Improvements and things to watch out for

  • IDs are not unique
  • It does not use https
  • There are a lot of images, which makes the loading time much longer than necessary
    • Use something like FontAwesome for icons instead of loading each image individually
  • Accessibility is severely lacking, screen readers will fail to work properly from missing labels and language attributes
  • Lots of inline styles, they should be in separate CSS file(s)
  • The use of jQuery has some security vulnerabilities