home.social

#perftips — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #perftips, aggregated by home.social.

  1. ⚡️ WebPerf Tip

    Preloading Resource Hint is a powerful tool for improving Performance and UX. However, it should be done only on critical resources, and unused resources should be avoided preloading.

    #WebPerf #Performance #PerfTips

  2. Avoid marking too many requests as high priority - "If all resources are a priority, none is a priority"

    Selectively use the fetchpriority="high" attribute to prioritize only the most important resources, for example, the LCP image.

    Marking too many requests as a high priority could mean important resources could be delayed, for example, requests that block rendering

    #WebPerf #Performance #PerfTools #PerfTips

  3. ⚡️💾 Web Performance Snippets

    A curated list of snippets to get Web Performance metrics to use in the browser console

    github.com/nucliweb/webperf-sn

    #WebPerf #Performance #PerfTips