Skip to content
https://mikecrm.com

Performance

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

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

61
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
74
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.

2.16 s

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

5.00 s

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

10 ms

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

0.002

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

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

5.06 s

Page Load Progression

597 ms
1.2 s
1.8 s
2.4 s
3.0 s
3.6 s
4.2 s
4.8 s
Checks
15
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 127 requests
FIX
4.8 MB transferred, 127 requests
Critical::
Page weighs 7.9 MB (4.8 MB transferred)
Warning::
Images are 2.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.8 MB
Warning::
JavaScript is 976 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 976 KB
Info::
Fonts are 814 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 814 KB
Info::
CSS is 254 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 254 KB
Warning::
127 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
127 requests
1.0 g CO2 per page load
Images 2.8 MiB 58%
JavaScript 975.9 KiB 20%
Fonts 813.5 KiB 16%
CSS 254.1 KiB 5%
HTML 13.5 KiB 0%
Other 2.2 KiB 0%
Other 548 B 0%
Other 547 B 0%
Other 464 B 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

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

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

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 (4.8 MiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
6 scripts, 368 KB unused
FIX
6 scripts, 368 KB unused
Warning::
https://cdnq4.de.mikecrm.com/js/home.js?v=2406122: 193 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-94DL...: 70 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdnq4.de.mikecrm.com/js/commons.js?v=23100...: 63 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdnq4.de.mikecrm.com/js/common-de.js?v=240...: 21 KB unused (19%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdnq4.de.mikecrm.com/js/bundle.js?v=240612...: 21 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 368 KB
368 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdnq4.de.mikecrm.com/js/home.js?v=2406122514 KB193 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=G-94DL6ZVXP2&cx=c&_slc=1166 KB70 KB (42%)3rd
https://cdnq4.de.mikecrm.com/js/commons.js?v=231008126 KB63 KB (50%)3rd
https://cdnq4.de.mikecrm.com/js/common-de.js?v=2406122117 KB21 KB (19%)3rd
https://cdnq4.de.mikecrm.com/js/bundle.js?v=240612232 KB21 KB (67%)3rd
https://www.google-analytics.com/analytics.js21 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
127 resources · 4.8 MB · 368 KB savings available
FIX
127 resources · 4.8 MB · 368 KB savings available
Warning::
Page weight 3.8 MB over 1MB target
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~368 KB of savings available
Warning::
126 third-party resources (100% of weight)
Info::
5 resources over 200KB
127 resources · 4.8 MiB · 126 third-party 3.8 MiB over 1MB target
Image 58% · 2.8 MiB
JavaScript 20% · 975.9 KiB
Font 16% · 813.5 KiB
CSS 5% · 254.1 KiB
Document 0% · 13.8 KiB
Other 0% · 1.5 KiB

~367.9 KiB of savings available

Remove unused JavaScript: 367.9 KiB
C
Image Optimization
Action
77 images, 0 KB saveable
REVIEW
77 images, 0 KB saveable
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/head... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/scen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/logo/footer_mi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/scen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/scen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/mike... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/prod... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/logo/footer@2x... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/scen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/logo/footer_mi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdnq4.de.mikecrm.com/images/index/new/scen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
77 images 2.8 MB
0 oversized -0 KB
57 legacy format
20 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

B
JS Execution Cost
898ms total JS execution
REVIEW
898ms total JS execution
Warning::
https://cdnq4.de.mikecrm.com/js/home.js?v=2406122: 468ms CPU time
Warning::
https://de.mikecrm.com/: 320ms CPU time
Info::
Unattributable: 110ms CPU time
Warning::
Third-party scripts: 898ms (100% of total)

Main Thread Breakdown

Style & Layout 34% Script Evaluation 23% Other 22% Rendering 11% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://cdnq4.de.mikecrm.com/js/home.js?v=2406122468ms101ms31ms3rd
https://de.mikecrm.com/320ms69ms0ms3rd
Unattributable110ms19ms0ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
private
REVIEW
private
Info::
Cache-Control header is set
Got: private
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
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
9 fonts (814 KB)
PASS
9 fonts (814 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

814 KB total

Render-blocking

0

of 9

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 FCP 2.2 s LCP 5.0 shttps://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-Bold.woff2?v=30SourceHanSerifSC-Bold.w... https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-Bold.woff2?v=30 — 87.3 KiB — 124 ms — font-display: swaphttps://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansRegular.woff2?v=30IndexSansRegular.woff2 https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansRegular.woff2?v=30 — 138.0 KiB — 156 ms — font-display: swaphttps://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-ext-Bold.woff2?v=30SourceHanSerifSC-ext-Bo... https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-ext-Bold.woff2?v=30 — 348.1 KiB — 216 ms — font-display: swaphttps://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansBold.woff2?v=30IndexSansBold.woff2 https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansBold.woff2?v=30 — 138.2 KiB — 176 ms — font-display: swaphttps://cdnq4.de.mikecrm.com/fonts/PlayfairDisplay/bold.woff2?v=33bold.woff2 https://cdnq4.de.mikecrm.com/fonts/PlayfairDisplay/bold.woff2?v=33 — 32.6 KiB — 31 ms — font-display: swaphttps://cdnq4.de.mikecrm.com/fonts/Walkway/WalkwayExpandBold.woff2?v=33WalkwayExpandBold.woff2 https://cdnq4.de.mikecrm.com/fonts/Walkway/WalkwayExpandBold.woff2?v=33 — 4.0 KiB — 63 ms — font-display: swaphttps://cdnq4.de.mikecrm.com/fonts/Walkway/WalkwayExpandSemiBold.woff2?v=33WalkwayExpandSemiBold.w... https://cdnq4.de.mikecrm.com/fonts/Walkway/WalkwayExpandSemiBold.woff2?v=33 — 4.0 KiB — 29 ms — font-display: swaphttps://cdnq4.de.mikecrm.com/images/iconFont.woff2?v=240205iconFont.woff2 https://cdnq4.de.mikecrm.com/images/iconFont.woff2?v=240205 — 30.2 KiB — 31 ms — font-display: swaphttps://cdnq4.de.mikecrm.com/fonts/PlayfairDisplay/regular.woff2?v=33regular.woff2 https://cdnq4.de.mikecrm.com/fonts/PlayfairDisplay/regular.woff2?v=33 — 31.1 KiB — 29 ms — font-display: swap
SourceHanSerifSC-Bold.w... woff2 swap
Size 87 KB
Load time 124 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
IndexSansRegular.woff2 woff2 swap
Size 138 KB
Load time 156 ms
Start 1.3 s
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
SourceHanSerifSC-ext-Bo... woff2 swap
Size 348 KB
Load time 216 ms
Start 1.3 s
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
IndexSansBold.woff2 woff2 swap
Size 138 KB
Load time 176 ms
Start 1.3 s
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
bold.woff2 woff2 swap
Size 33 KB
Load time 31 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
WalkwayExpandBold.woff2 woff2 swap
Size 4 KB
Load time 63 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
WalkwayExpandSemiBold.w... woff2 swap
Size 4 KB
Load time 29 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
iconFont.woff2 woff2 swap
Size 30 KB
Load time 31 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
regular.woff2 woff2 swap
Size 31 KB
Load time 29 ms
Start 1.9 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)

Fixing the unchecked items could save ~312 KB and ~624 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
127 requests over 2464ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.2 s LCP 5.0 shttps://mikecrm.com// https://mikecrm.com/ — 302 — 344 B — 810 ms — http/1.1http://de.mikecrm.com/de.mikecrm.com/ http://de.mikecrm.com/ — 307 — 0 B — 1 ms — http/1.1https://de.mikecrm.com/de.mikecrm.com/ https://de.mikecrm.com/ — 200 — 13.5 KiB — 520 ms — http/1.1https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-Bold.woff2?v=30cdnq4.de.mikecrm.com/fonts/index/So... https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-Bold.woff2?v=30 — 200 — 87.3 KiB — 124 ms — h2https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansRegular.woff2?v=30cdnq4.de.mikecrm.com/fonts/indexCom... https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansRegular.woff2?v=30 — 200 — 138.0 KiB — 156 ms — h2https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-ext-Bold.woff2?v=30cdnq4.de.mikecrm.com/fonts/index/So... https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-ext-Bold.woff2?v=30 — 200 — 348.1 KiB — 216 ms — h2https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansBold.woff2?v=30cdnq4.de.mikecrm.com/fonts/indexCom... https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansBold.woff2?v=30 — 200 — 138.2 KiB — 176 ms — h2https://cdnq4.de.mikecrm.com/css/mgGlobal.css?v=2406122cdnq4.de.mikecrm.com/css/mgGlobal.c... https://cdnq4.de.mikecrm.com/css/mgGlobal.css?v=2406122 — 200 — 20.0 KiB — 88 ms — h2https://cdnq4.de.mikecrm.com/css/popwin.css?v=2406122cdnq4.de.mikecrm.com/css/popwin.css... https://cdnq4.de.mikecrm.com/css/popwin.css?v=2406122 — 200 — 161.7 KiB — 162 ms — h2https://cdnq4.de.mikecrm.com/css/cpDropDown.css?v=2406122cdnq4.de.mikecrm.com/css/cpDropDown... https://cdnq4.de.mikecrm.com/css/cpDropDown.css?v=2406122 — 200 — 7.1 KiB — 85 ms — h2https://cdnq4.de.mikecrm.com/css/index_new.css?v=2406122cdnq4.de.mikecrm.com/css/index_new.... https://cdnq4.de.mikecrm.com/css/index_new.css?v=2406122 — 200 — 64.1 KiB — 174 ms — h2https://cdnq4.de.mikecrm.com/js/commons.js?v=231008cdnq4.de.mikecrm.com/js/commons.js?... https://cdnq4.de.mikecrm.com/js/commons.js?v=231008 — 200 — 126.1 KiB — 117 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/headerLogo@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/headerLogo@2x.png — 200 — 5.3 KiB — 84 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/contact@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/contact@2x.png?v=2 — 200 — 3.3 KiB — 106 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/mms@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/mms@2x.png?v=2 — 200 — 3.3 KiB — 80 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/mail@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/mail@2x.png?v=2 — 200 — 4.0 KiB — 115 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/training@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/training@2x.png — 200 — 4.2 KiB — 106 ms — h2https://cdnq4.de.mikecrm.com/images/favicon/manifest.jsoncdnq4.de.mikecrm.com/images/favicon... https://cdnq4.de.mikecrm.com/images/favicon/manifest.json — 200 — 547 B — 125 ms — h2https://cdnq4.de.mikecrm.com/js/common-de.js?v=2406122cdnq4.de.mikecrm.com/js/common-de.j... https://cdnq4.de.mikecrm.com/js/common-de.js?v=2406122 — 200 — 116.8 KiB — 96 ms — h2https://cdnq4.de.mikecrm.com/js/bundle.js?v=2406122cdnq4.de.mikecrm.com/js/bundle.js?v... https://cdnq4.de.mikecrm.com/js/bundle.js?v=2406122 — 200 — 31.6 KiB — 117 ms — h2https://cdnq4.de.mikecrm.com/js/home.js?v=2406122cdnq4.de.mikecrm.com/js/home.js?v=2... https://cdnq4.de.mikecrm.com/js/home.js?v=2406122 — 200 — 514.2 KiB — 129 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/edu@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/edu@2x.png — 200 — 4.0 KiB — 83 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/hr@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/hr@2x.png — 200 — 3.9 KiB — 84 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/health@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/health@2x.png — 200 — 4.4 KiB — 105 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/sms@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/sms@2x.png?v=2 — 200 — 4.0 KiB — 115 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/mikeX/logo@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/mikeX/logo@2x.png — 200 — 5.2 KiB — 116 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/marketing@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/marketing@2x.png?v=2 — 200 — 2.9 KiB — 105 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/mikeX/multiplier.svgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/mikeX/multiplier.svg — 200 — 439 B — 116 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/octopus.svgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/octopus.svg — 200 — 1.7 KiB — 117 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/mikecare@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/mikecare@2x.png — 200 — 4.0 KiB — 122 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.2 s LCP 5.0 shttps://mikecrm.com// https://mikecrm.com/ — 302 — 344 B — 810 ms — http/1.1http://de.mikecrm.com/de.mikecrm.com/ http://de.mikecrm.com/ — 307 — 0 B — 1 ms — http/1.1https://de.mikecrm.com/de.mikecrm.com/ https://de.mikecrm.com/ — 200 — 13.5 KiB — 520 ms — http/1.1https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-Bold.woff2?v=30cdnq4.de.mikecrm.com/fonts/index/So... https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-Bold.woff2?v=30 — 200 — 87.3 KiB — 124 ms — h2https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansRegular.woff2?v=30cdnq4.de.mikecrm.com/fonts/indexCom... https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansRegular.woff2?v=30 — 200 — 138.0 KiB — 156 ms — h2https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-ext-Bold.woff2?v=30cdnq4.de.mikecrm.com/fonts/index/So... https://cdnq4.de.mikecrm.com/fonts/index/SourceHanSerifSC-ext-Bold.woff2?v=30 — 200 — 348.1 KiB — 216 ms — h2https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansBold.woff2?v=30cdnq4.de.mikecrm.com/fonts/indexCom... https://cdnq4.de.mikecrm.com/fonts/indexCommon/IndexSansBold.woff2?v=30 — 200 — 138.2 KiB — 176 ms — h2https://cdnq4.de.mikecrm.com/css/mgGlobal.css?v=2406122cdnq4.de.mikecrm.com/css/mgGlobal.c... https://cdnq4.de.mikecrm.com/css/mgGlobal.css?v=2406122 — 200 — 20.0 KiB — 88 ms — h2https://cdnq4.de.mikecrm.com/css/popwin.css?v=2406122cdnq4.de.mikecrm.com/css/popwin.css... https://cdnq4.de.mikecrm.com/css/popwin.css?v=2406122 — 200 — 161.7 KiB — 162 ms — h2https://cdnq4.de.mikecrm.com/css/cpDropDown.css?v=2406122cdnq4.de.mikecrm.com/css/cpDropDown... https://cdnq4.de.mikecrm.com/css/cpDropDown.css?v=2406122 — 200 — 7.1 KiB — 85 ms — h2https://cdnq4.de.mikecrm.com/css/index_new.css?v=2406122cdnq4.de.mikecrm.com/css/index_new.... https://cdnq4.de.mikecrm.com/css/index_new.css?v=2406122 — 200 — 64.1 KiB — 174 ms — h2https://cdnq4.de.mikecrm.com/js/commons.js?v=231008cdnq4.de.mikecrm.com/js/commons.js?... https://cdnq4.de.mikecrm.com/js/commons.js?v=231008 — 200 — 126.1 KiB — 117 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/headerLogo@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/headerLogo@2x.png — 200 — 5.3 KiB — 84 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/contact@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/contact@2x.png?v=2 — 200 — 3.3 KiB — 106 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/mms@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/mms@2x.png?v=2 — 200 — 3.3 KiB — 80 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/mail@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/mail@2x.png?v=2 — 200 — 4.0 KiB — 115 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/training@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/training@2x.png — 200 — 4.2 KiB — 106 ms — h2https://cdnq4.de.mikecrm.com/images/favicon/manifest.jsoncdnq4.de.mikecrm.com/images/favicon... https://cdnq4.de.mikecrm.com/images/favicon/manifest.json — 200 — 547 B — 125 ms — h2https://cdnq4.de.mikecrm.com/js/common-de.js?v=2406122cdnq4.de.mikecrm.com/js/common-de.j... https://cdnq4.de.mikecrm.com/js/common-de.js?v=2406122 — 200 — 116.8 KiB — 96 ms — h2https://cdnq4.de.mikecrm.com/js/bundle.js?v=2406122cdnq4.de.mikecrm.com/js/bundle.js?v... https://cdnq4.de.mikecrm.com/js/bundle.js?v=2406122 — 200 — 31.6 KiB — 117 ms — h2https://cdnq4.de.mikecrm.com/js/home.js?v=2406122cdnq4.de.mikecrm.com/js/home.js?v=2... https://cdnq4.de.mikecrm.com/js/home.js?v=2406122 — 200 — 514.2 KiB — 129 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/edu@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/edu@2x.png — 200 — 4.0 KiB — 83 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/hr@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/hr@2x.png — 200 — 3.9 KiB — 84 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/health@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/industrySolution/health@2x.png — 200 — 4.4 KiB — 105 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/sms@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/sms@2x.png?v=2 — 200 — 4.0 KiB — 115 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/mikeX/logo@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/mikeX/logo@2x.png — 200 — 5.2 KiB — 116 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/marketing@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/marketing@2x.png?v=2 — 200 — 2.9 KiB — 105 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/mikeX/multiplier.svgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/mikeX/multiplier.svg — 200 — 439 B — 116 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/octopus.svgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/octopus.svg — 200 — 1.7 KiB — 117 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/mikecare@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/mikecare@2x.png — 200 — 4.0 KiB — 122 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/packageService@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/packageService@2x.png — 200 — 25.6 KiB — 108 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/m_global_bgMap@3x.jpgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/m_global_bgMap@3x.jpg — 200 — 34.9 KiB — 116 ms — h2https://cdnq4.de.mikecrm.com/images/logo/footer@2x.pngcdnq4.de.mikecrm.com/images/logo/fo... https://cdnq4.de.mikecrm.com/images/logo/footer@2x.png — 200 — 8.4 KiB — 116 ms — h2https://cdnq4.de.mikecrm.com/images/logo/footer_mikeX@2x.pngcdnq4.de.mikecrm.com/images/logo/fo... https://cdnq4.de.mikecrm.com/images/logo/footer_mikeX@2x.png — 200 — 3.5 KiB — 115 ms — h2https://cdnq4.de.mikecrm.com/images/logo/footer_mikeCare@2x.pngcdnq4.de.mikecrm.com/images/logo/fo... https://cdnq4.de.mikecrm.com/images/logo/footer_mikeCare@2x.png — 200 — 3.6 KiB — 105 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/djcp_darkBg@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/djcp_darkBg@2x.png — 200 — 3.6 KiB — 115 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/iso_darkBg@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/iso_darkBg@2x.png — 200 — 3.5 KiB — 122 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/twpc@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/twpc@2x.png — 200 — 7.6 KiB — 106 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/aliyun_darkBg_en@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/aliyun_darkBg_en@2x.png — 200 — 2.8 KiB — 106 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/cert_m-5@3x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/cert_m-5@3x.png — 200 — 2.8 KiB — 118 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/iTrust_m@3x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/iTrust_m@3x.png — 200 — 1.6 KiB — 119 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/slogan_en@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/slogan_en@2x.png — 200 — 5.6 KiB — 120 ms — h2https://cdnq4.de.mikecrm.com/css/font.css?v=240229cdnq4.de.mikecrm.com/css/font.css?v... https://cdnq4.de.mikecrm.com/css/font.css?v=240229 — 200 — 1.1 KiB — 119 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/frontBorder_top_left.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/frontBorder_top_left.png — 200 — 108.6 KiB — 33 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/frontBorder_top_right.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/frontBorder_top_right.png — 200 — 48.6 KiB — 31 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/frontBorder_bottom_left.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/frontBorder_bottom_left.png — 200 — 22.5 KiB — 30 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/frontBorder_bottom_right.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/frontBorder_bottom_right.png — 200 — 62.1 KiB — 28 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2211%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2211%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2212%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datahttps://cdnq4.de.mikecrm.com/images/index/new/headerBgTexture_1@2x.jpg?v=6cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/headerBgTexture_1@2x.jpg?v=6 — 200 — 60.3 KiB — 50 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2252%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2252%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datahttps://cdnq4.de.mikecrm.com/images/index/new/heroImg_1@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/heroImg_1@2x.png?v=2 — 200 — 390.0 KiB — 52 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/partenerLogo_backend.jpgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/partenerLogo_backend.jpg — 200 — 8.9 KiB — 28 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/partenerLogo_front_en@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/partenerLogo_front_en@2x.png — 200 — 711.7 KiB — 72 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/scenario-bg-sprite.jpg?ver=164612294cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/scenario-bg-sprite.jpg?ver=164612294 — 200 — 153.6 KiB — 31 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/scenario-sprite.png?ver=164611700cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/scenario-sprite.png?ver=164611700 — 200 — 111.0 KiB — 41 ms — h2https://cdnq4.de.mikecrm.com/images/mini/version-sprite.png?ver=171818423cdnq4.de.mikecrm.com/images/mini/ve... https://cdnq4.de.mikecrm.com/images/mini/version-sprite.png?ver=171818423 — 200 — 248.1 KiB — 68 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/octopusTexture@2x.jpgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/octopusTexture@2x.jpg — 200 — 7.5 KiB — 49 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/mikecare/bgTexture@2x.png?v=1cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/mikecare/bgTexture@2x.png?v=1 — 200 — 50.9 KiB — 50 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/packageService_bg.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/packageService_bg.png — 200 — 16.0 KiB — 51 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/global_part_bg_texture@2x.jpgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/global_part_bg_texture@2x.jpg — 200 — 34.8 KiB — 49 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2211%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2211%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2254%22%20height%3D%2211%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2254%22%20height%3D%2211%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datahttps://cdnq4.de.mikecrm.com/fonts/PlayfairDisplay/bold.woff2?v=33cdnq4.de.mikecrm.com/fonts/Playfair... https://cdnq4.de.mikecrm.com/fonts/PlayfairDisplay/bold.woff2?v=33 — 200 — 32.6 KiB — 31 ms — h2https://cdnq4.de.mikecrm.com/fonts/Walkway/WalkwayExpandBold.woff2?v=33cdnq4.de.mikecrm.com/fonts/Walkway/... https://cdnq4.de.mikecrm.com/fonts/Walkway/WalkwayExpandBold.woff2?v=33 — 200 — 4.0 KiB — 63 ms — h2https://cdnq4.de.mikecrm.com/fonts/Walkway/WalkwayExpandSemiBold.woff2?v=33cdnq4.de.mikecrm.com/fonts/Walkway/... https://cdnq4.de.mikecrm.com/fonts/Walkway/WalkwayExpandSemiBold.woff2?v=33 — 200 — 4.0 KiB — 29 ms — h2https://cdnq4.de.mikecrm.com/images/iconFont.woff2?v=240205cdnq4.de.mikecrm.com/images/iconFon... https://cdnq4.de.mikecrm.com/images/iconFont.woff2?v=240205 — 200 — 30.2 KiB — 31 ms — h2https://real.mikecrm.com/inner-map.phpreal.mikecrm.com/inner-map.php https://real.mikecrm.com/inner-map.php — -1 — 0 B — 63 ms — https://cdnq4.de.mikecrm.com/images/index/new/product/matrix_bg@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/product/matrix_bg@2x.png — 200 — 140.6 KiB — 32 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/product/contentBgTexture@2x.jpg?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/product/contentBgTexture@2x.jpg?v=2 — 200 — 17.5 KiB — 32 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/icon/packageTabActive_bg@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/icon/packageTabActive_bg@2x.png — 200 — 4.3 KiB — 39 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/pricing/basicBg.svgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/pricing/basicBg.svg — 200 — 595 B — 37 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/pricing/hive.1.0.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/pricing/hive.1.0.png?v=2 — 200 — 3.0 KiB — 36 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/pricing/hive.1.1.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/pricing/hive.1.1.png?v=2 — 200 — 15.7 KiB — 39 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datahttps://cdnq4.de.mikecrm.com/images/index/new/pricing/hive.1.2.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/pricing/hive.1.2.png?v=2 — 200 — 20.1 KiB — 36 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datahttps://cdnq4.de.mikecrm.com/images/index/new/pricing/basicBg_s.svgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/pricing/basicBg_s.svg — 200 — 560 B — 30 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/mikecare/g-sprite.jpg?ver=164086516cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/mikecare/g-sprite.jpg?ver=164086516 — 200 — 145.6 KiB — 32 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/mikecare/texture@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/mikecare/texture@2x.png — 200 — 11.9 KiB — 29 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/form@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/form@2x.png?v=2 — 200 — 3.4 KiB — 34 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/scenario/mbrm@2x.png?v=2cdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/scenario/mbrm@2x.png?v=2 — 200 — 3.9 KiB — 32 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2275%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2275%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2270%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2270%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2266%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2266%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2268%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2268%22%20height%3D%2222%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg width='306' height='59' viewBox='0 0 306 59' fill='none' xmlns='http://ww…ww… data:image/svg+xml,%3Csvg width='306' height='59' viewBox='0 0 306 59' fill='none' xmlns='http://ww… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2214%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2280%22%20height%3D%2214%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2277%22%20height%3D%2213%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2277%22%20height%3D%2213%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2271%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2271%22%20height%3D%2218%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datahttps://cdnq4.de.mikecrm.com/images/index/new/product/product-form_en.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/product/product-form_en.png — 200 — 197.6 KiB — 32 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datahttps://cdnq4.de.mikecrm.com/images/index/new/global_bgMap.jpgcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/global_bgMap.jpg — 200 — 71.7 KiB — 35 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/global_bgMap_node@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/global_bgMap_node@2x.png — 200 — 53.9 KiB — 31 ms — h2https://cdnq4.de.mikecrm.com/images/index/new/logo/iTrust@2x.pngcdnq4.de.mikecrm.com/images/index/n... https://cdnq4.de.mikecrm.com/images/index/new/logo/iTrust@2x.png — 200 — 6.8 KiB — 34 ms — h2https://cdnq4.de.mikecrm.com/fonts/PlayfairDisplay/regular.woff2?v=33cdnq4.de.mikecrm.com/fonts/Playfair... https://cdnq4.de.mikecrm.com/fonts/PlayfairDisplay/regular.woff2?v=33 — 200 — 31.1 KiB — 29 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 92 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=75198768&t=pageview&_s=1&dl=https%3A%2F%2Fde.mikecrm.com%2F&dp=%2F&ul=en-us&dt=MikeCRM%20-%20Ein%20f%C3%BChrender%20Dienst%20f%C3%BCr%20Datensammlung%20und%20Marktforschung.&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=1775511754&gjid=285681464&cid=1249023543.1776899112&tid=UA-44048469-1&_gid=773954774.1776899112&_r=1&_slc=1&z=394531918www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=75198768&t=pageview&_s=1&dl=https%3A%2F%2Fde.mikecrm.com%2F&dp=%2F&ul=en-us&dt=MikeCRM%20-%20Ein%20f%C3%BChrender%20Dienst%20f%C3%BCr%20Datensammlung%20und%20Marktforschung.&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=1775511754&gjid=285681464&cid=1249023543.1776899112&tid=UA-44048469-1&_gid=773954774.1776899112&_r=1&_slc=1&z=394531918 — 200 — 464 B — 30 ms — h2https://cdnq4.de.mikecrm.com/images/favicon/favicon-32x32.pngcdnq4.de.mikecrm.com/images/favicon... https://cdnq4.de.mikecrm.com/images/favicon/favicon-32x32.png — 200 — 1.9 KiB — 29 ms — h2https://www.googletagmanager.com/gtag/js?id=G-94DL6ZVXP2&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-94DL6ZVXP2&cx=c&_slc=1 — 200 — 166.2 KiB — 186 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-94DL6ZVXP2&gtm=45je64k1v9135635997za20g&_p=1776899111712&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=EBAI&are=1&cid=1249023543.1776899112&frm=0&ir=1&pscdl=noapi&rcb=3&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&_s=1&tag_exp=0~115938466~115938469~117266401~117512543~117884344~118128923&dl=https%3A%2F%2Fde.mikecrm.com%2F&dp=%2F&dt=MikeCRM%20-%20Ein%20f%C3%BChrender%20Dienst%20f%C3%BCr%20Datensammlung%20und%20Marktforschung.&sid=1776899111&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2369region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-94DL6ZVXP2&gtm=45je64k1v9135635997za20g&_p=1776899111712&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=EBAI&are=1&cid=1249023543.1776899112&frm=0&ir=1&pscdl=noapi&rcb=3&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&_s=1&tag_exp=0~115938466~115938469~117266401~117512543~117884344~118128923&dl=https%3A%2F%2Fde.mikecrm.com%2F&dp=%2F&dt=MikeCRM%20-%20Ein%20f%C3%BChrender%20Dienst%20f%C3%BCr%20Datensammlung%20und%20Marktforschung.&sid=1776899111&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=2369 — 204 — 548 B — 95 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 898ms · 528KB · ¥111/mo
cdnq4.de.mikecrm.com
Other
Costly
Execution 468ms
Transfer 514 KB
Unused 43%
Monthly Cost ¥58/mo
de.mikecrm.com
Other
Costly
Execution 320ms
Transfer 13 KB
Monthly Cost ¥39/mo
Unattributable
Other
Optional
Execution 110ms
Transfer 0 KB
Monthly Cost ¥14/mo

These scripts may cost more than they're worth

  • cdnq4.de.mikecrm.com adds 468ms and costs ~¥58/month
  • de.mikecrm.com adds 320ms and costs ~¥39/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

cdnq4.de.mikecrm.com takes 468ms 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

de.mikecrm.com takes 320ms 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

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