Skip to content

Clear performance improvement opportunities #4

@Eiim

Description

@Eiim

I ran an audit in Chrome's DevTools on roborecon.net/group-matches because I felt that the website was rather slow. It scored a 0/100 in performance, so I thought I'd look a little closer. The two main issues it found were the Open Sans font and text compression. The text compression would have to be handled server-side, and I don't know your setup, but the font should be a much simpler fix: by using on the most important requests (JS, CSS, images), the rest of the webpage can load before the fonts, so that you aren't waiting for the font files to load. Chrome estimates that this would save as much as 17.25 seconds of page load. I'm... skeptical of that, but it should help some. I couldn't find anything mentioning the font in this repo though. Is there something I'm missing?

Also, gzip compression might be even better, but again, no idea how your backend is working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions