Skip to content
https://degruyterbrill.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

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

72
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
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.
91
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.

1.11 s

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

6.31 s

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

28 ms

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

0.003

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

1.64 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.

6.40 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
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
7.2 MB transferred, 76 requests
FIX
7.2 MB transferred, 76 requests
Critical::
Page weighs 9.5 MB (7.2 MB transferred)
Warning::
Images are 5.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.6 MB
Info::
Fonts are 866 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 866 KB
Warning::
JavaScript is 630 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 630 KB
Info::
76 HTTP requests
Info::
Estimated 1.5 g CO2 per page load
7.2 MB / 2.4 MB budget
7.2 MB transferred
76 requests
1.5 g CO2 per page load
Images 5.6 MiB 77%
Fonts 865.9 KiB 12%
JavaScript 629.5 KiB 9%
CSS 120.4 KiB 2%
Other 58.0 KiB 1%
HTML 23.2 KiB 0%
Other 1.9 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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 (7.2 MiB of 7.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
18 scripts, 209 KB unused
FIX
18 scripts, 209 KB unused
Warning::
https://www.googletagmanager.com/gtag/destination?...: 73 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PMN...: 69 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://badge.dimensions.ai/badge.js: 24 KB unused (29%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://badge.dimensions.ai/badge.js: unminified — 19 KB could be saved
Warning::
https://cdn.foxycart.com/checkout.degruyterbrill.c...: 23 KB unused (28%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.degruyterbrill.com/assets/javascripts/...: 21 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 209 KB
209 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/destination?id=G-0C5LEN255K&cx=c&gtm=4e64k0177 KB73 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PMNKTQ5&gtm_auth=JraP3pn8iVUkqNIGYl03AA&gtm_preview=env-2170 KB69 KB (41%)3rd
https://badge.dimensions.ai/badge.js81 KB24 KB (29%)3rd
https://cdn.foxycart.com/checkout.degruyterbrill.com/foxycart.with-jquery.min.1776800679.js82 KB23 KB (28%)3rd
https://www.degruyterbrill.com/assets/javascripts/835e77a694cc46b66f3812640c574eef-main.js34 KB21 KB (62%)3rd
https://www.degruyterbrill.com/assets/javascripts/f62fc03e44df2f5efad9611016f07366-custom-elements.min.js7 KB3rd
https://www.degruyterbrill.com/assets/javascripts/02f217ac44f30e20572ec9be327266f9-clipboard-polyfill.js3 KB3rd
https://www.degruyterbrill.com/assets/javascripts/f4a7cebacca43a770afd837b68a7eed8-autoComplete.min.js4 KB3rd
https://www.degruyterbrill.com/assets/javascripts/dgbrill/dba8b7bd2d21c1deeda3639cce555347-dgb-main.js3 KB3rd
https://www.degruyterbrill.com/assets/javascripts/dgbrill/4bdc08facd85c1ac420c404f6b733d88-footer.js2 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

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

D
Page Weight Inventory
Action
76 resources · 7.2 MB · 209 KB savings available
FIX
76 resources · 7.2 MB · 209 KB savings available
Warning::
Page weight 6.2 MB over 1MB target
Got: 7.2 MB Expected: ≤ 1 MB
Info::
~209 KB of savings available
Warning::
75 third-party resources (100% of weight)
Info::
6 resources over 200KB
76 resources · 7.2 MiB · 75 third-party 6.2 MiB over 1MB target
Image 77% · 5.6 MiB
Font 12% · 865.9 KiB
JavaScript 9% · 629.5 KiB
CSS 2% · 120.4 KiB
Document 1% · 80.1 KiB
Other 0% · 1.2 KiB

~208.8 KiB of savings available

Remove unused JavaScript: 208.8 KiB
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
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/assets/images/blog-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/assets/images/partn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/seri... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/seri... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/assets/images/open-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/assets/images/blog-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/seri... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/seri... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/document/cover/isbn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/assets/images/partn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.degruyterbrill.com/assets/images/partn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
35 images 5.6 MB
0 oversized -0 KB
34 legacy format
26 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

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

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

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

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

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

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

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

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
649ms total JS execution
REVIEW
649ms total JS execution
Info::
https://www.degruyterbrill.com/assets/javascripts/...: 238ms CPU time
Info::
Unattributable: 149ms CPU time
Info::
https://www.degruyterbrill.com/: 99ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-PMN...: 83ms CPU time
Info::
https://www.googletagmanager.com/gtag/destination?...: 79ms CPU time
Warning::
Third-party scripts: 649ms (100% of total)

Main Thread Breakdown

Script Evaluation 35% Other 35% Style & Layout 14% Script Parsing & Compilation 6% Rendering 6% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.degruyterbrill.com/assets/javascripts/835e77a694cc46b66f3812640c574eef-main.js238ms81ms0ms3rd
Unattributable149ms7ms0ms3rd
https://www.degruyterbrill.com/99ms4ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PMNKTQ5&gtm_auth=JraP3pn8iVUkqNIGYl03AA&gtm_preview=env-283ms70ms12ms3rd
https://www.googletagmanager.com/gtag/destination?id=G-0C5LEN255K&cx=c&gtm=4e64k079ms62ms12ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
12 fonts (866 KB)
PASS
12 fonts (866 KB)
Info::
12 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

12

866 KB total

Render-blocking

0

of 12

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 FCP 1.1 s LCP 6.3 shttps://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-regular.woff2montserrat-v15-latin-ex... https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-regular.woff2 — 52.0 KiB — 188 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/montserrat-v25-latin-ext_cyrillic-ext-500.woff2montserrat-v25-latin-ex... https://www.degruyterbrill.com/assets/fonts/montserrat-v25-latin-ext_cyrillic-ext-500.woff2 — 39.9 KiB — 82 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-700.woff2montserrat-v15-latin-ex... https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-700.woff2 — 52.0 KiB — 193 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/merriweather-v30-latin-ext_cyrillic-ext-300.woff2merriweather-v30-latin-... https://www.degruyterbrill.com/assets/fonts/merriweather-v30-latin-ext_cyrillic-ext-300.woff2 — 57.0 KiB — 192 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-regular.woff2merriweather-v22-latin-... https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-regular.woff2 — 57.4 KiB — 195 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-700.woff2merriweather-v22-latin-... https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-700.woff2 — 55.7 KiB — 193 ms — font-display: swaphttps://www.degruyterbrill.com/assets/stylesheets/fontawesome.woff2fontawesome.woff2 https://www.degruyterbrill.com/assets/stylesheets/fontawesome.woff2 — 11.4 KiB — 145 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/InstrumentSans-Regular.ttfInstrumentSans-Regular.ttf https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Regular.ttf — 35.4 KiB — 181 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/InstrumentSans-Medium.ttfInstrumentSans-Medium.ttf https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Medium.ttf — 36.2 KiB — 180 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/InstrumentSans-SemiBold.ttfInstrumentSans-SemiBold... https://www.degruyterbrill.com/assets/fonts/InstrumentSans-SemiBold.ttf — 36.6 KiB — 182 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/HafferVF.woff2HafferVF.woff2 https://www.degruyterbrill.com/assets/fonts/HafferVF.woff2 — 397.0 KiB — 171 ms — font-display: swaphttps://www.degruyterbrill.com/assets/fonts/RecklessNeue-Book.woff2RecklessNeue-Book.woff2 https://www.degruyterbrill.com/assets/fonts/RecklessNeue-Book.woff2 — 35.3 KiB — 156 ms — font-display: swap
montserrat-v15-latin-ex... woff2 swap
Size 52 KB
Load time 188 ms
Start 244 ms
Risk FOUT — text flashes from fallback to web font
montserrat-v25-latin-ex... woff2 swap
Size 40 KB
Load time 82 ms
Start 245 ms
Risk FOUT — text flashes from fallback to web font
montserrat-v15-latin-ex... woff2 swap
Size 52 KB
Load time 193 ms
Start 246 ms
Risk FOUT — text flashes from fallback to web font
merriweather-v30-latin-... woff2 swap
Size 57 KB
Load time 192 ms
Start 246 ms
Risk FOUT — text flashes from fallback to web font
merriweather-v22-latin-... woff2 swap
Size 57 KB
Load time 195 ms
Start 246 ms
Risk FOUT — text flashes from fallback to web font
merriweather-v22-latin-... woff2 swap
Size 56 KB
Load time 193 ms
Start 247 ms
Risk FOUT — text flashes from fallback to web font
fontawesome.woff2 woff2 swap
Size 11 KB
Load time 145 ms
Start 247 ms
Risk FOUT — text flashes from fallback to web font
InstrumentSans-Regular.ttf ttf swap
Size 35 KB
Load time 181 ms
Start 248 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
InstrumentSans-Medium.ttf ttf swap
Size 36 KB
Load time 180 ms
Start 249 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
InstrumentSans-SemiBold... ttf swap
Size 37 KB
Load time 182 ms
Start 249 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
HafferVF.woff2 woff2 swap
Size 397 KB
Load time 171 ms
Start 532 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
RecklessNeue-Book.woff2 woff2 swap
Size 35 KB
Load time 156 ms
Start 532 ms
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)

