Skip to content
CarbonlessBeta

Carbon report

huggingface.co/unsloth/Qwen3.8-27B-GGUF

Scanned · all pages on huggingface.co

2.98 g

cleaner than an estimated 6% of pages on the web 

  1. A+
  2. A
  3. B
  4. C
  5. D
  6. E
  7. F

A+ is 0.04 g or less per view, F is more than 0.359 g CO₂e.

Sign in to re-scan
What the browser rendered, so you can confirm a real page was measured.

The numbers

20.59 MBcold load, on the wire
27810 domains
19.30 MB13 requests
18.68 MB91% re-downloaded
3.05 g CO₂e
2.77 g CO₂e
unknown
460 ms
0.084
159 ms

At 10,000 views a month this page emits about 357.7 kg CO₂e a year, roughly 1466 km in an average petrol car. The estimate assumes 75% new and 25% returning visitors, a measured cache reload ratio of 91%, and world-average grid intensity. How we calculate this

What to fix

apply everything → ~0.917 g/visit, rating F

  1. Replace heavyweight GIFssave ~2.28 g/visit (15.78 MB)High impact · quick fix

    1 GIF totals 18.57 MB. GIF is the least efficient image format still in common use, animated or not.

    If it animates, re-encode the clip as a muted looping MP4 or WebM (typically a 10x reduction); if it is a still, convert it to WebP or AVIF.

    • spaces%2FxhOjnexMCB3dmuQFQ2Zq%2Fuploads%2FSqx…18.57 MB
  2. Fix caching for returning visitorssave ~0.688 g/visit (4.64 MB)High impact · quick fix

    On a repeat visit 18.58 MB of static assets were re-downloaded instead of coming from cache.

    Serve static assets with Cache-Control: public, max-age=31536000, immutable and versioned filenames so returning visitors download almost nothing.

    • spaces%2FxhOjnexMCB3dmuQFQ2Zq%2Fuploads%2FSqx…Cache-Control: public, max-age=31536000 · 18.57 MB
    • E4lkPz1TZNLzIFr_dR273.pngCache-Control: max-age=31536000 · 5.3 kB
    • script.jsCache-Control: public, max-age=60, no-transform · 3.2 kB
    • challenge.jsCache-Control: private, max-age=86400, stale-while-revalidate=604800 · 460 B
  3. Audit third-party servicessave ~0.456 g/visit (3.15 MB)High impact · moderate effort

    8 third-party domains account for 19.30 MB (94% of the page).

    Remove services that no longer earn their place; load the rest on interaction (facades for embeds, delayed consent-gated tags). Each third party is also a privacy and performance dependency.

    • 3215535692-files.gitbook.io18.57 MB
    • de5282c3ca0c.edge.sdk.awswaf.com314 kB
    • js.stripe.com244 kB
    • unsloth.ai112 kB
    • github.com47 kB
    • raw.githubusercontent.com13 kB
  4. Reduce JavaScript payloadsave ~0.055 g/visit (380 kB)High impact · moderate effort

    254 scripts total 1.52 MB on the wire (4.23 MB decoded). Bundles this size usually carry a lot of unused code.

    Split bundles per route, tree-shake dependencies, and audit with a bundle analyzer or coverage profile. A 25% cut is a conservative target for bundles this size.

    • challenge.js310 kB
    • v3244 kB
    • src-Dtp85j7E.js75 kB
    • esm-CGbc9bsp.js71 kB
    • InferenceWidget-DdV4E73H.js56 kB
  5. Convert and compress imagessave ~0.011 g/visit (78 kB)Medium impact · quick fix

    4 images (173 kB) ship in legacy formats (JPEG/PNG/GIF).

    Serve AVIF (or WebP) with responsive srcset sizes, and re-compress oversized files. AVIF typically halves JPEG weight at the same visual quality.

    • image112 kB
    • unsloth%20new%20logo.png32 kB
    • Discord%20button.png15 kB
    • documentation%20green%20button.png13 kB
  6. Lazy-load below-the-fold mediasave ~<0.001 g/visit (5.6 kB)Medium impact · quick fix

    1 below-the-fold image or iframe (112 kB) downloads immediately for every visitor.

    Add loading="lazy" to below-fold img and iframe elements (and keep it off the LCP image). Browsers then fetch them only when scrolling approaches.

    • image112 kB
  7. Serve images at the size they displaysave ~<0.001 g/visit (771 B)Medium impact · quick fix

    3 images are encoded at more than twice the pixels the layout shows, even accounting for this viewport's pixel density.

    Generate multiple sizes and let the browser pick with srcset/sizes; a 4000px original behind a 400px slot spends bandwidth no screen displays.

    • spaces%2FxhOjnexMCB3dmuQFQ2Zq%2Fuploads%2FSqx…18.57 MB
    • image112 kB
    • Discord%20button.png15 kB
  8. Verify your hosting energyMedium impact · moderate effort

    This host has not published renewable energy evidence with the Green Web Foundation, so its energy source is unknown.

    Choose a provider listed in the Green Web Directory, or ask your current provider to publish evidence (and a carbon.txt). This cuts the data-center share of every single page view.

    • carbon.txtNo carbon.txt found at the site root; publishing one is the lightest first step.
  9. Upgrade compression beyond gzipsave ~0.030 g/visit (208 kB)Advisory · quick fix

    1.39 MB of text ships gzip-compressed; Brotli or Zstandard would cut roughly another 15-20%, and browsers without them fall back to gzip automatically.

    Serve precompressed Brotli for static text assets (highest level, compressed at build time) and enable Brotli or zstd for dynamic responses; keep gzip only as the fallback.

    • challenge.js310 kB
    • style.css104 kB
    • Qwen3.8-27B-GGUF101 kB
    • src-Dtp85j7E.js75 kB
    • esm-CGbc9bsp.js71 kB
  10. Optimize web fontssave ~0.0047 g/visit (32 kB)Advisory · quick fix

    6 font files total 92 kB.

    Subset fonts to used glyphs, prefer one variable font over multiple weights, serve WOFF2 only, and consider system fonts for UI text.

    • ibm-plex-mono-latin-600-normal.woff216 kB
    • source-sans-pro-latin-400-normal.woff215 kB
    • source-sans-pro-latin-600-normal.woff215 kB
    • source-sans-pro-latin-700-normal.woff215 kB
    • ibm-plex-mono-latin-400-normal.woff215 kB
  11. Set a page-weight budgetAdvisory · moderate effort

    At 20.59 MB per view this page rates F. The findings above list where the weight is.

    Agree a transfer budget (e.g. under 975 kB reaches a B), enforce it in CI, and re-scan after each change to hold the line.

