0.510 g
cleaner than an estimated 35.2% of pages on the web
- A+
- A
- B
- C
- D
- E
- F
A+ is 0.04 g or less per view, F is more than 0.359 g CO₂e.
The numbers
- 0.663 g CO₂e
- 0.050 g CO₂e
- unknown
- 2.10 s
- 0.002
- 534 ms
At 10,000 views a month this page emits about 61.2 kg CO₂e a year, roughly 251 km in an average petrol car. The estimate assumes 75% new and 25% returning visitors, a measured cache reload ratio of 8%, and world-average grid intensity. How we calculate this
What to fix
apply everything → ~0.201 g/visit, rating C
Audit third-party servicessave ~0.164 g/visit (1.44 MB)High impact · moderate effort
50 third-party domains account for 2.88 MB (64% 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.
- www.googletagmanager.com479 kB
- imasdk.googleapis.com445 kB
- securepubads.g.doubleclick.net265 kB
- pagead2.googlesyndication.com245 kB
- static.virgul.com226 kB
- fonts.gstatic.com148 kB
Reduce JavaScript payloadsave ~0.067 g/visit (590 kB)High impact · moderate effort
63 scripts total 2.36 MB on the wire (7.70 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.
- pubads_impl.js204 kB
- prebid11.25.1.js173 kB
- js173 kB
- show_ads_impl_fy2021.js170 kB
- js164 kB
Convert and compress imagessave ~0.043 g/visit (375 kB)High impact · quick fix
81 images (378 kB) ship in legacy formats (JPEG/PNG/GIF); 1 image exceeds 300 kB apiece.
Serve AVIF (or WebP) with responsive srcset sizes, and re-compress oversized files. AVIF typically halves JPEG weight at the same visual quality.
- cache-v2560 kB
- itopyaLogoVector_1_300x.png90 kB
- acfb0632451d4b5b85c5049f95bc6744.png41 kB
- 2ca6a3518be7496183bea42e865b8589.png39 kB
- 97528970046409653644.png29 kB
Serve images at the size they displaysave ~0.0067 g/visit (58 kB)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.
- itopyaLogoVector_1_300x.png90 kB
- 97528970046409653644.png29 kB
- a57306148df840ea93f765ae17cb8d58.png14 kB
Fix caching for returning visitorssave ~0.0065 g/visit (44 kB)Medium impact · quick fix
On a repeat visit 175 kB 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.
- AGSKWxXpSJ8Td3BdXzsg8sFZg4aHGiv7yB0VaMMCa3p2B…Cache-Control: no-cache, no-store, max-age=0, must-revalidate · 73 kB
- 21728129623Cache-Control: no-cache, no-store, max-age=0, must-revalidate · 71 kB
- pageviewno Cache-Control header · 10 kB
- favicon.icoCache-Control: max-age=604800 · 8.7 kB
- adviewno Cache-Control header · 1.0 kB
Defer video and audiosave ~<0.001 g/visit (6.0 kB)Medium impact · quick fix
3 videos preload data without preload="none".
Never autoload media: use preload="none" with a poster image, load players on interaction, and stream in an efficient codec (AV1/HEVC).
- 10907623-144.mp412 kB
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.
Upgrade compression beyond gzipsave ~0.030 g/visit (263 kB)Advisory · quick fix
1.75 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.
- forumCss317 kB
- bridge3.784.0_en.html286 kB
- forum.donanimhaber.com151 kB
- NoktaPlayer.js111 kB
- widget_iframe.1227a5674072e080ffb1ba14ac0c107…106 kB
Optimize web fontssave ~0.0076 g/visit (67 kB)Advisory · quick fix
5 font files total 171 kB, 1 not in WOFF2.
Subset fonts to used glyphs, prefer one variable font over multiple weights, serve WOFF2 only, and consider system fonts for UI text.
- memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff248 kB
- KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff243 kB
- memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.…36 kB
- icomoon.ttf23 kB
- KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNW…21 kB
Remove references to broken resourcessave ~<0.001 g/visit (356 B)Advisory · quick fix
13 requests answered 4xx/5xx on load: transfer and connections spent on nothing, on every single visit.
Delete or fix the references (stale asset URLs, dead third-party tags). Each one is a request the page provably does not need.
- j.jsHTTP 404 · 0 B
- j.jsHTTP 404 · 0 B
- j.jsHTTP 404 · 0 B
- j.jsHTTP 404 · 0 B
- j.jsHTTP 404 · 0 B
Set a page-weight budgetAdvisory · moderate effort
At 4.48 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.
Simplify the document structureAdvisory · larger effort
The page renders 12980 DOM elements, above the 1,500 guideline. Large trees cost memory and CPU on every visitor's device.
Flatten wrapper markup, render long lists virtually or paginate, and prefer semantic elements over nested divs.
Where the bytes are
- JavaScript2.36 MB · 63 req
- Images1.02 MB · 141 req
- HTML547 kB · 7 req
- CSS325 kB · 3 req
- Fonts171 kB · 5 req
- Other25 kB · 5 req
- Data (XHR)17 kB · 14 req
- Audio / video12 kB · 1 req
- Data (fetch)3.8 kB · 12 req
Ten heaviest requests
| Resource | Type | Wire size | Cache-Control |
|---|---|---|---|
| forum.donanimhaber.com/cache-v2?path=https%3a%2f%2fimg.donanimhaber.com%2fupfiles%2f979071%2f492be4ea-493d-4dd3-a63c-e7434ea487e9.jpeg&t=132645733&width=120&text=0 | image | 560 kB | n/a |
| forum.donanimhaber.com/bundles/forumCss?v=EkzdY7KSVWNmX_LuIAwgqyL2R_HhquST90uS4Yw3kKg1 | stylesheet | 317 kB | public |
| imasdk.googleapis.com/js/core/bridge3.784.0_en.html?gdpr=1 | document | 286 kB | public, max-age=31536000 |
| securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608060101/pubads_impl.js?cb=122880269 | script | 204 kB | public, immutable, max-age=31536000 |
| static.virgul.com/theme/mockups/outside/prebid11.25.1.js | script | 173 kB | max-age=5184000 |
| www.googletagmanager.com/gtag/js?id=G-6WBEFCFGQ7&cx=c>m=4e68c1 | script | 173 kB | private, max-age=900 |
| pagead2.googlesyndication.com/pagead/managed/js/adsense/m202608110101/show_ads_impl_fy2021.js | script | 170 kB | public, immutable, max-age=1209600 |
| www.googletagmanager.com/gtag/js?id=G-V0CFZMRX8N&cx=c>m=4e68c1 | script | 164 kB | private, max-age=900 |
| imasdk.googleapis.com/js/sdkloader/ima3.js | script | 159 kB | private, max-age=900, stale-while-revalidate=3600 |
| forum.donanimhaber.com/ | document | 151 kB | private |
Trend
| Date | CO₂e |
|---|---|
| 8 Aug 2026 | 0.512 g |
| 12 Aug 2026 | 0.512 g |
| 15 Aug 2026 | 0.510 g |
Share this report
<a href="https://carbonless.cc/report/forum.donanimhaber.com"><img src="https://carbonless.cc/api/badge?url=https%3A%2F%2Fforum.donanimhaber.com" 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.