Fixing the unchecked items could save ~231 KB and ~462 ms

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
Network Waterfall
76 requests over 1399ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.1 s LCP 6.3 shttps://degruyterbrill.com// https://degruyterbrill.com/ — 301 — 90 B — 106 ms — h2https://www.degruyterbrill.com/www.degruyterbrill.com/ https://www.degruyterbrill.com/ — 200 — 23.2 KiB — 129 ms — h3https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-regular.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-regular.woff2 — 200 — 52.0 KiB — 188 ms — h3https://www.degruyterbrill.com/assets/fonts/montserrat-v25-latin-ext_cyrillic-ext-500.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/montserrat-v25-latin-ext_cyrillic-ext-500.woff2 — 200 — 39.9 KiB — 82 ms — h3https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-700.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-700.woff2 — 200 — 52.0 KiB — 193 ms — h3https://www.degruyterbrill.com/assets/fonts/merriweather-v30-latin-ext_cyrillic-ext-300.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/merriweather-v30-latin-ext_cyrillic-ext-300.woff2 — 200 — 57.0 KiB — 192 ms — h3https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-regular.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-regular.woff2 — 200 — 57.4 KiB — 195 ms — h3https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-700.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-700.woff2 — 200 — 55.7 KiB — 193 ms — h3https://www.degruyterbrill.com/assets/stylesheets/fontawesome.woff2www.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/fontawesome.woff2 — 200 — 11.4 KiB — 145 ms — h3https://www.degruyterbrill.com/assets/stylesheets/a7ad7e8fc9b0fe0363459c865c0ecb34-bootstrap.purged.min.csswww.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/a7ad7e8fc9b0fe0363459c865c0ecb34-bootstrap.purged.min.css — 200 — 9.8 KiB — 132 ms — h3https://www.degruyterbrill.com/assets/stylesheets/670b98379425b2b97fe24f78ecc12bd9-main.min.csswww.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/670b98379425b2b97fe24f78ecc12bd9-main.min.css — 200 — 67.8 KiB — 192 ms — h3https://www.degruyterbrill.com/assets/stylesheets/13761c60ba5201f465803f3005ccd7ef-fontawesome-codes.csswww.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/13761c60ba5201f465803f3005ccd7ef-fontawesome-codes.css — 200 — 1.4 KiB — 108 ms — h3https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Regular.ttfwww.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Regular.ttf — 200 — 35.4 KiB — 181 ms — h3https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Medium.ttfwww.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Medium.ttf — 200 — 36.2 KiB — 180 ms — h3https://www.degruyterbrill.com/assets/fonts/InstrumentSans-SemiBold.ttfwww.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/InstrumentSans-SemiBold.ttf — 200 — 36.6 KiB — 182 ms — h3https://www.degruyterbrill.com/assets/stylesheets/dgbrill/homepage.csswww.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/dgbrill/homepage.css — 200 — 5.4 KiB — 151 ms — h3https://www.degruyterbrill.com/assets/images/partner-1.pngwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/partner-1.png — 200 — 930.0 KiB — 305 ms — h3https://www.degruyterbrill.com/assets/images/partner-2.pngwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/partner-2.png — 200 — 1.2 MiB — 309 ms — h3https://www.degruyterbrill.com/assets/javascripts/dgbrill/dba8b7bd2d21c1deeda3639cce555347-dgb-main.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/dgbrill/dba8b7bd2d21c1deeda3639cce555347-dgb-main.js — 200 — 3.2 KiB — 144 ms — h3https://www.degruyterbrill.com/assets/javascripts/7ccd9d390d31af98110f74f842ea9b32-bootstrap.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/7ccd9d390d31af98110f74f842ea9b32-bootstrap.js — 200 — 23.3 KiB — 165 ms — h3https://www.degruyterbrill.com/assets/javascripts/f2390771024f2511756735210eb56ad8-cookie-control.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/f2390771024f2511756735210eb56ad8-cookie-control.js — 200 — 3.9 KiB — 120 ms — h3https://www.degruyterbrill.com/assets/javascripts/835e77a694cc46b66f3812640c574eef-main.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/835e77a694cc46b66f3812640c574eef-main.js — 200 — 33.8 KiB — 187 ms — h3https://www.degruyterbrill.com/assets/images/partner-3.pngwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/partner-3.png — 200 — 825.9 KiB — 221 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111344027/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111344027/product_pages — 200 — 83.2 KiB — 201 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111338774/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111338774/product_pages — 200 — 92.1 KiB — 219 ms — h3https://www.degruyterbrill.com/assets/javascripts/37a2cfe669cc9d8eead8b67ac2afe33e-main-immediate.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/37a2cfe669cc9d8eead8b67ac2afe33e-main-immediate.js — 200 — 1.6 KiB — 234 ms — h3https://www.degruyterbrill.com/assets/images/defaultCover.svgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/defaultCover.svg — 200 — 3.1 KiB — 102 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111510736/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111510736/product_pages — 200 — 69.5 KiB — 230 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111503592/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111503592/product_pages — 200 — 68.2 KiB — 214 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783110762563/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783110762563/product_pages — 200 — 71.9 KiB — 135 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.1 s LCP 6.3 shttps://degruyterbrill.com// https://degruyterbrill.com/ — 301 — 90 B — 106 ms — h2https://www.degruyterbrill.com/www.degruyterbrill.com/ https://www.degruyterbrill.com/ — 200 — 23.2 KiB — 129 ms — h3https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-regular.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-regular.woff2 — 200 — 52.0 KiB — 188 ms — h3https://www.degruyterbrill.com/assets/fonts/montserrat-v25-latin-ext_cyrillic-ext-500.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/montserrat-v25-latin-ext_cyrillic-ext-500.woff2 — 200 — 39.9 KiB — 82 ms — h3https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-700.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/montserrat-v15-latin-ext_cyrillic-ext-700.woff2 — 200 — 52.0 KiB — 193 ms — h3https://www.degruyterbrill.com/assets/fonts/merriweather-v30-latin-ext_cyrillic-ext-300.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/merriweather-v30-latin-ext_cyrillic-ext-300.woff2 — 200 — 57.0 KiB — 192 ms — h3https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-regular.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-regular.woff2 — 200 — 57.4 KiB — 195 ms — h3https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-700.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/merriweather-v22-latin-ext_cyrillic-ext-700.woff2 — 200 — 55.7 KiB — 193 ms — h3https://www.degruyterbrill.com/assets/stylesheets/fontawesome.woff2www.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/fontawesome.woff2 — 200 — 11.4 KiB — 145 ms — h3https://www.degruyterbrill.com/assets/stylesheets/a7ad7e8fc9b0fe0363459c865c0ecb34-bootstrap.purged.min.csswww.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/a7ad7e8fc9b0fe0363459c865c0ecb34-bootstrap.purged.min.css — 200 — 9.8 KiB — 132 ms — h3https://www.degruyterbrill.com/assets/stylesheets/670b98379425b2b97fe24f78ecc12bd9-main.min.csswww.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/670b98379425b2b97fe24f78ecc12bd9-main.min.css — 200 — 67.8 KiB — 192 ms — h3https://www.degruyterbrill.com/assets/stylesheets/13761c60ba5201f465803f3005ccd7ef-fontawesome-codes.csswww.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/13761c60ba5201f465803f3005ccd7ef-fontawesome-codes.css — 200 — 1.4 KiB — 108 ms — h3https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Regular.ttfwww.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Regular.ttf — 200 — 35.4 KiB — 181 ms — h3https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Medium.ttfwww.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/InstrumentSans-Medium.ttf — 200 — 36.2 KiB — 180 ms — h3https://www.degruyterbrill.com/assets/fonts/InstrumentSans-SemiBold.ttfwww.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/InstrumentSans-SemiBold.ttf — 200 — 36.6 KiB — 182 ms — h3https://www.degruyterbrill.com/assets/stylesheets/dgbrill/homepage.csswww.degruyterbrill.com/assets/style... https://www.degruyterbrill.com/assets/stylesheets/dgbrill/homepage.css — 200 — 5.4 KiB — 151 ms — h3https://www.degruyterbrill.com/assets/images/partner-1.pngwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/partner-1.png — 200 — 930.0 KiB — 305 ms — h3https://www.degruyterbrill.com/assets/images/partner-2.pngwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/partner-2.png — 200 — 1.2 MiB — 309 ms — h3https://www.degruyterbrill.com/assets/javascripts/dgbrill/dba8b7bd2d21c1deeda3639cce555347-dgb-main.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/dgbrill/dba8b7bd2d21c1deeda3639cce555347-dgb-main.js — 200 — 3.2 KiB — 144 ms — h3https://www.degruyterbrill.com/assets/javascripts/7ccd9d390d31af98110f74f842ea9b32-bootstrap.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/7ccd9d390d31af98110f74f842ea9b32-bootstrap.js — 200 — 23.3 KiB — 165 ms — h3https://www.degruyterbrill.com/assets/javascripts/f2390771024f2511756735210eb56ad8-cookie-control.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/f2390771024f2511756735210eb56ad8-cookie-control.js — 200 — 3.9 KiB — 120 ms — h3https://www.degruyterbrill.com/assets/javascripts/835e77a694cc46b66f3812640c574eef-main.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/835e77a694cc46b66f3812640c574eef-main.js — 200 — 33.8 KiB — 187 ms — h3https://www.degruyterbrill.com/assets/images/partner-3.pngwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/partner-3.png — 200 — 825.9 KiB — 221 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111344027/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111344027/product_pages — 200 — 83.2 KiB — 201 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111338774/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111338774/product_pages — 200 — 92.1 KiB — 219 ms — h3https://www.degruyterbrill.com/assets/javascripts/37a2cfe669cc9d8eead8b67ac2afe33e-main-immediate.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/37a2cfe669cc9d8eead8b67ac2afe33e-main-immediate.js — 200 — 1.6 KiB — 234 ms — h3https://www.degruyterbrill.com/assets/images/defaultCover.svgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/defaultCover.svg — 200 — 3.1 KiB — 102 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111510736/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111510736/product_pages — 200 — 69.5 KiB — 230 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111503592/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111503592/product_pages — 200 — 68.2 KiB — 214 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783110762563/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783110762563/product_pages — 200 — 71.9 KiB — 135 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111703886/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111703886/product_pages — 200 — 77.2 KiB — 225 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111566238/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111566238/product_pages — 200 — 97.3 KiB — 213 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111373362/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111373362/product_pages — 200 — 146.2 KiB — 116 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111583495/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111583495/product_pages — 200 — 61.8 KiB — 113 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783112231074/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783112231074/product_pages — 200 — 70.9 KiB — 208 ms — h3https://www.degruyterbrill.com/document/cover/isbn/978-3-11-091467-2/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/978-3-11-091467-2/product_pages — 200 — 69.1 KiB — 107 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783110710663/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783110710663/product_pages — 200 — 74.4 KiB — 196 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783110545982/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783110545982/product_pages — 200 — 71.8 KiB — 134 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783110769203/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783110769203/product_pages — 200 — 55.7 KiB — 224 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783110478051/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783110478051/product_pages — 200 — 69.8 KiB — 205 ms — h3https://www.degruyterbrill.com/document/cover/isbn/9783111433226/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/isbn/9783111433226/product_pages — 200 — 63.9 KiB — 148 ms — h3https://www.degruyterbrill.com/document/cover/serial_code/IVT-B/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/serial_code/IVT-B/product_pages — 200 — 80.9 KiB — 197 ms — h3https://www.degruyterbrill.com/document/cover/serial_code/DHIM-B/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/serial_code/DHIM-B/product_pages — 200 — 51.4 KiB — 205 ms — h3https://www.degruyterbrill.com/document/cover/serial_code/GBH-B/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/serial_code/GBH-B/product_pages — 200 — 53.7 KiB — 225 ms — h3https://www.degruyterbrill.com/document/cover/serial_code/KSVDIPA-B/product_pageswww.degruyterbrill.com/document/cov... https://www.degruyterbrill.com/document/cover/serial_code/KSVDIPA-B/product_pages — 200 — 90.3 KiB — 194 ms — h3https://www.degruyterbrill.com/assets/images/open-access.svgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/open-access.svg — 200 — 1.8 KiB — 112 ms — h3https://www.degruyterbrill.com/assets/images/blog-1.jpgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/blog-1.jpg — 200 — 47.6 KiB — 195 ms — h3https://www.degruyterbrill.com/assets/images/blog-2.pngwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/blog-2.png — 200 — 360.9 KiB — 219 ms — h3https://www.degruyterbrill.com/assets/javascripts/dgbrill/4bdc08facd85c1ac420c404f6b733d88-footer.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/dgbrill/4bdc08facd85c1ac420c404f6b733d88-footer.js — 200 — 1.6 KiB — 128 ms — h3https://www.degruyterbrill.com/assets/images/2a1093d067525528af2f87c7296d39e1-scroll-arrow.svgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/2a1093d067525528af2f87c7296d39e1-scroll-arrow.svg — 200 — 964 B — 101 ms — h3https://www.degruyterbrill.com/assets/javascripts/02f217ac44f30e20572ec9be327266f9-clipboard-polyfill.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/02f217ac44f30e20572ec9be327266f9-clipboard-polyfill.js — 200 — 3.2 KiB — 95 ms — h3https://www.degruyterbrill.com/assets/javascripts/f4a7cebacca43a770afd837b68a7eed8-autoComplete.min.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/f4a7cebacca43a770afd837b68a7eed8-autoComplete.min.js — 200 — 4.4 KiB — 138 ms — h3https://www.degruyterbrill.com/assets/javascripts/f62fc03e44df2f5efad9611016f07366-custom-elements.min.jswww.degruyterbrill.com/assets/javas... https://www.degruyterbrill.com/assets/javascripts/f62fc03e44df2f5efad9611016f07366-custom-elements.min.js — 200 — 6.6 KiB — 118 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PMNKTQ5&gtm_auth=JraP3pn8iVUkqNIGYl03AA&gtm_preview=env-2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PMNKTQ5&gtm_auth=JraP3pn8iVUkqNIGYl03AA&gtm_preview=env-2 — 200 — 170.5 KiB — 164 ms — h2https://connect.liblynx.com/log/js/counter5.jsconnect.liblynx.com/log/js/counter5... https://connect.liblynx.com/log/js/counter5.js — 200 — 2.9 KiB — 154 ms — http/1.1https://badge.dimensions.ai/badge.jsbadge.dimensions.ai/badge.js https://badge.dimensions.ai/badge.js — 200 — 81.2 KiB — 192 ms — h2https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.jsd1bxh8uas1mnw7.cloudfront.net/asset... https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js — 200 — 1.0 KiB — 72 ms — h2https://www.degruyterbrill.com/assets/images/hero-image.jpgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/hero-image.jpg — 200 — 796.1 KiB — 199 ms — h3https://www.degruyterbrill.com/assets/images/comma.svgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/comma.svg — 200 — 1.3 KiB — 126 ms — h3https://www.degruyterbrill.com/assets/images/select-arrow.svgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/select-arrow.svg — 200 — 974 B — 168 ms — h3data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40' fill='none'><pa…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40' fill='none'><pa… — 200 — 0 B — 0 ms — datahttps://www.degruyterbrill.com/assets/images/open-access.pngwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/open-access.png — 200 — 1.5 KiB — 95 ms — h3https://www.degruyterbrill.com/assets/images/arrow-right2.svgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/arrow-right2.svg — 200 — 1.3 KiB — 158 ms — h3https://www.degruyterbrill.com/assets/fonts/HafferVF.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/HafferVF.woff2 — 200 — 397.0 KiB — 171 ms — h3https://www.degruyterbrill.com/assets/fonts/RecklessNeue-Book.woff2www.degruyterbrill.com/assets/fonts... https://www.degruyterbrill.com/assets/fonts/RecklessNeue-Book.woff2 — 200 — 35.3 KiB — 156 ms — h3https://www.degruyterbrill.com/login/html?path=%2Fwww.degruyterbrill.com/login/html?p... https://www.degruyterbrill.com/login/html?path=%2F — 200 — 56.8 KiB — 278 ms — h3https://cdn.foxycart.com/checkout.degruyterbrill.com/loader.jscdn.foxycart.com/checkout.degruyter... https://cdn.foxycart.com/checkout.degruyterbrill.com/loader.js — 200 — 658 B — 58 ms — h2https://www.degruyterbrill.com/assets/images/homepage/dgb-back-arrow.svgwww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/homepage/dgb-back-arrow.svg — 200 — 923 B — 97 ms — h3https://www.googletagmanager.com/gtag/destination?id=G-0C5LEN255K&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-0C5LEN255K&cx=c&gtm=4e64k0 — 200 — 176.7 KiB — 46 ms — h2https://badge.dimensions.ai/config.jsonbadge.dimensions.ai/config.json https://badge.dimensions.ai/config.json — 200 — 678 B — 56 ms — h2https://embed.altmetric.com/assets/altmetric_badges-c21a2f91e3e5dbe0f15b5dce6a35bc21b7dc4a409ec52afb5b3074a91a507968.jsembed.altmetric.com/assets/altmetri... https://embed.altmetric.com/assets/altmetric_badges-c21a2f91e3e5dbe0f15b5dce6a35bc21b7dc4a409ec52afb5b3074a91a507968.js — 200 — 30.9 KiB — 65 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-0C5LEN255K&gtm=45je64k0v875091161z8812741461za20gzb812741461zd812741461&_p=1776889512431&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&_eu=AAAAAGA&are=1&cid=1507810691.1776889513&frm=0&pscdl=denied&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~117266400~117512543&sid=1776889512&sct=1&seg=0&dl=https%3A%2F%2Fwww.degruyterbrill.com%2F&dt=De%20Gruyter%20Brill&en=view_item_list&_fv=1&_nsi=1&_ss=1&tfd=978region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-0C5LEN255K&gtm=45je64k0v875091161z8812741461za20gzb812741461zd812741461&_p=1776889512431&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&_eu=AAAAAGA&are=1&cid=1507810691.1776889513&frm=0&pscdl=denied&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~117266400~117512543&sid=1776889512&sct=1&seg=0&dl=https%3A%2F%2Fwww.degruyterbrill.com%2F&dt=De%20Gruyter%20Brill&en=view_item_list&_fv=1&_nsi=1&_ss=1&tfd=978 — 204 — 554 B — 99 ms — h2https://badge.dimensions.ai/badge.cssbadge.dimensions.ai/badge.css https://badge.dimensions.ai/badge.css — 200 — 36.0 KiB — 23 ms — h2https://cdn.foxycart.com/checkout.degruyterbrill.com/foxycart.with-jquery.min.1776800679.jscdn.foxycart.com/checkout.degruyter... https://cdn.foxycart.com/checkout.degruyterbrill.com/foxycart.with-jquery.min.1776800679.js — 200 — 82.4 KiB — 41 ms — h2https://www.degruyterbrill.com/assets/images/7ceceb5f0284fef9bd38295e9cda0098-favicon.icowww.degruyterbrill.com/assets/image... https://www.degruyterbrill.com/assets/images/7ceceb5f0284fef9bd38295e9cda0098-favicon.ico — 200 — 1.8 KiB — 71 ms — h3https://checkout.degruyterbrill.com/cart?cart=get&callback=jQuery111101135158741754494_1776889512831&output=json&_=1776889512832checkout.degruyterbrill.com/cart?ca... https://checkout.degruyterbrill.com/cart?cart=get&callback=jQuery111101135158741754494_1776889512831&output=json&_=1776889512832 — 200 — 1.8 KiB — 283 ms — h2
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 649ms · 404KB · $4/mo
www.degruyterbrill.com
Other
Costly
Execution 238ms
Transfer 34 KB
Unused 62%
Monthly Cost $1/mo
Unattributable
Other
Optional
Execution 149ms
Transfer 0 KB
Monthly Cost $1/mo
www.degruyterbrill.com
Other
Optional
Execution 99ms
Transfer 23 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 83ms
Transfer 170 KB
Unused 41%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 79ms
Transfer 177 KB
Unused 41%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • www.degruyterbrill.com adds 238ms and costs ~$1/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

www.degruyterbrill.com takes 238ms 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

62% of www.degruyterbrill.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

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