Where the bytes are

  • Images18.77 MB · 10 req
  • JavaScript1.52 MB · 254 req
  • CSS108 kB · 2 req
  • HTML101 kB · 2 req
  • Fonts92 kB · 6 req
  • Data (fetch)4.3 kB · 4 req
Ten heaviest requests
ResourceTypeWire sizeCache-Control
3215535692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxhOjnexMCB3dmuQFQ2Zq%2Fuploads%2FSqxs6NjShWrLfRKhDy1m%2Fvolcano%202.gif?alt=media&token=395274a0-b437-403a-8a01-8e8502f9d225image18.57 MBpublic, max-age=31536000
de5282c3ca0c.edge.sdk.awswaf.com/de5282c3ca0c/526cf06acb0d/challenge.jsscript310 kBprivate, max-age=86400, stale-while-revalidate=604800
js.stripe.com/v3/script244 kBmax-age=120
unsloth.ai/docs/~gitbook/image?url=https%3A%2F%2F3215535692-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FxhOjnexMCB3dmuQFQ2Zq%252Fuploads%252Fl9piThTmmUsePst5w3F2%252Fimage.png%3Falt%3Dmedia%26token%3D821e88e2-ad4e-40bf-adf2-e13837228e82&width=768&dpr=3&quality=100&sign=dd5f7cb5&sv=2image112 kBpublic, max-age=31536000
huggingface.co/front/build/kube-1d301e6/style.cssstylesheet104 kBmax-age=31536000
huggingface.co/unsloth/Qwen3.8-27B-GGUFdocument101 kBn/a
huggingface.co/front/build/kube-1d301e6/src-Dtp85j7E.jsscript75 kBmax-age=31536000
huggingface.co/front/build/kube-1d301e6/esm-CGbc9bsp.jsscript71 kBmax-age=31536000
huggingface.co/front/build/kube-1d301e6/InferenceWidget-DdV4E73H.jsscript56 kBmax-age=31536000
huggingface.co/front/build/kube-1d301e6/index.jsscript54 kBmax-age=31536000

Share this report

Live carbon badge preview
<a href="https://carbonless.cc/report/huggingface.co/unsloth/Qwen3.8-27B-GGUF"><img src="https://carbonless.cc/api/badge?url=https%3A%2F%2Fhuggingface.co%2Funsloth%2FQwen3.8-27B-GGUF" alt="Carbon rating for this page" width="150" height="30" loading="lazy" /></a>

The badge is a lightweight SVG (under 1 kB) served with long-lived caching, so a new scan can take up to a day to show through.