Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve performance issues #833

Open
BlueSlug opened this issue Dec 2, 2021 · 0 comments
Open

Solve performance issues #833

BlueSlug opened this issue Dec 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@BlueSlug
Copy link
Contributor

BlueSlug commented Dec 2, 2021

Is your feature request related to a problem? Please describe.

Performance of the site is slow, as measured by Lighthouse in the Chrome DevTools. This is likely resulting in reduced consumption and access of the site.

The performance of the build action should also be reviewed as part of this work.

Describe the solution you'd like

Aspects which could be explored in order to improve performance:

  • look into UIO issues
  • enable compression
  • The service worker could potentially be running every time the site loads. Try running Lighthouse action without service worker enabled.
  • SVG assets are loaded individually, creating unnecessary overhead. These could be combined into a single image and used as a sprite (see Compile image assets into single sprite file #808)
  • minifying JS and CSS files to reduce transfer times

Describe alternatives you've considered

See above for a list of suggestions

Additional context

A performance report from running the site locally on a fast computer. Attempts to run performance auditing on the live site did not finish after several hours.
034 performance report

@BlueSlug BlueSlug added the enhancement New feature or request label Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant