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

Web performance and best practices #324

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    6521c89 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. cache static resources

    SamSnow committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    3ba1d9c View commit details
    Browse the repository at this point in the history
  2. use of lazy-loading

    SamSnow committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    f9d3827 View commit details
    Browse the repository at this point in the history
  3. build

    SamSnow committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    85e7bf3 View commit details
    Browse the repository at this point in the history
  4. fontawesome performance: select icons and host locally

    Original size of all.js : 1 774 kB 
    Stripped size : 726 kB
    Followed this article : https://blog.assistancy.be/blog/fontawesome-performance-host-locally
    SamSnow committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    b40d3e7 View commit details
    Browse the repository at this point in the history
  5. fontawesome: separate files

    brand.js :  8 Ko
    fontawesome.min.js : 54 Ko
    solid.js : 9 Ko
    SamSnow committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8086ec1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    336c4fa View commit details
    Browse the repository at this point in the history
  7. improve perf with webp format

    SamSnow committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e2ee5e4 View commit details
    Browse the repository at this point in the history
  8. Add cache for webp

    SamSnow committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    336c957 View commit details
    Browse the repository at this point in the history