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

Performance monitoring: Islands #5296

Merged
merged 4 commits into from
Jul 4, 2022
Merged

Performance monitoring: Islands #5296

merged 4 commits into from
Jul 4, 2022

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    9a31008 View commit details
    Browse the repository at this point in the history
  2. refactor(perf): simplify initPerf

    - Removed systematic console logs
    - Removed dependency on getEntriesByName
    - Return time elapsed since time origin for start()
    - Add some documentation
    mxdvl committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    836b1ac View commit details
    Browse the repository at this point in the history
  3. feat(perf): log islands performance info

    Hopefully gaining more insight into where
    improvements would be beneficial.
    
    Now logging to the console the duration of:
    - rendering or hydration
    - downloading the island’s JavaScript
    mxdvl committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    90bb6dc View commit details
    Browse the repository at this point in the history
  4. deps: bump lockfiles

    mxdvl committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    7388ffe View commit details
    Browse the repository at this point in the history