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

Investigate optimisation of example assets #3757

Open
3 tasks
owenatgov opened this issue Apr 23, 2024 · 0 comments
Open
3 tasks

Investigate optimisation of example assets #3757

owenatgov opened this issue Apr 23, 2024 · 0 comments
Labels
javascript Pull requests that update Javascript code performance sass / css

Comments

@owenatgov
Copy link
Contributor

What

Investigate if we can optimise our css and js used in our example assets. Additionally assess if we can separate out full page examples into their own asset set or combine them with example assets.

Why

An offshoot of #3732

We discovered whilst working on the above issue that full page examples are also using the standard website assets, meaning that we're importing component assets that are only relevant to those examples. We think we can make performance gains by moving these out of the main website assets and potentially combining them with example assets.

Whilst we're here, it's worth seeing how much we can optimise examples. We presume that example need all js and scss but is that the case?

Who needs to work on this

Developers

Who needs to review this

Developers

Done when

  • We have investigated if moving full page examples out of the website asset set is beneficial
  • We have investigated if we can optimise example assets
  • We have made any changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code performance sass / css
Projects
None yet
Development

No branches or pull requests

1 participant