Skip to content
https://redmine.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
2
REVIEW
4
PASS
9
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

60
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
85
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

6.88 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

7.60 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

0 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

6.88 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

7.60 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
9 PASS 4 REVIEW 2 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (553.6 KiB of 553.6 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
8 images, 0 KB saveable
REVIEW
8 images, 0 KB saveable
Warning::
https://www.redmine.org/attachments/download/14647... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.redmine.org/attachments/download/8856/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.redmine.org/attachments/download/13894... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
8 images 28 KB
0 oversized -0 KB
8 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
965ms total JS execution
REVIEW
965ms total JS execution
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 328ms CPU time
Info::
Unattributable: 194ms CPU time
Info::
https://www.redmine.org/: 182ms CPU time
Info::
https://www.redmine.org/javascripts/jquery-3.6.1-u...: 174ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/js/ad...: 87ms CPU time
Warning::
Third-party scripts: 965ms (100% of total)

Main Thread Breakdown

Script Evaluation 49% Other 23% Style & Layout 16% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js328ms264ms40ms3rd
Unattributable194ms7ms0ms3rd
https://www.redmine.org/182ms4ms2ms3rd
https://www.redmine.org/javascripts/jquery-3.6.1-ui-1.13.2-ujs-5.2.8.1.js?1679302129174ms123ms29ms3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js87ms69ms11ms3rd
C
JS Bundles
Action
12 scripts, 229 KB unused
REVIEW
12 scripts, 229 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 125 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.redmine.org/javascripts/jquery-3.6.1-u...: 78 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 26 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 229 KB
229 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js178 KB125 KB (70%)3rd
https://www.redmine.org/javascripts/jquery-3.6.1-ui-1.13.2-ujs-5.2.8.1.js?1679302129102 KB78 KB (77%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54 KB26 KB (49%)3rd
https://www.redmine.org/javascripts/jquery-migrate-3.3.2.min.js?16793021294 KB3rd
https://www.redmine.org/javascripts/tribute-5.1.3.min.js?16793021299 KB3rd
https://www.redmine.org/javascripts/tablesort-5.2.1.min.js?16793021292 KB3rd
https://www.redmine.org/javascripts/tablesort-5.2.1.number.min.js?16793021291 KB3rd
https://www.redmine.org/javascripts/application.js?16793021299 KB3rd
https://www.redmine.org/javascripts/responsive.js?16793021291 KB3rd
https://pagead2.googlesyndication.com/pagead/show_ads.js13 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
Page Weight Inventory
37 resources · 554 KB · 229 KB savings available
REVIEW
37 resources · 554 KB · 229 KB savings available
Info::
Within 1MB page-weight target
Got: 554 KB
Info::
~229 KB of savings available
Warning::
36 third-party resources (100% of weight)
37 resources · 553.6 KiB · 36 third-party Within 1MB page-weight target
JavaScript 73% · 401.9 KiB
Font 8% · 44.2 KiB
Image 6% · 35.5 KiB
CSS 6% · 34.1 KiB
Document 4% · 24.4 KiB
Other 2% · 13.5 KiB

~229.2 KiB of savings available

Remove unused JavaScript: 229.2 KiB
A+
Page Weight Budget
554 KB transferred, 37 requests
PASS
554 KB transferred, 37 requests
Info::
Page weighs 1.5 MB (554 KB transferred)
Info::
37 HTTP requests
Info::
Estimated 0.11 g CO2 per page load
554 KB / 2.4 MB budget
554 KB transferred
37 requests
0.11 g CO2 per page load
JavaScript 401.9 KiB 73%
Fonts 44.2 KiB 8%
CSS 34.1 KiB 6%
Images 27.5 KiB 5%
HTML 24.4 KiB 4%
Other 13.4 KiB 2%
Other 8.0 KiB 1%
Other 20 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
2 fonts (44 KB)
PASS
2 fonts (44 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

44 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 6.9 s LCP 7.6 shttps://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff24Ua_rENHsxJlGDuGo1OIlJf... https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2 — 22.4 KiB — 55 ms — font-display: swaphttps://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff24Ua_rENHsxJlGDuGo1OIlJf... https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2 — 21.7 KiB — 60 ms — font-display: swap
4Ua_rENHsxJlGDuGo1OIlJf... woff2 swap
Size 22 KB
Load time 55 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
4Ua_rENHsxJlGDuGo1OIlJf... woff2 swap
Size 22 KB
Load time 60 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Hetzner Online GmbH

Network Waterfall
37 requests over 2094ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 6.9 s LCP 7.6 shttps://redmine.org// https://redmine.org/ — 301 — 89 B — 93 ms — http/1.1https://www.redmine.org/www.redmine.org/ https://www.redmine.org/ — 200 — 6.0 KiB — 144 ms — http/1.1https://www.redmine.org/stylesheets/jquery/jquery-ui-1.13.2.css?1679302129www.redmine.org/stylesheets/jquery/... https://www.redmine.org/stylesheets/jquery/jquery-ui-1.13.2.css?1679302129 — 200 — 8.1 KiB — 34 ms — http/1.1https://www.redmine.org/stylesheets/tribute-5.1.3.css?1679302129www.redmine.org/stylesheets/tribute... https://www.redmine.org/stylesheets/tribute-5.1.3.css?1679302129 — 200 — 623 B — 65 ms — http/1.1https://www.redmine.org/stylesheets/application.css?1679302129www.redmine.org/stylesheets/applica... https://www.redmine.org/stylesheets/application.css?1679302129 — 200 — 16.2 KiB — 121 ms — http/1.1https://www.redmine.org/stylesheets/responsive.css?1679302129www.redmine.org/stylesheets/respons... https://www.redmine.org/stylesheets/responsive.css?1679302129 — 200 — 5.0 KiB — 96 ms — http/1.1https://www.redmine.org/javascripts/jquery-3.6.1-ui-1.13.2-ujs-5.2.8.1.js?1679302129www.redmine.org/javascripts/jquery-... https://www.redmine.org/javascripts/jquery-3.6.1-ui-1.13.2-ujs-5.2.8.1.js?1679302129 — 200 — 101.5 KiB — 175 ms — http/1.1https://www.redmine.org/javascripts/jquery-migrate-3.3.2.min.js?1679302129www.redmine.org/javascripts/jquery-... https://www.redmine.org/javascripts/jquery-migrate-3.3.2.min.js?1679302129 — 200 — 4.4 KiB — 95 ms — http/1.1https://www.redmine.org/javascripts/tribute-5.1.3.min.js?1679302129www.redmine.org/javascripts/tribute... https://www.redmine.org/javascripts/tribute-5.1.3.min.js?1679302129 — 200 — 9.1 KiB — 95 ms — http/1.1https://www.redmine.org/javascripts/tablesort-5.2.1.min.js?1679302129www.redmine.org/javascripts/tableso... https://www.redmine.org/javascripts/tablesort-5.2.1.min.js?1679302129 — 200 — 1.6 KiB — 94 ms — http/1.1https://www.redmine.org/javascripts/tablesort-5.2.1.number.min.js?1679302129www.redmine.org/javascripts/tableso... https://www.redmine.org/javascripts/tablesort-5.2.1.number.min.js?1679302129 — 200 — 655 B — 127 ms — http/1.1https://www.redmine.org/javascripts/application.js?1679302129www.redmine.org/javascripts/applica... https://www.redmine.org/javascripts/application.js?1679302129 — 200 — 9.1 KiB — 129 ms — http/1.1https://www.redmine.org/javascripts/responsive.js?1679302129www.redmine.org/javascripts/respons... https://www.redmine.org/javascripts/responsive.js?1679302129 — 200 — 972 B — 128 ms — http/1.1https://pagead2.googlesyndication.com/pagead/show_ads.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/show_ads.js — 200 — 13.0 KiB — 128 ms — h3https://www.redmine.org/attachments/download/8856/mastering_redmine.jpgwww.redmine.org/attachments/downloa... https://www.redmine.org/attachments/download/8856/mastering_redmine.jpg — 200 — 5.0 KiB — 40 ms — http/1.1https://www.redmine.org/attachments/download/13894/plugin_dev.pngwww.redmine.org/attachments/downloa... https://www.redmine.org/attachments/download/13894/plugin_dev.png — 200 — 6.2 KiB — 40 ms — http/1.1https://www.redmine.org/attachments/download/14647/redmine_cookbook.pngwww.redmine.org/attachments/downloa... https://www.redmine.org/attachments/download/14647/redmine_cookbook.png — 200 — 15.3 KiB — 38 ms — http/1.1https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.4 KiB — 63 ms — h3https://www.redmine.org/images/external.pngwww.redmine.org/images/external.png https://www.redmine.org/images/external.png — 200 — 434 B — 32 ms — http/1.1https://www.redmine.org/images/arrow_right.pngwww.redmine.org/images/arrow_right.... https://www.redmine.org/images/arrow_right.png — 200 — 586 B — 32 ms — http/1.1https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js — 200 — 177.5 KiB — 80 ms — h3https://pagead2.googlesyndication.com/pagead/html/r20260422/r20190131/zrt_lookup_fy2021.htmlpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/html/r20260422/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 85 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0447284344517370&output=html&h=600&adk=621520385&adf=2026056531&w=160&lmt=1776900864&ad_type=text_image&format=160x600_as&color_bg=FFFFFF&color_border=EEEEEE&color_link=484848&color_text=484848&color_url=2A5685&url=https%3A%2F%2Fwww.redmine.org%2F&alt_color=FFFFFF&asro=0&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&dt=1776900864021&bpp=88&bdt=217&idt=189&shv=r20260422&mjsv=m202604170101&ptt=5&saldr=sd&abxe=1&eoidce=1&correlator=447367489758&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&adx=412&ady=977&biw=412&bih=823&scr_x=0&scr_y=0&eid=31097955%2C95386951%2C95389145%2C42533294%2C95387623%2C95388269&oid=2&pvsid=1846032289601529&tmod=151729325&uas=0&nvt=1&fc=896&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=0&bc=31&bz=1&ifi=1&uci=a!1&btvi=1&fsb=1&dtd=209pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0447284344517370&output=html&h=600&adk=621520385&adf=2026056531&w=160&lmt=1776900864&ad_type=text_image&format=160x600_as&color_bg=FFFFFF&color_border=EEEEEE&color_link=484848&color_text=484848&color_url=2A5685&url=https%3A%2F%2Fwww.redmine.org%2F&alt_color=FFFFFF&asro=0&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&dt=1776900864021&bpp=88&bdt=217&idt=189&shv=r20260422&mjsv=m202604170101&ptt=5&saldr=sd&abxe=1&eoidce=1&correlator=447367489758&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&adx=412&ady=977&biw=412&bih=823&scr_x=0&scr_y=0&eid=31097955%2C95386951%2C95389145%2C42533294%2C95387623%2C95388269&oid=2&pvsid=1846032289601529&tmod=151729325&uas=0&nvt=1&fc=896&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=0&bc=31&bz=1&ifi=1&uci=a!1&btvi=1&fsb=1&dtd=209 — 200 — 5.0 KiB — 332 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=header&ign=false&pw=412&ph=823&x=0&y=0pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=header&ign=false&pw=412&ph=823&x=0&y=0 — 204 — 20 B — 30 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0447284344517370&output=html&adk=1812271804&adf=3025194257&lmt=1776900864&plat=2%3A16777216%2C3%3A65536%2C4%3A65536%2C9%3A134217728%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fwww.redmine.org%2F&pra=7&asro=0&itsi=-1&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&abgtt=8&dt=1776900864110&bpp=1&bdt=306&idt=128&shv=r20260422&mjsv=m202604170101&ptt=9&saldr=aa&abxe=1&eoidce=1&prev_fmts=160x600_as&nras=1&correlator=447367489758&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=31097955%2C95386951%2C95389145%2C42533294%2C95387623%2C95388269&oid=2&pvsid=1846032289601529&tmod=151729325&uas=0&nvt=1&fsapi=1&fc=896&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&bisch=1&blev=1&ifi=2&uci=a!2&fsb=1&dtd=140pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0447284344517370&output=html&adk=1812271804&adf=3025194257&lmt=1776900864&plat=2%3A16777216%2C3%3A65536%2C4%3A65536%2C9%3A134217728%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fwww.redmine.org%2F&pra=7&asro=0&itsi=-1&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&abgtt=8&dt=1776900864110&bpp=1&bdt=306&idt=128&shv=r20260422&mjsv=m202604170101&ptt=9&saldr=aa&abxe=1&eoidce=1&prev_fmts=160x600_as&nras=1&correlator=447367489758&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=31097955%2C95386951%2C95389145%2C42533294%2C95387623%2C95388269&oid=2&pvsid=1846032289601529&tmod=151729325&uas=0&nvt=1&fsapi=1&fc=896&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&bisch=1&blev=1&ifi=2&uci=a!2&fsb=1&dtd=140 — 200 — 3.9 KiB — 365 ms — h3https://fonts.googleapis.com/css?family=Google%20Sans%3A400fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A400 — 200 — 2.3 KiB — 85 ms — h2https://fonts.googleapis.com/css?family=Google%20Sans%3A700fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A700 — 200 — 2.0 KiB — 89 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260422&st=env&sjk=1846032289601529ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260422&st=env&sjk=1846032289601529 — 200 — 13.4 KiB — 72 ms — h3https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2fonts.gstatic.com/s/googlesans/v67/... https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2 — 200 — 22.4 KiB — 55 ms — h3https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2fonts.gstatic.com/s/googlesans/v67/... https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2 — 200 — 21.7 KiB — 60 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 6.9 s LCP 7.6 shttps://redmine.org// https://redmine.org/ — 301 — 89 B — 93 ms — http/1.1https://www.redmine.org/www.redmine.org/ https://www.redmine.org/ — 200 — 6.0 KiB — 144 ms — http/1.1https://www.redmine.org/stylesheets/jquery/jquery-ui-1.13.2.css?1679302129www.redmine.org/stylesheets/jquery/... https://www.redmine.org/stylesheets/jquery/jquery-ui-1.13.2.css?1679302129 — 200 — 8.1 KiB — 34 ms — http/1.1https://www.redmine.org/stylesheets/tribute-5.1.3.css?1679302129www.redmine.org/stylesheets/tribute... https://www.redmine.org/stylesheets/tribute-5.1.3.css?1679302129 — 200 — 623 B — 65 ms — http/1.1https://www.redmine.org/stylesheets/application.css?1679302129www.redmine.org/stylesheets/applica... https://www.redmine.org/stylesheets/application.css?1679302129 — 200 — 16.2 KiB — 121 ms — http/1.1https://www.redmine.org/stylesheets/responsive.css?1679302129www.redmine.org/stylesheets/respons... https://www.redmine.org/stylesheets/responsive.css?1679302129 — 200 — 5.0 KiB — 96 ms — http/1.1https://www.redmine.org/javascripts/jquery-3.6.1-ui-1.13.2-ujs-5.2.8.1.js?1679302129www.redmine.org/javascripts/jquery-... https://www.redmine.org/javascripts/jquery-3.6.1-ui-1.13.2-ujs-5.2.8.1.js?1679302129 — 200 — 101.5 KiB — 175 ms — http/1.1https://www.redmine.org/javascripts/jquery-migrate-3.3.2.min.js?1679302129www.redmine.org/javascripts/jquery-... https://www.redmine.org/javascripts/jquery-migrate-3.3.2.min.js?1679302129 — 200 — 4.4 KiB — 95 ms — http/1.1https://www.redmine.org/javascripts/tribute-5.1.3.min.js?1679302129www.redmine.org/javascripts/tribute... https://www.redmine.org/javascripts/tribute-5.1.3.min.js?1679302129 — 200 — 9.1 KiB — 95 ms — http/1.1https://www.redmine.org/javascripts/tablesort-5.2.1.min.js?1679302129www.redmine.org/javascripts/tableso... https://www.redmine.org/javascripts/tablesort-5.2.1.min.js?1679302129 — 200 — 1.6 KiB — 94 ms — http/1.1https://www.redmine.org/javascripts/tablesort-5.2.1.number.min.js?1679302129www.redmine.org/javascripts/tableso... https://www.redmine.org/javascripts/tablesort-5.2.1.number.min.js?1679302129 — 200 — 655 B — 127 ms — http/1.1https://www.redmine.org/javascripts/application.js?1679302129www.redmine.org/javascripts/applica... https://www.redmine.org/javascripts/application.js?1679302129 — 200 — 9.1 KiB — 129 ms — http/1.1https://www.redmine.org/javascripts/responsive.js?1679302129www.redmine.org/javascripts/respons... https://www.redmine.org/javascripts/responsive.js?1679302129 — 200 — 972 B — 128 ms — http/1.1https://pagead2.googlesyndication.com/pagead/show_ads.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/show_ads.js — 200 — 13.0 KiB — 128 ms — h3https://www.redmine.org/attachments/download/8856/mastering_redmine.jpgwww.redmine.org/attachments/downloa... https://www.redmine.org/attachments/download/8856/mastering_redmine.jpg — 200 — 5.0 KiB — 40 ms — http/1.1https://www.redmine.org/attachments/download/13894/plugin_dev.pngwww.redmine.org/attachments/downloa... https://www.redmine.org/attachments/download/13894/plugin_dev.png — 200 — 6.2 KiB — 40 ms — http/1.1https://www.redmine.org/attachments/download/14647/redmine_cookbook.pngwww.redmine.org/attachments/downloa... https://www.redmine.org/attachments/download/14647/redmine_cookbook.png — 200 — 15.3 KiB — 38 ms — http/1.1https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.4 KiB — 63 ms — h3https://www.redmine.org/images/external.pngwww.redmine.org/images/external.png https://www.redmine.org/images/external.png — 200 — 434 B — 32 ms — http/1.1https://www.redmine.org/images/arrow_right.pngwww.redmine.org/images/arrow_right.... https://www.redmine.org/images/arrow_right.png — 200 — 586 B — 32 ms — http/1.1https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js — 200 — 177.5 KiB — 80 ms — h3https://pagead2.googlesyndication.com/pagead/html/r20260422/r20190131/zrt_lookup_fy2021.htmlpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/html/r20260422/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 85 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0447284344517370&output=html&h=600&adk=621520385&adf=2026056531&w=160&lmt=1776900864&ad_type=text_image&format=160x600_as&color_bg=FFFFFF&color_border=EEEEEE&color_link=484848&color_text=484848&color_url=2A5685&url=https%3A%2F%2Fwww.redmine.org%2F&alt_color=FFFFFF&asro=0&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&dt=1776900864021&bpp=88&bdt=217&idt=189&shv=r20260422&mjsv=m202604170101&ptt=5&saldr=sd&abxe=1&eoidce=1&correlator=447367489758&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&adx=412&ady=977&biw=412&bih=823&scr_x=0&scr_y=0&eid=31097955%2C95386951%2C95389145%2C42533294%2C95387623%2C95388269&oid=2&pvsid=1846032289601529&tmod=151729325&uas=0&nvt=1&fc=896&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=0&bc=31&bz=1&ifi=1&uci=a!1&btvi=1&fsb=1&dtd=209pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0447284344517370&output=html&h=600&adk=621520385&adf=2026056531&w=160&lmt=1776900864&ad_type=text_image&format=160x600_as&color_bg=FFFFFF&color_border=EEEEEE&color_link=484848&color_text=484848&color_url=2A5685&url=https%3A%2F%2Fwww.redmine.org%2F&alt_color=FFFFFF&asro=0&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&dt=1776900864021&bpp=88&bdt=217&idt=189&shv=r20260422&mjsv=m202604170101&ptt=5&saldr=sd&abxe=1&eoidce=1&correlator=447367489758&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&adx=412&ady=977&biw=412&bih=823&scr_x=0&scr_y=0&eid=31097955%2C95386951%2C95389145%2C42533294%2C95387623%2C95388269&oid=2&pvsid=1846032289601529&tmod=151729325&uas=0&nvt=1&fc=896&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=0&bc=31&bz=1&ifi=1&uci=a!1&btvi=1&fsb=1&dtd=209 — 200 — 5.0 KiB — 332 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=header&ign=false&pw=412&ph=823&x=0&y=0pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=header&ign=false&pw=412&ph=823&x=0&y=0 — 204 — 20 B — 30 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0447284344517370&output=html&adk=1812271804&adf=3025194257&lmt=1776900864&plat=2%3A16777216%2C3%3A65536%2C4%3A65536%2C9%3A134217728%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fwww.redmine.org%2F&pra=7&asro=0&itsi=-1&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&abgtt=8&dt=1776900864110&bpp=1&bdt=306&idt=128&shv=r20260422&mjsv=m202604170101&ptt=9&saldr=aa&abxe=1&eoidce=1&prev_fmts=160x600_as&nras=1&correlator=447367489758&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=31097955%2C95386951%2C95389145%2C42533294%2C95387623%2C95388269&oid=2&pvsid=1846032289601529&tmod=151729325&uas=0&nvt=1&fsapi=1&fc=896&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&bisch=1&blev=1&ifi=2&uci=a!2&fsb=1&dtd=140pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-0447284344517370&output=html&adk=1812271804&adf=3025194257&lmt=1776900864&plat=2%3A16777216%2C3%3A65536%2C4%3A65536%2C9%3A134217728%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fwww.redmine.org%2F&pra=7&asro=0&itsi=-1&aiapmid=1&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&abgtt=8&dt=1776900864110&bpp=1&bdt=306&idt=128&shv=r20260422&mjsv=m202604170101&ptt=9&saldr=aa&abxe=1&eoidce=1&prev_fmts=160x600_as&nras=1&correlator=447367489758&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=31097955%2C95386951%2C95389145%2C42533294%2C95387623%2C95388269&oid=2&pvsid=1846032289601529&tmod=151729325&uas=0&nvt=1&fsapi=1&fc=896&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&bisch=1&blev=1&ifi=2&uci=a!2&fsb=1&dtd=140 — 200 — 3.9 KiB — 365 ms — h3https://fonts.googleapis.com/css?family=Google%20Sans%3A400fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A400 — 200 — 2.3 KiB — 85 ms — h2https://fonts.googleapis.com/css?family=Google%20Sans%3A700fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A700 — 200 — 2.0 KiB — 89 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260422&st=env&sjk=1846032289601529ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260422&st=env&sjk=1846032289601529 — 200 — 13.4 KiB — 72 ms — h3https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2fonts.gstatic.com/s/googlesans/v67/... https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2 — 200 — 22.4 KiB — 55 ms — h3https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2fonts.gstatic.com/s/googlesans/v67/... https://fonts.gstatic.com/s/googlesans/v67/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2 — 200 — 21.7 KiB — 60 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 60 ms — h3https://www.redmine.org/favicon.ico?1679302129www.redmine.org/favicon.ico?1679302... https://www.redmine.org/favicon.ico?1679302129 — 200 — 7.9 KiB — 31 ms — http/1.1https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 88 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 86 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 33 ms — h3https://ep2.adtrafficquality.google/generate_204?DsrVDQep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?DsrVDQ — 204 — 40 B — 29 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260422&jk=1846032289601529&bg=!Dg2lDW_NAAa1ilLUlYo7AEcBe5WfOLEfw1czwuMDvEis1cOhAVH939YP_AaxbrElklEdv9hD6gn6CCL5PWdNIGzabB9wEneKO9PNCoAJmB6zG8iPJ3iNaQIAAABEUgAAAAVoAQd-ADbxS4nzPeazjtvF9jAme9pCaYNHGs-p64B16lRX0MApJfGcyPGEZogOPYb2qtJHrlPJwJgVNk2ZAqyywkROMJzqLSYoDfujzR9urKfvF2wTrBYYD0ozKA5QiPU8xF0qMpsYTaCVAXIctUAzN76zW7eWZ_KHgKE4M5oOatsGElxh9i_dQTTHeOZY9OcIOzJ26JQhvdbHSUwJb6uGo-I3NLftPSwXBf5Ep32Afi3COpxCZpzqYC_fa6XLxqY1CZvQ23RLKpFN_lZfTIGSUeQ3Pmc-r7Lo-dC-XL0tbY6OS4IAguQkUw2bM0twzVmkBrlma7PKL8J6U4C62EsJRVrEBLC5RRq1FesJJlvwUwCwz8Ch-TUkb2hwOZSTrHuDghE7XuE_QY_qqowJufIr_dSb_XfVr5tt7MVc1s3GsB56wuY7KW-pNhMdjxccg23Kxmht47dDKmKwwjO_1VG_Xl5VOdqoeoLsaT9yku2QZHywBCSc0Pa303NAAWzgl5isOLhDOTsDChtAvpJfayyhlYt-ETxkVYCyXqAX0AH0N-L6iDPo1_gqSINn2jKAMBgtOvM0S0nGDMd8YLU6nzfx1QHDE987thh1HbEBt63kB2nGifQ4KFXcUnpCV79qu8aA5Wjhlj55tjiPPWIMjASKM4u9zLkWODVloeOWsmlUIHbHFgDVpwvUb4QCxZjaERoeKxIPgWbbST_3JckYdO2gltlE81B9H-tF----_Niz4gyXLGB2k6xRT20IpaweDFyvN-Kna-uKY8ZqN_RaHa4bcHRFn0i2_k_eK7-_WW-sTMY7FXpbST-uokG-7wCAb2dyel5_a26svqMC3T5QgS8NM8CWNzZslA9jmWtWH0uXWcmPN6Bpbx8Pxr5F_rZEH7_u0mJOg94UaO1K9VmmEB2AyvROirDoMbZvN1XmvB4r3n4UG1vL0cruIDVthYHLCl9X1wa0AnpV6UmMbNBagZrjeSGWlhS30QYY2csep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260422&jk=1846032289601529&bg=!Dg2lDW_NAAa1ilLUlYo7AEcBe5WfOLEfw1czwuMDvEis1cOhAVH939YP_AaxbrElklEdv9hD6gn6CCL5PWdNIGzabB9wEneKO9PNCoAJmB6zG8iPJ3iNaQIAAABEUgAAAAVoAQd-ADbxS4nzPeazjtvF9jAme9pCaYNHGs-p64B16lRX0MApJfGcyPGEZogOPYb2qtJHrlPJwJgVNk2ZAqyywkROMJzqLSYoDfujzR9urKfvF2wTrBYYD0ozKA5QiPU8xF0qMpsYTaCVAXIctUAzN76zW7eWZ_KHgKE4M5oOatsGElxh9i_dQTTHeOZY9OcIOzJ26JQhvdbHSUwJb6uGo-I3NLftPSwXBf5Ep32Afi3COpxCZpzqYC_fa6XLxqY1CZvQ23RLKpFN_lZfTIGSUeQ3Pmc-r7Lo-dC-XL0tbY6OS4IAguQkUw2bM0twzVmkBrlma7PKL8J6U4C62EsJRVrEBLC5RRq1FesJJlvwUwCwz8Ch-TUkb2hwOZSTrHuDghE7XuE_QY_qqowJufIr_dSb_XfVr5tt7MVc1s3GsB56wuY7KW-pNhMdjxccg23Kxmht47dDKmKwwjO_1VG_Xl5VOdqoeoLsaT9yku2QZHywBCSc0Pa303NAAWzgl5isOLhDOTsDChtAvpJfayyhlYt-ETxkVYCyXqAX0AH0N-L6iDPo1_gqSINn2jKAMBgtOvM0S0nGDMd8YLU6nzfx1QHDE987thh1HbEBt63kB2nGifQ4KFXcUnpCV79qu8aA5Wjhlj55tjiPPWIMjASKM4u9zLkWODVloeOWsmlUIHbHFgDVpwvUb4QCxZjaERoeKxIPgWbbST_3JckYdO2gltlE81B9H-tF----_Niz4gyXLGB2k6xRT20IpaweDFyvN-Kna-uKY8ZqN_RaHa4bcHRFn0i2_k_eK7-_WW-sTMY7FXpbST-uokG-7wCAb2dyel5_a26svqMC3T5QgS8NM8CWNzZslA9jmWtWH0uXWcmPN6Bpbx8Pxr5F_rZEH7_u0mJOg94UaO1K9VmmEB2AyvROirDoMbZvN1XmvB4r3n4UG1vL0cruIDVthYHLCl9X1wa0AnpV6UmMbNBagZrjeSGWlhS30QYY2cs — 204 — 17 B — 58 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 965ms · 339KB · €10/mo
pagead2.googlesyndication.com
Other
Costly
Execution 328ms
Transfer 178 KB
Unused 70%
Monthly Cost €4/mo
Unattributable
Other
Optional
Execution 194ms
Transfer 0 KB
Monthly Cost €2/mo
www.redmine.org
Other
Optional
Execution 182ms
Transfer 6 KB
Monthly Cost €2/mo
www.redmine.org
Other
Optional
Execution 174ms
Transfer 102 KB
Unused 77%
Monthly Cost €2/mo
pagead2.googlesyndication.com
Other
Optional
Execution 87ms
Transfer 54 KB
Unused 49%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • pagead2.googlesyndication.com adds 328ms and costs ~€4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

pagead2.googlesyndication.com takes 328ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

70% of pagead2.googlesyndication.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

77% of www.redmine.org's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback