Skip to content
https://creampiled.com

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
3
REVIEW
7
PASS
9
INFO
4

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

43
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.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
69
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.

777 ms

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

952 ms

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

712 ms

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

0.847

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

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

2.51 s

Page Load Progression

670 ms
1.3 s
2.0 s
2.7 s
3.3 s
4.0 s
4.7 s
5.4 s
Checks
23
9 PASS 7 REVIEW 3 FIX
F
Page Weight Budget
Action
10.9 MB transferred, 122 requests
FIX
10.9 MB transferred, 122 requests
Critical::
Page weighs 10.2 MB (10.9 MB transferred)
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Warning::
122 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.3 g CO2 per page load
10.9 MB / 2.4 MB budget
10.9 MB transferred
122 requests
2.3 g CO2 per page load
Other 9.0 MiB 83%
Images 1.3 MiB 12%
JavaScript 397.5 KiB 4%
Fonts 79.1 KiB 1%
Other 50.8 KiB 0%
CSS 29.4 KiB 0%
Other 18.6 KiB 0%
Other 7.4 KiB 0%
HTML 3.4 KiB 0%
Other 0 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

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
JS Execution Cost
Action
2455ms total JS execution
FIX
2455ms total JS execution
Warning::
https://creampiled.com/natscms-app/chunk-CuLoFmdF....: 710ms CPU time
Warning::
https://creampiled.com/natscms-app/chunk-B9UmamBz....: 481ms CPU time
Warning::
Unattributable: 410ms CPU time
Warning::
https://creampiled.com/: 381ms CPU time
Info::
https://creampiled.com/natscms-app/chunk-DV5By-zB....: 167ms CPU time
Info::
Third-party scripts: 165ms (7% of total)

Main Thread Breakdown

Script Evaluation 46% Other 23% Parse HTML & CSS 12% Style & Layout 12% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://creampiled.com/natscms-app/chunk-CuLoFmdF.js710ms435ms0ms1st
https://creampiled.com/natscms-app/chunk-B9UmamBz.js481ms395ms1ms1st
Unattributable410ms40ms0ms1st
https://creampiled.com/381ms7ms1ms1st
https://creampiled.com/natscms-app/chunk-DV5By-zB.js167ms32ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-RKW1M7TJDJ165ms120ms26ms3rd
https://creampiled.com/natscms-app/chunk-9PUs-3uH.js142ms117ms0ms1st
D
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.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

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

B
JS Bundles
42 scripts, 96 KB unused
REVIEW
42 scripts, 96 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-RKW1...: 68 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://creampiled.com/natscms-app/chunk-DV5By-zB....: 27 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 96 KB
96 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-RKW1M7TJDJ163 KB68 KB (42%)3rd
https://creampiled.com/natscms-app/chunk-DV5By-zB.js52 KB27 KB (52%)1st
https://creampiled.com/natscms-app/chunk-tLCkiI6G.js10 KB1st
https://creampiled.com/natscms-app/chunk-Cy3hr6uj.js1 KB1st
https://creampiled.com/natscms-app/chunk-YCmcoKqs.js1 KB1st
https://creampiled.com/natscms-app/chunk-DyZJHXh4.js0 KB1st
https://creampiled.com/natscms-app/chunk-Di6vO56D.js0 KB1st
https://creampiled.com/natscms-app/chunk-B7L2VTQI.js1 KB1st
https://creampiled.com/natscms-app/chunk-B9zOPryZ.js0 KB1st
https://creampiled.com/natscms-app/chunk-9PUs-3uH.js11 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
122 resources · 10.9 MB · 96 KB savings available
REVIEW
122 resources · 10.9 MB · 96 KB savings available
Warning::
Page weight 10.9 MB exceeds 1 MB target by 9.9 MB
Got: 10.9 MB Expected: ≤ 1 MB
Info::
~96 KB of savings available
Info::
72 third-party resources (14% of weight)
Info::
1 resources over 200KB
122 resources · 10.9 MiB · 72 third-party 9.9 MiB over 1MB target
Media 83% · 9.0 MiB
Image 12% · 1.3 MiB
JavaScript 4% · 397.5 KiB
Font 1% · 79.1 KiB
Other 1% · 58.2 KiB
CSS 0% · 29.4 KiB
Document 0% · 6.8 KiB

~95.7 KiB of savings available

Remove unused JavaScript: 95.7 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
14% third-party, 0 ms blocking
PASS
14% third-party, 0 ms blocking
Info::
Third-party code accounts for 14% of page weight (1.6 MiB of 10.9 MiB)
Info::
Third-party blocking time is low (0 ms)
86%
First-party Third-party
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
Image Optimization
41 images, 0 KB saveable
PASS
41 images, 0 KB saveable
Warning::
https://creampiled.com/custom_assets/creampiled-lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
41 images 1.3 MB
0 oversized -0 KB
1 legacy format
1 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

A+
Font Loading
4 fonts (79 KB)
PASS
4 fonts (79 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

79 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 777 ms LCP 952 mshttps://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2XRXV3I6Li01BKofINeaBTMn... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 38.3 KiB — 15 ms — font-display: swaphttps://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2XRXV3I6Li01BKofINeaBTMn... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 0 B — 3 ms — font-display: swaphttps://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2XRXV3I6Li01BKofINeaBTMn... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 0 B — 5 ms — font-display: swaphttps://fonts.gstatic.com/s/nunito/v32/XRXX3I6Li01BKofIMNaDRs7nczIH.woff2XRXX3I6Li01BKofIMNaDRs7... https://fonts.gstatic.com/s/nunito/v32/XRXX3I6Li01BKofIMNaDRs7nczIH.woff2 — 40.8 KiB — 14 ms — font-display: swap
XRXV3I6Li01BKofINeaBTMn... woff2 swap
Size 38 KB
Load time 15 ms
Start 585 ms
Risk FOUT — text flashes from fallback to web font
XRXV3I6Li01BKofINeaBTMn... woff2 swap
Size 0 KB
Load time 3 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
XRXV3I6Li01BKofINeaBTMn... woff2 swap
Size 0 KB
Load time 5 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
XRXX3I6Li01BKofIMNaDRs7... woff2 swap
Size 41 KB
Load time 14 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
Network Waterfall
122 requests over 3068ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 777 ms LCP 952 mshttps://creampiled.com// https://creampiled.com/ — 200 — 3.4 KiB — 94 ms — h2https://creampiled.com/natscms-app/main-SAOZX4LC.js/natscms-app/main-SAOZX4LC.js https://creampiled.com/natscms-app/main-SAOZX4LC.js — 200 — 7.1 KiB — 23 ms — h2https://creampiled.com/natscms-app/styles-KXRL3ZR4.css/natscms-app/styles-KXRL3ZR4.css https://creampiled.com/natscms-app/styles-KXRL3ZR4.css — 200 — 27.7 KiB — 66 ms — h2https://creampiled.com/natscms-app/config.json/natscms-app/config.json https://creampiled.com/natscms-app/config.json — 200 — 238 B — 38 ms — h2https://creampiled.com/natscms-app/version.json/natscms-app/version.json https://creampiled.com/natscms-app/version.json — 200 — 90 B — 40 ms — h2https://creampiled.com/natscms-app/chunk-C505rMlB.js/natscms-app/chunk-C505rMlB.js https://creampiled.com/natscms-app/chunk-C505rMlB.js — 200 — 753 B — 27 ms — h2https://creampiled.com/natscms-app/chunk-B9UmamBz.js/natscms-app/chunk-B9UmamBz.js https://creampiled.com/natscms-app/chunk-B9UmamBz.js — 200 — 61.2 KiB — 49 ms — h2https://creampiled.com/natscms-app/chunk-CbBN-9Q7.js/natscms-app/chunk-CbBN-9Q7.js https://creampiled.com/natscms-app/chunk-CbBN-9Q7.js — 200 — 9.6 KiB — 43 ms — h2https://creampiled.com/natscms-app/chunk-YCmcoKqs.js/natscms-app/chunk-YCmcoKqs.js https://creampiled.com/natscms-app/chunk-YCmcoKqs.js — 200 — 1.1 KiB — 49 ms — h2https://creampiled.com/natscms-app/chunk-DyZJHXh4.js/natscms-app/chunk-DyZJHXh4.js https://creampiled.com/natscms-app/chunk-DyZJHXh4.js — 200 — 340 B — 46 ms — h2https://creampiled.com/natscms-app/chunk-Di6vO56D.js/natscms-app/chunk-Di6vO56D.js https://creampiled.com/natscms-app/chunk-Di6vO56D.js — 200 — 428 B — 55 ms — h2https://creampiled.com/natscms-app/chunk-B7L2VTQI.js/natscms-app/chunk-B7L2VTQI.js https://creampiled.com/natscms-app/chunk-B7L2VTQI.js — 200 — 863 B — 58 ms — h2https://creampiled.com/natscms-app/chunk-B9zOPryZ.js/natscms-app/chunk-B9zOPryZ.js https://creampiled.com/natscms-app/chunk-B9zOPryZ.js — 200 — 493 B — 67 ms — h2https://creampiled.com/natscms-app/chunk-9PUs-3uH.js/natscms-app/chunk-9PUs-3uH.js https://creampiled.com/natscms-app/chunk-9PUs-3uH.js — 200 — 11.2 KiB — 80 ms — h2https://creampiled.com/natscms-app/chunk-DsbKSl8m.js/natscms-app/chunk-DsbKSl8m.js https://creampiled.com/natscms-app/chunk-DsbKSl8m.js — 200 — 411 B — 70 ms — h2https://creampiled.com/natscms-app/chunk-CBdjKP-h.js/natscms-app/chunk-CBdjKP-h.js https://creampiled.com/natscms-app/chunk-CBdjKP-h.js — 200 — 203 B — 66 ms — h2https://creampiled.com/natscms-app/chunk-BITvDetU.js/natscms-app/chunk-BITvDetU.js https://creampiled.com/natscms-app/chunk-BITvDetU.js — 200 — 184 B — 60 ms — h2https://creampiled.com/natscms-app/chunk-D3d85Vs9.js/natscms-app/chunk-D3d85Vs9.js https://creampiled.com/natscms-app/chunk-D3d85Vs9.js — 200 — 21.8 KiB — 101 ms — h2https://creampiled.com/natscms-app/chunk-BY82zGni.js/natscms-app/chunk-BY82zGni.js https://creampiled.com/natscms-app/chunk-BY82zGni.js — 200 — 342 B — 71 ms — h2https://creampiled.com/natscms-app/chunk-D1UsRG6U.js/natscms-app/chunk-D1UsRG6U.js https://creampiled.com/natscms-app/chunk-D1UsRG6U.js — 200 — 2.2 KiB — 69 ms — h2https://creampiled.com/natscms-app/chunk-Cy3hr6uj.js/natscms-app/chunk-Cy3hr6uj.js https://creampiled.com/natscms-app/chunk-Cy3hr6uj.js — 200 — 536 B — 82 ms — h2https://creampiled.com/natscms-app/chunk-Dr59DA7J.js/natscms-app/chunk-Dr59DA7J.js https://creampiled.com/natscms-app/chunk-Dr59DA7J.js — 200 — 4.4 KiB — 97 ms — h2https://creampiled.com/natscms-app/chunk-uWtIQDvi.js/natscms-app/chunk-uWtIQDvi.js https://creampiled.com/natscms-app/chunk-uWtIQDvi.js — 200 — 2.3 KiB — 72 ms — h2https://creampiled.com/natscms-app/chunk-CCelLCLb.js/natscms-app/chunk-CCelLCLb.js https://creampiled.com/natscms-app/chunk-CCelLCLb.js — 200 — 363 B — 68 ms — h2https://creampiled.com/natscms-app/chunk-tLCkiI6G.js/natscms-app/chunk-tLCkiI6G.js https://creampiled.com/natscms-app/chunk-tLCkiI6G.js — 200 — 10.4 KiB — 92 ms — h2https://creampiled.com/natscms-app/chunk-70ASJMdp.js/natscms-app/chunk-70ASJMdp.js https://creampiled.com/natscms-app/chunk-70ASJMdp.js — 200 — 251 B — 76 ms — h2https://creampiled.com/natscms-app/chunk-CL2aD49a.js/natscms-app/chunk-CL2aD49a.js https://creampiled.com/natscms-app/chunk-CL2aD49a.js — 200 — 3.4 KiB — 84 ms — h2https://creampiled.com/natscms-app/chunk-BU9G4xMe.js/natscms-app/chunk-BU9G4xMe.js https://creampiled.com/natscms-app/chunk-BU9G4xMe.js — 200 — 986 B — 76 ms — h2https://creampiled.com/natscms-app/chunk-C-QtBw9f.js/natscms-app/chunk-C-QtBw9f.js https://creampiled.com/natscms-app/chunk-C-QtBw9f.js — 200 — 11.9 KiB — 84 ms — h2https://azianistudios.com/track_cms.php?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&unique=1azianistudios.com/track_cms.php?cms... https://azianistudios.com/track_cms.php?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&unique=1 — 200 — 0 B — 120 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 777 ms LCP 952 mshttps://creampiled.com// https://creampiled.com/ — 200 — 3.4 KiB — 94 ms — h2https://creampiled.com/natscms-app/main-SAOZX4LC.js/natscms-app/main-SAOZX4LC.js https://creampiled.com/natscms-app/main-SAOZX4LC.js — 200 — 7.1 KiB — 23 ms — h2https://creampiled.com/natscms-app/styles-KXRL3ZR4.css/natscms-app/styles-KXRL3ZR4.css https://creampiled.com/natscms-app/styles-KXRL3ZR4.css — 200 — 27.7 KiB — 66 ms — h2https://creampiled.com/natscms-app/config.json/natscms-app/config.json https://creampiled.com/natscms-app/config.json — 200 — 238 B — 38 ms — h2https://creampiled.com/natscms-app/version.json/natscms-app/version.json https://creampiled.com/natscms-app/version.json — 200 — 90 B — 40 ms — h2https://creampiled.com/natscms-app/chunk-C505rMlB.js/natscms-app/chunk-C505rMlB.js https://creampiled.com/natscms-app/chunk-C505rMlB.js — 200 — 753 B — 27 ms — h2https://creampiled.com/natscms-app/chunk-B9UmamBz.js/natscms-app/chunk-B9UmamBz.js https://creampiled.com/natscms-app/chunk-B9UmamBz.js — 200 — 61.2 KiB — 49 ms — h2https://creampiled.com/natscms-app/chunk-CbBN-9Q7.js/natscms-app/chunk-CbBN-9Q7.js https://creampiled.com/natscms-app/chunk-CbBN-9Q7.js — 200 — 9.6 KiB — 43 ms — h2https://creampiled.com/natscms-app/chunk-YCmcoKqs.js/natscms-app/chunk-YCmcoKqs.js https://creampiled.com/natscms-app/chunk-YCmcoKqs.js — 200 — 1.1 KiB — 49 ms — h2https://creampiled.com/natscms-app/chunk-DyZJHXh4.js/natscms-app/chunk-DyZJHXh4.js https://creampiled.com/natscms-app/chunk-DyZJHXh4.js — 200 — 340 B — 46 ms — h2https://creampiled.com/natscms-app/chunk-Di6vO56D.js/natscms-app/chunk-Di6vO56D.js https://creampiled.com/natscms-app/chunk-Di6vO56D.js — 200 — 428 B — 55 ms — h2https://creampiled.com/natscms-app/chunk-B7L2VTQI.js/natscms-app/chunk-B7L2VTQI.js https://creampiled.com/natscms-app/chunk-B7L2VTQI.js — 200 — 863 B — 58 ms — h2https://creampiled.com/natscms-app/chunk-B9zOPryZ.js/natscms-app/chunk-B9zOPryZ.js https://creampiled.com/natscms-app/chunk-B9zOPryZ.js — 200 — 493 B — 67 ms — h2https://creampiled.com/natscms-app/chunk-9PUs-3uH.js/natscms-app/chunk-9PUs-3uH.js https://creampiled.com/natscms-app/chunk-9PUs-3uH.js — 200 — 11.2 KiB — 80 ms — h2https://creampiled.com/natscms-app/chunk-DsbKSl8m.js/natscms-app/chunk-DsbKSl8m.js https://creampiled.com/natscms-app/chunk-DsbKSl8m.js — 200 — 411 B — 70 ms — h2https://creampiled.com/natscms-app/chunk-CBdjKP-h.js/natscms-app/chunk-CBdjKP-h.js https://creampiled.com/natscms-app/chunk-CBdjKP-h.js — 200 — 203 B — 66 ms — h2https://creampiled.com/natscms-app/chunk-BITvDetU.js/natscms-app/chunk-BITvDetU.js https://creampiled.com/natscms-app/chunk-BITvDetU.js — 200 — 184 B — 60 ms — h2https://creampiled.com/natscms-app/chunk-D3d85Vs9.js/natscms-app/chunk-D3d85Vs9.js https://creampiled.com/natscms-app/chunk-D3d85Vs9.js — 200 — 21.8 KiB — 101 ms — h2https://creampiled.com/natscms-app/chunk-BY82zGni.js/natscms-app/chunk-BY82zGni.js https://creampiled.com/natscms-app/chunk-BY82zGni.js — 200 — 342 B — 71 ms — h2https://creampiled.com/natscms-app/chunk-D1UsRG6U.js/natscms-app/chunk-D1UsRG6U.js https://creampiled.com/natscms-app/chunk-D1UsRG6U.js — 200 — 2.2 KiB — 69 ms — h2https://creampiled.com/natscms-app/chunk-Cy3hr6uj.js/natscms-app/chunk-Cy3hr6uj.js https://creampiled.com/natscms-app/chunk-Cy3hr6uj.js — 200 — 536 B — 82 ms — h2https://creampiled.com/natscms-app/chunk-Dr59DA7J.js/natscms-app/chunk-Dr59DA7J.js https://creampiled.com/natscms-app/chunk-Dr59DA7J.js — 200 — 4.4 KiB — 97 ms — h2https://creampiled.com/natscms-app/chunk-uWtIQDvi.js/natscms-app/chunk-uWtIQDvi.js https://creampiled.com/natscms-app/chunk-uWtIQDvi.js — 200 — 2.3 KiB — 72 ms — h2https://creampiled.com/natscms-app/chunk-CCelLCLb.js/natscms-app/chunk-CCelLCLb.js https://creampiled.com/natscms-app/chunk-CCelLCLb.js — 200 — 363 B — 68 ms — h2https://creampiled.com/natscms-app/chunk-tLCkiI6G.js/natscms-app/chunk-tLCkiI6G.js https://creampiled.com/natscms-app/chunk-tLCkiI6G.js — 200 — 10.4 KiB — 92 ms — h2https://creampiled.com/natscms-app/chunk-70ASJMdp.js/natscms-app/chunk-70ASJMdp.js https://creampiled.com/natscms-app/chunk-70ASJMdp.js — 200 — 251 B — 76 ms — h2https://creampiled.com/natscms-app/chunk-CL2aD49a.js/natscms-app/chunk-CL2aD49a.js https://creampiled.com/natscms-app/chunk-CL2aD49a.js — 200 — 3.4 KiB — 84 ms — h2https://creampiled.com/natscms-app/chunk-BU9G4xMe.js/natscms-app/chunk-BU9G4xMe.js https://creampiled.com/natscms-app/chunk-BU9G4xMe.js — 200 — 986 B — 76 ms — h2https://creampiled.com/natscms-app/chunk-C-QtBw9f.js/natscms-app/chunk-C-QtBw9f.js https://creampiled.com/natscms-app/chunk-C-QtBw9f.js — 200 — 11.9 KiB — 84 ms — h2https://azianistudios.com/track_cms.php?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&unique=1azianistudios.com/track_cms.php?cms... https://azianistudios.com/track_cms.php?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&unique=1 — 200 — 0 B — 120 ms — h2https://azianistudios.com/track_cms.php?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&unique=1azianistudios.com/track_cms.php?cms... https://azianistudios.com/track_cms.php?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&unique=1 — 200 — 751 B — 100 ms — h2https://creampiled.com/favicon.ico/favicon.ico https://creampiled.com/favicon.ico — 200 — 3.3 KiB — 21 ms — h2https://azianistudios.com/tour_api.php/content/config?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&version=1.4.6azianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/config?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&version=1.4.6 — 200 — 0 B — 14 ms — h2https://azianistudios.com/tour_api.php/content/config?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&version=1.4.6azianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/config?cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&version=1.4.6 — 200 — 5.8 KiB — 101 ms — h2https://fonts.googleapis.com/css2?family=Fjalla+One&family=Nunito:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swapfonts.googleapis.com/css2?family=Fj... https://fonts.googleapis.com/css2?family=Fjalla+One&family=Nunito:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap — 200 — 1.3 KiB — 45 ms — h2https://azianistudios.com/tour_api.php/content/page?slug=/azianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/page?slug=/ — 200 — 0 B — 20 ms — h2https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2fonts.gstatic.com/s/nunito/v32/XRXV... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 200 — 38.3 KiB — 15 ms — h3https://creampiled.com/custom_assets/favicon.ico/custom_assets/favicon.ico https://creampiled.com/custom_assets/favicon.ico — 200 — 15.3 KiB — 22 ms — h2https://azianistudios.com/tour_api.php/content/page?slug=/azianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/page?slug=/ — 200 — 7.2 KiB — 159 ms — h2https://creampiled.com/natscms-app/set-list.component-Cz4s5C0f.js/natscms-app/set-list.component-Cz4... https://creampiled.com/natscms-app/set-list.component-Cz4s5C0f.js — 200 — 10.0 KiB — 22 ms — h2https://creampiled.com/natscms-app/html-block.component-BHtqDqk4.js/natscms-app/html-block.component-B... https://creampiled.com/natscms-app/html-block.component-BHtqDqk4.js — 200 — 856 B — 23 ms — h2https://creampiled.com/natscms-app/navigation.component-CFJZxVoP.js/natscms-app/navigation.component-C... https://creampiled.com/natscms-app/navigation.component-CFJZxVoP.js — 200 — 2.8 KiB — 23 ms — h2https://creampiled.com/natscms-app/model-list.component-DtUe2sAb.js/natscms-app/model-list.component-D... https://creampiled.com/natscms-app/model-list.component-DtUe2sAb.js — 200 — 5.7 KiB — 23 ms — h2https://creampiled.com/natscms-app/carousel.component-DXbQxzu_.js/natscms-app/carousel.component-DXb... https://creampiled.com/natscms-app/carousel.component-DXbQxzu_.js — 200 — 2.1 KiB — 23 ms — h2https://creampiled.com/natscms-app/consent-modal.component-m774WObH.js/natscms-app/consent-modal.componen... https://creampiled.com/natscms-app/consent-modal.component-m774WObH.js — 200 — 1.3 KiB — 20 ms — h2https://creampiled.com/natscms-app/chunk-DV5By-zB.js/natscms-app/chunk-DV5By-zB.js https://creampiled.com/natscms-app/chunk-DV5By-zB.js — 200 — 52.2 KiB — 45 ms — h2https://creampiled.com/natscms-app/chunk-Djmmb9u8.js/natscms-app/chunk-Djmmb9u8.js https://creampiled.com/natscms-app/chunk-Djmmb9u8.js — 200 — 498 B — 24 ms — h2https://creampiled.com/natscms-app/chunk-CMt25nuZ.js/natscms-app/chunk-CMt25nuZ.js https://creampiled.com/natscms-app/chunk-CMt25nuZ.js — 200 — 755 B — 27 ms — h2https://creampiled.com/natscms-app/chunk-U7YHup7U.js/natscms-app/chunk-U7YHup7U.js https://creampiled.com/natscms-app/chunk-U7YHup7U.js — 200 — 198 B — 31 ms — h2https://creampiled.com/natscms-app/chunk-CuLoFmdF.js/natscms-app/chunk-CuLoFmdF.js https://creampiled.com/natscms-app/chunk-CuLoFmdF.js — 200 — 2.2 KiB — 33 ms — h2https://creampiled.com/natscms-app/chunk-CSepiuZZ.js/natscms-app/chunk-CSepiuZZ.js https://creampiled.com/natscms-app/chunk-CSepiuZZ.js — 200 — 498 B — 35 ms — h2https://creampiled.com/natscms-app/chunk-DN4uwihZ.js/natscms-app/chunk-DN4uwihZ.js https://creampiled.com/natscms-app/chunk-DN4uwihZ.js — 200 — 1.5 KiB — 37 ms — h2https://creampiled.com/custom_assets/creampiled-logo4.png/custom_assets/creampiled-logo4.png https://creampiled.com/custom_assets/creampiled-logo4.png — 200 — 6.2 KiB — 26 ms — h2https://www.googletagmanager.com/gtag/js?id=G-RKW1M7TJDJwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-RKW1M7TJDJ — 200 — 162.9 KiB — 142 ms — h2https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2fonts.gstatic.com/s/nunito/v32/XRXV... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 200 — 0 B — 3 ms — h3https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2fonts.gstatic.com/s/nunito/v32/XRXV... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 200 — 0 B — 5 ms — h3https://creampiled.com/natscms-app/swiper-custom-css.css/natscms-app/swiper-custom-css.css https://creampiled.com/natscms-app/swiper-custom-css.css — 200 — 349 B — 25 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=2764&data_types=1&content_count=1&count=1&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136903&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=2764&data_types=1&content_count=1&count=1&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136903&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%227%22:%22436%22%7D — 200 — 0 B — 13 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=8&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136384&orderby=published_desc&content_video_orientation=horizontal&content_type=&status=enabled&text_search=&data_type_search=%7B%225%22:%2232%22,%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=8&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136384&orderby=published_desc&content_video_orientation=horizontal&content_type=&status=enabled&text_search=&data_type_search=%7B%225%22:%2232%22,%227%22:%22436%22%7D — 200 — 0 B — 24 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=8&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136385&orderby=published_desc&content_video_orientation=horizontal&content_type=&status=enabled&text_search=&data_type_search=%7B%225%22:%2235%22,%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=8&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136385&orderby=published_desc&content_video_orientation=horizontal&content_type=&status=enabled&text_search=&data_type_search=%7B%225%22:%2235%22,%227%22:%22436%22%7D — 200 — 0 B — 22 ms — h2https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136393&cms_data_type_id=4&start=0&count=6&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136393&cms_data_type_id=4&start=0&count=6&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7D — 200 — 0 B — 20 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=2764&data_types=1&content_count=1&count=1&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136903&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=2764&data_types=1&content_count=1&count=1&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136903&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%227%22:%22436%22%7D — 200 — 1.7 KiB — 157 ms — h2https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136905&cms_data_type_id=4&start=6&count=4&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136905&cms_data_type_id=4&start=6&count=4&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7D — 200 — 0 B — 43 ms — h2https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136906&cms_data_type_id=4&start=12&count=4&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136906&cms_data_type_id=4&start=12&count=4&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7D — 200 — 0 B — 31 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=2&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136350&orderby=published_asc&content_video_orientation=horizontal,vertical,square&content_type=&status=scheduled&text_search=&data_type_search=%7B%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=2&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136350&orderby=published_asc&content_video_orientation=horizontal,vertical,square&content_type=&status=scheduled&text_search=&data_type_search=%7B%227%22:%22436%22%7D — 200 — 0 B — 39 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=1&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136381&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%225%22:%22579%22,%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=1&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136381&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%225%22:%22579%22,%227%22:%22436%22%7D — 200 — 0 B — 34 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=8&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136384&orderby=published_desc&content_video_orientation=horizontal&content_type=&status=enabled&text_search=&data_type_search=%7B%225%22:%2232%22,%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=8&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136384&orderby=published_desc&content_video_orientation=horizontal&content_type=&status=enabled&text_search=&data_type_search=%7B%225%22:%2232%22,%227%22:%22436%22%7D — 200 — 5.8 KiB — 194 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=8&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136385&orderby=published_desc&content_video_orientation=horizontal&content_type=&status=enabled&text_search=&data_type_search=%7B%225%22:%2235%22,%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=8&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136385&orderby=published_desc&content_video_orientation=horizontal&content_type=&status=enabled&text_search=&data_type_search=%7B%225%22:%2235%22,%227%22:%22436%22%7D — 200 — 5.7 KiB — 261 ms — h2https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136393&cms_data_type_id=4&start=0&count=6&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136393&cms_data_type_id=4&start=0&count=6&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7D — 200 — 5.5 KiB — 236 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=18&start=1&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136377&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%225%22:%22579%22,%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=18&start=1&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136377&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%225%22:%22579%22,%227%22:%22436%22%7D — 200 — 0 B — 38 ms — h2https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136906&cms_data_type_id=4&start=12&count=4&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136906&cms_data_type_id=4&start=12&count=4&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7D — 200 — 4.5 KiB — 190 ms — h2https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136905&cms_data_type_id=4&start=6&count=4&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/data-values?cms_block_id=136905&cms_data_type_id=4&start=6&count=4&orderby=published_desc&text_search=&data_details_search=%7B%225%22:%5B%22Female%22%5D,%2228%22:%5B%22yes%22%5D%7D&data_type_search=%7B%223%22:%5B%22586%22%5D,%227%22:%5B%22436%22%5D%7D — 200 — 4.1 KiB — 241 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=1&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136381&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%225%22:%22579%22,%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=1&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136381&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%225%22:%22579%22,%227%22:%22436%22%7D — 200 — 2.2 KiB — 219 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=2&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136350&orderby=published_asc&content_video_orientation=horizontal,vertical,square&content_type=&status=scheduled&text_search=&data_type_search=%7B%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=2&start=0&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136350&orderby=published_asc&content_video_orientation=horizontal,vertical,square&content_type=&status=scheduled&text_search=&data_type_search=%7B%227%22:%22436%22%7D — 200 — 1.2 KiB — 166 ms — h2https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=18&start=1&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136377&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%225%22:%22579%22,%227%22:%22436%22%7Dazianistudios.com/tour_api.php/cont... https://azianistudios.com/tour_api.php/content/sets?cms_set_ids=&data_types=1&content_count=1&count=18&start=1&cms_area_id=29c61dae-db14-419b-93a4-d016b928dee9&cms_block_id=136377&orderby=published_desc&content_video_orientation=horizontal&content_type=video&status=enabled&text_search=&data_type_search=%7B%225%22:%22579%22,%227%22:%22436%22%7D — 200 — 13.0 KiB — 247 ms — h2https://creampiled.com/custom_assets/CreamPiled-header-07.mp4/custom_assets/CreamPiled-header-07... https://creampiled.com/custom_assets/CreamPiled-header-07.mp4 — 206 — 9.0 MiB — 27 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-RKW1M7TJDJ&gtm=45je67k1v9194412196za200zd9194412196&_p=1784714540034&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=2106117100.1784714541&frm=0&ngs=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118897920~118897930~119773332~119896803&sid=1784714540&sct=1&seg=0&dl=https%3A%2F%2Fcreampiled.com%2F&dt=CreamPiled%20-%20Gangbangs%2C%20Creampies%2C%20Orgies%2C%20Group%20Sex&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1622www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-RKW1M7TJDJ&gtm=45je67k1v9194412196za200zd9194412196&_p=1784714540034&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=2106117100.1784714541&frm=0&ngs=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118897920~118897930~119773332~119896803&sid=1784714540&sct=1&seg=0&dl=https%3A%2F%2Fcreampiled.com%2F&dt=CreamPiled%20-%20Gangbangs%2C%20Creampies%2C%20Orgies%2C%20Group%20Sex&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1622 — 204 — 548 B — 975 ms — h2https://c75c0c3063.mjedge.net/1027d7986f7e92422868ac756d081f5c/.preview/CP-Model-KittyChow-hover.mp4?expires=1784800940&token=dd91a34cf39f64d372b4b53d7c4bcd89c75c0c3063.mjedge.net/1027d7986f7e9... https://c75c0c3063.mjedge.net/1027d7986f7e92422868ac756d081f5c/.preview/CP-Model-KittyChow-hover.mp4?expires=1784800940&token=dd91a34cf39f64d372b4b53d7c4bcd89 — -1 — 0 B — 690 ms — https://c75c0c3063.mjedge.net/1027d7986f7e92422868ac756d081f5c/.preview/.thumb-1600-900-cover-Int.00_13_00_32.Still049.webp?expires=1784800940&token=9ca2149d58643bbbcf3faecd7fda5698c75c0c3063.mjedge.net/1027d7986f7e9... https://c75c0c3063.mjedge.net/1027d7986f7e92422868ac756d081f5c/.preview/.thumb-1600-900-cover-Int.00_13_00_32.Still049.webp?expires=1784800940&token=9ca2149d58643bbbcf3faecd7fda5698 — 200 — 143.9 KiB — 42 ms — h2https://fonts.gstatic.com/s/nunito/v32/XRXX3I6Li01BKofIMNaDRs7nczIH.woff2fonts.gstatic.com/s/nunito/v32/XRXX... https://fonts.gstatic.com/s/nunito/v32/XRXX3I6Li01BKofIMNaDRs7nczIH.woff2 — 200 — 40.8 KiB — 14 ms — h3https://c75c0c3063.mjedge.net/1ea7f95bc73f5dd36792d3ea3ef71fb4/.preview/.thumb-1600-900-cover-main.webp?expires=1784800940&token=4f72ad787fa3e7bfe3421b0a115c4305c75c0c3063.mjedge.net/1ea7f95bc73f5... https://c75c0c3063.mjedge.net/1ea7f95bc73f5dd36792d3ea3ef71fb4/.preview/.thumb-1600-900-cover-main.webp?expires=1784800940&token=4f72ad787fa3e7bfe3421b0a115c4305 — 200 — 88.6 KiB — 99 ms — h2https://c75c0c3063.mjedge.net/d4550f982be3ebe659399bcc30d48390/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=cf93841da128cbf6270a86e22ffd6c44c75c0c3063.mjedge.net/d4550f982be3e... https://c75c0c3063.mjedge.net/d4550f982be3ebe659399bcc30d48390/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=cf93841da128cbf6270a86e22ffd6c44 — 200 — 42.3 KiB — 51 ms — h2https://c75c0c3063.mjedge.net/cp-cc-vol-23/.preview/.thumb-800-450-cover-ccvol23.webp?expires=1784800940&token=24df342e0e016ffe622fe8a64e909894c75c0c3063.mjedge.net/cp-cc-vol-23/... https://c75c0c3063.mjedge.net/cp-cc-vol-23/.preview/.thumb-800-450-cover-ccvol23.webp?expires=1784800940&token=24df342e0e016ffe622fe8a64e909894 — 200 — 54.5 KiB — 60 ms — h2https://c75c0c3063.mjedge.net/cp-miaj-main/.preview/.thumb-800-450-cover-Main.00_08_35_24.Still042.webp?expires=1784800940&token=f12e3d476539ff021a48fb8708c267c4c75c0c3063.mjedge.net/cp-miaj-main/... https://c75c0c3063.mjedge.net/cp-miaj-main/.preview/.thumb-800-450-cover-Main.00_08_35_24.Still042.webp?expires=1784800940&token=f12e3d476539ff021a48fb8708c267c4 — 200 — 41.5 KiB — 100 ms — h2https://c75c0c3063.mjedge.net/77595b8fd07347033a669e7a8bf829f4/.preview/.thumb-400-225-cover-Int3.00_00_40_54.Still008.webp?expires=1784800940&token=35f06952a9d4b2a3f0a1f07a85f1476cc75c0c3063.mjedge.net/77595b8fd0734... https://c75c0c3063.mjedge.net/77595b8fd07347033a669e7a8bf829f4/.preview/.thumb-400-225-cover-Int3.00_00_40_54.Still008.webp?expires=1784800940&token=35f06952a9d4b2a3f0a1f07a85f1476c — 200 — 15.2 KiB — 101 ms — h2https://c75c0c3063.mjedge.net/f989e4eb4fd3096df7561649c5f0acaf/.preview/.thumb-400-225-cover-int.webp?expires=1784800940&token=870c0158efa21f7b19acbd611386aca1c75c0c3063.mjedge.net/f989e4eb4fd30... https://c75c0c3063.mjedge.net/f989e4eb4fd3096df7561649c5f0acaf/.preview/.thumb-400-225-cover-int.webp?expires=1784800940&token=870c0158efa21f7b19acbd611386aca1 — 200 — 14.2 KiB — 104 ms — h2https://c75c0c3063.mjedge.net/253f7b8a72ec0a85264ce6f2d6a2605f/.preview/.thumb-400-225-cover-int.webp?expires=1784800940&token=d1290c1034f9ea88ba76ac3cfb7a1ed7c75c0c3063.mjedge.net/253f7b8a72ec0... https://c75c0c3063.mjedge.net/253f7b8a72ec0a85264ce6f2d6a2605f/.preview/.thumb-400-225-cover-int.webp?expires=1784800940&token=d1290c1034f9ea88ba76ac3cfb7a1ed7 — 200 — 13.5 KiB — 104 ms — h2https://c75c0c3063.mjedge.net/cp-chastityd-bts2/.preview/.thumb-400-225-cover-bts.00_08_47_10.Still028.webp?expires=1784800940&token=97675c0691e9b2afa414ee66168f9e2fc75c0c3063.mjedge.net/cp-chastityd-... https://c75c0c3063.mjedge.net/cp-chastityd-bts2/.preview/.thumb-400-225-cover-bts.00_08_47_10.Still028.webp?expires=1784800940&token=97675c0691e9b2afa414ee66168f9e2f — 200 — 17.7 KiB — 105 ms — h2https://c75c0c3063.mjedge.net/ee59dbf7c5a0e7084e8627fbcb68e1b5/.preview/.thumb-400-225-cover-firstlook.webp?expires=1784800940&token=4bd865d2a695271a650878adc67342dfc75c0c3063.mjedge.net/ee59dbf7c5a0e... https://c75c0c3063.mjedge.net/ee59dbf7c5a0e7084e8627fbcb68e1b5/.preview/.thumb-400-225-cover-firstlook.webp?expires=1784800940&token=4bd865d2a695271a650878adc67342df — 200 — 17.2 KiB — 106 ms — h2https://c75c0c3063.mjedge.net/cp-reyal-fl/.preview/.thumb-400-225-cover-FirstLook.00_09_50_01.Still042.webp?expires=1784800940&token=4be36d52439d10e87f7f3138514239b9c75c0c3063.mjedge.net/cp-reyal-fl/.... https://c75c0c3063.mjedge.net/cp-reyal-fl/.preview/.thumb-400-225-cover-FirstLook.00_09_50_01.Still042.webp?expires=1784800940&token=4be36d52439d10e87f7f3138514239b9 — 200 — 16.2 KiB — 107 ms — h2https://c75c0c3063.mjedge.net/resource/2/29d/29d9c337030c77d5a3892d7f8bf15532/.preview/.thumb-200-300-4_710_11_1784315533.webp?expires=1784800940&token=fbbf0f3584cdbd1d67962413957f4724c75c0c3063.mjedge.net/resource/2/29... https://c75c0c3063.mjedge.net/resource/2/29d/29d9c337030c77d5a3892d7f8bf15532/.preview/.thumb-200-300-4_710_11_1784315533.webp?expires=1784800940&token=fbbf0f3584cdbd1d67962413957f4724 — 200 — 11.9 KiB — 116 ms — h2https://c75c0c3063.mjedge.net/resource/a/ae7/ae76de2d4148442ca89803ab99ea3f1d/.preview/.thumb-200-300-4_708_11_1783439207.webp?expires=1784800940&token=ffc2c81a53eba0fc5f1e000077d518f8c75c0c3063.mjedge.net/resource/a/ae... https://c75c0c3063.mjedge.net/resource/a/ae7/ae76de2d4148442ca89803ab99ea3f1d/.preview/.thumb-200-300-4_708_11_1783439207.webp?expires=1784800940&token=ffc2c81a53eba0fc5f1e000077d518f8 — 200 — 8.6 KiB — 116 ms — h2https://c75c0c3063.mjedge.net/resource/8/86a/86a3e519d94ad9cffdd299c08ef247da/.preview/.thumb-200-300-4_698_11_1782227940.webp?expires=1784800940&token=0963d8544a9c8c71968f5bc15bde0a4bc75c0c3063.mjedge.net/resource/8/86... https://c75c0c3063.mjedge.net/resource/8/86a/86a3e519d94ad9cffdd299c08ef247da/.preview/.thumb-200-300-4_698_11_1782227940.webp?expires=1784800940&token=0963d8544a9c8c71968f5bc15bde0a4b — 200 — 10.1 KiB — 116 ms — h2https://c75c0c3063.mjedge.net/resource/0/0f9/0f9697d691aa87aefef4dd05ec22a83f/.preview/.thumb-200-300-4_684_11_1779549801.webp?expires=1784800940&token=c1c72d7f1dab341c0fee7ad0a3d934d7c75c0c3063.mjedge.net/resource/0/0f... https://c75c0c3063.mjedge.net/resource/0/0f9/0f9697d691aa87aefef4dd05ec22a83f/.preview/.thumb-200-300-4_684_11_1779549801.webp?expires=1784800940&token=c1c72d7f1dab341c0fee7ad0a3d934d7 — 200 — 12.3 KiB — 116 ms — h2https://c75c0c3063.mjedge.net/resource/0/01d/01d2a91ee133619f8697ce5c5b14ccf4/.preview/.thumb-200-300-4_683_11_1779287330.webp?expires=1784800940&token=3cf1354d1e611bce18f6599042332724c75c0c3063.mjedge.net/resource/0/01... https://c75c0c3063.mjedge.net/resource/0/01d/01d2a91ee133619f8697ce5c5b14ccf4/.preview/.thumb-200-300-4_683_11_1779287330.webp?expires=1784800940&token=3cf1354d1e611bce18f6599042332724 — 200 — 7.6 KiB — 116 ms — h2https://c75c0c3063.mjedge.net/resource/f/f7a/f7af7b3ec2e0b34fc05ce4d625b4f605/.preview/.thumb-200-299-4_632_11_1770236154.webp?expires=1784800940&token=347fcd98bd4f22e28297660f119d7230c75c0c3063.mjedge.net/resource/f/f7... https://c75c0c3063.mjedge.net/resource/f/f7a/f7af7b3ec2e0b34fc05ce4d625b4f605/.preview/.thumb-200-299-4_632_11_1770236154.webp?expires=1784800940&token=347fcd98bd4f22e28297660f119d7230 — 200 — 10.4 KiB — 116 ms — h2https://c75c0c3063.mjedge.net/resource/b/b31/b310c64385b4e02089c77bdd86657a18/.preview/.thumb-200-299-4_646_11_1771969714.webp?expires=1784800940&token=61622bf53c470deae7423a166f049045c75c0c3063.mjedge.net/resource/b/b3... https://c75c0c3063.mjedge.net/resource/b/b31/b310c64385b4e02089c77bdd86657a18/.preview/.thumb-200-299-4_646_11_1771969714.webp?expires=1784800940&token=61622bf53c470deae7423a166f049045 — 200 — 9.7 KiB — 116 ms — h2https://c75c0c3063.mjedge.net/resource/d/dae/dae7ca613b1aba05c74cb1503584b422/.preview/.thumb-200-297-4_673_11_1774798443.webp?expires=1784800940&token=430cb21a44bbeb43212972314e7b26ccc75c0c3063.mjedge.net/resource/d/da... https://c75c0c3063.mjedge.net/resource/d/dae/dae7ca613b1aba05c74cb1503584b422/.preview/.thumb-200-297-4_673_11_1774798443.webp?expires=1784800940&token=430cb21a44bbeb43212972314e7b26cc — 200 — 9.4 KiB — 115 ms — h2https://c75c0c3063.mjedge.net/resource/9/97a/97a96f9afa0c8bc5cf1804575584bbd2/.preview/.thumb-200-300-4_667_11_1773839025.webp?expires=1784800940&token=6eb69ff70653c0d0700ff80afd99fff5c75c0c3063.mjedge.net/resource/9/97... https://c75c0c3063.mjedge.net/resource/9/97a/97a96f9afa0c8bc5cf1804575584bbd2/.preview/.thumb-200-300-4_667_11_1773839025.webp?expires=1784800940&token=6eb69ff70653c0d0700ff80afd99fff5 — 200 — 9.5 KiB — 115 ms — h2https://c75c0c3063.mjedge.net/resource/9/9e8/9e822e8575d109c90e65935fcf16dcd0/.preview/.thumb-200-299-4_593_11_1759870039.webp?expires=1784800940&token=7962fbb6821a364db3c376c98cf0638dc75c0c3063.mjedge.net/resource/9/9e... https://c75c0c3063.mjedge.net/resource/9/9e8/9e822e8575d109c90e65935fcf16dcd0/.preview/.thumb-200-299-4_593_11_1759870039.webp?expires=1784800940&token=7962fbb6821a364db3c376c98cf0638d — 200 — 8.9 KiB — 123 ms — h2https://c75c0c3063.mjedge.net/resource/e/ec2/ec255fb88c9b4ad7de49439b99084f44/.preview/.thumb-200-300-4_595_11_1761594604.webp?expires=1784800940&token=89da080864b43dfad1c737dd944c14c4c75c0c3063.mjedge.net/resource/e/ec... https://c75c0c3063.mjedge.net/resource/e/ec2/ec255fb88c9b4ad7de49439b99084f44/.preview/.thumb-200-300-4_595_11_1761594604.webp?expires=1784800940&token=89da080864b43dfad1c737dd944c14c4 — 200 — 8.2 KiB — 123 ms — h2https://c75c0c3063.mjedge.net/resource/6/609/609339ec44f8504a3600fc624f2f9ec7/.preview/.thumb-200-300-4_589_11_1758212659.webp?expires=1784800940&token=b374e8adc305245b416b3c7478784f5dc75c0c3063.mjedge.net/resource/6/60... https://c75c0c3063.mjedge.net/resource/6/609/609339ec44f8504a3600fc624f2f9ec7/.preview/.thumb-200-300-4_589_11_1758212659.webp?expires=1784800940&token=b374e8adc305245b416b3c7478784f5d — 200 — 11.1 KiB — 124 ms — h2https://c75c0c3063.mjedge.net/resource/a/a5b/a5bae4aed35b8343532891496d052ab5/.preview/.thumb-200-300-4_590_11_1758900835.webp?expires=1784800940&token=26b442c2c25557aae5b0882d8ffe6b78c75c0c3063.mjedge.net/resource/a/a5... https://c75c0c3063.mjedge.net/resource/a/a5b/a5bae4aed35b8343532891496d052ab5/.preview/.thumb-200-300-4_590_11_1758900835.webp?expires=1784800940&token=26b442c2c25557aae5b0882d8ffe6b78 — 200 — 10.6 KiB — 123 ms — h2https://c75c0c3063.mjedge.net/3ef32b8edcce32a6da0f766190f30f2e/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=8c0acb990013acc9617ed58f63ab851ec75c0c3063.mjedge.net/3ef32b8edcce3... https://c75c0c3063.mjedge.net/3ef32b8edcce32a6da0f766190f30f2e/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=8c0acb990013acc9617ed58f63ab851e — 200 — 48.9 KiB — 124 ms — h2https://c75c0c3063.mjedge.net/cp-kittyc-main/.preview/.thumb-800-450-cover-Main.00_29_32_24.Still198.webp?expires=1784800940&token=ea3ff93dcde3e05dfd4fc97374d5f99cc75c0c3063.mjedge.net/cp-kittyc-mai... https://c75c0c3063.mjedge.net/cp-kittyc-main/.preview/.thumb-800-450-cover-Main.00_29_32_24.Still198.webp?expires=1784800940&token=ea3ff93dcde3e05dfd4fc97374d5f99c — 200 — 38.7 KiB — 44 ms — h2https://c75c0c3063.mjedge.net/21af778ce2a5191fa1a72938811a3088/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=eb3f51a8b0bdc01f9cf931584208a8cac75c0c3063.mjedge.net/21af778ce2a51... https://c75c0c3063.mjedge.net/21af778ce2a5191fa1a72938811a3088/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=eb3f51a8b0bdc01f9cf931584208a8ca — 200 — 40.8 KiB — 30 ms — h2https://c75c0c3063.mjedge.net/30a9564b85a000c1e125bfe36c35f0e6/.preview/.thumb-800-450-cover-Main.00_05_43_49.Still037.webp?expires=1784800940&token=96aa68a2702325dadcc95b03beca8a1ac75c0c3063.mjedge.net/30a9564b85a00... https://c75c0c3063.mjedge.net/30a9564b85a000c1e125bfe36c35f0e6/.preview/.thumb-800-450-cover-Main.00_05_43_49.Still037.webp?expires=1784800940&token=96aa68a2702325dadcc95b03beca8a1a — 200 — 55.4 KiB — 38 ms — h2https://c75c0c3063.mjedge.net/cp-cc-vol22/.preview/.thumb-800-450-cover-ccvol22.webp?expires=1784800940&token=0aeec4bdec175dffbfc8e3d609b1e7d5c75c0c3063.mjedge.net/cp-cc-vol22/.... https://c75c0c3063.mjedge.net/cp-cc-vol22/.preview/.thumb-800-450-cover-ccvol22.webp?expires=1784800940&token=0aeec4bdec175dffbfc8e3d609b1e7d5 — 200 — 42.1 KiB — 45 ms — h2https://c75c0c3063.mjedge.net/9d7d75d44867b672966770f575c63eb6/.preview/.thumb-800-450-cover-Main2.00_20_50_42.Still101.webp?expires=1784800940&token=fd774b2292174f032ad4fd5397dc7158c75c0c3063.mjedge.net/9d7d75d44867b... https://c75c0c3063.mjedge.net/9d7d75d44867b672966770f575c63eb6/.preview/.thumb-800-450-cover-Main2.00_20_50_42.Still101.webp?expires=1784800940&token=fd774b2292174f032ad4fd5397dc7158 — 200 — 57.6 KiB — 50 ms — h2https://c75c0c3063.mjedge.net/e7f9462bc538910f4bfdafd0ba1aa515/.preview/.thumb-800-450-cover-main3.webp?expires=1784800940&token=2dda937e580694ab5fa9b49194ca70abc75c0c3063.mjedge.net/e7f9462bc5389... https://c75c0c3063.mjedge.net/e7f9462bc538910f4bfdafd0ba1aa515/.preview/.thumb-800-450-cover-main3.webp?expires=1784800940&token=2dda937e580694ab5fa9b49194ca70ab — 200 — 39.9 KiB — 59 ms — h2https://c75c0c3063.mjedge.net/cp-tinykhloe-main/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=6bc18b4472eacec104a15a6b02e1e436c75c0c3063.mjedge.net/cp-tinykhloe-... https://c75c0c3063.mjedge.net/cp-tinykhloe-main/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=6bc18b4472eacec104a15a6b02e1e436 — 200 — 42.2 KiB — 63 ms — h2https://c75c0c3063.mjedge.net/cp-cc-vol21/.preview/.thumb-800-450-cover-ccvol21.webp?expires=1784800940&token=110a4cfe290034c6010665a6261b724ac75c0c3063.mjedge.net/cp-cc-vol21/.... https://c75c0c3063.mjedge.net/cp-cc-vol21/.preview/.thumb-800-450-cover-ccvol21.webp?expires=1784800940&token=110a4cfe290034c6010665a6261b724a — 200 — 43.0 KiB — 70 ms — h2https://c75c0c3063.mjedge.net/afaa3d88364cb95a1a6eccedf784774d/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=f4e62f69dc8dd36b555b603ca6b8dbcbc75c0c3063.mjedge.net/afaa3d88364cb... https://c75c0c3063.mjedge.net/afaa3d88364cb95a1a6eccedf784774d/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=f4e62f69dc8dd36b555b603ca6b8dbcb — 200 — 48.8 KiB — 78 ms — h2https://c75c0c3063.mjedge.net/f0cb8d4db450f5a395146a0899c407f7/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=4b4222b7f9b23d78e85fcd9f7fae1deac75c0c3063.mjedge.net/f0cb8d4db450f... https://c75c0c3063.mjedge.net/f0cb8d4db450f5a395146a0899c407f7/.preview/.thumb-800-450-cover-main.webp?expires=1784800940&token=4b4222b7f9b23d78e85fcd9f7fae1dea — 200 — 44.9 KiB — 90 ms — h2https://c75c0c3063.mjedge.net/a72150324ebdc2e31c36bff42f6bc55a/.preview/.thumb-800-450-cover-Main.00_16_19_12.Still098.webp?expires=1784800940&token=43bbeccf5d43055728e9c382e458fb61c75c0c3063.mjedge.net/a72150324ebdc... https://c75c0c3063.mjedge.net/a72150324ebdc2e31c36bff42f6bc55a/.preview/.thumb-800-450-cover-Main.00_16_19_12.Still098.webp?expires=1784800940&token=43bbeccf5d43055728e9c382e458fb61 — 200 — 34.9 KiB — 92 ms — h2https://c75c0c3063.mjedge.net/cp-cc-vol20/.preview/.thumb-800-450-cover-cp-ccvol20.webp?expires=1784800940&token=119223a665b50f23f1869a191c121b13c75c0c3063.mjedge.net/cp-cc-vol20/.... https://c75c0c3063.mjedge.net/cp-cc-vol20/.preview/.thumb-800-450-cover-cp-ccvol20.webp?expires=1784800940&token=119223a665b50f23f1869a191c121b13 — 200 — 38.8 KiB — 94 ms — h2https://c75c0c3063.mjedge.net/cp-brandis-main/.preview/.thumb-800-450-cover-Main.00_08_18_08.Still042.webp?expires=1784800940&token=016da50f3b4189d65eca8bb4087735e5c75c0c3063.mjedge.net/cp-brandis-ma... https://c75c0c3063.mjedge.net/cp-brandis-main/.preview/.thumb-800-450-cover-Main.00_08_18_08.Still042.webp?expires=1784800940&token=016da50f3b4189d65eca8bb4087735e5 — 200 — 42.4 KiB — 96 ms — h2https://c75c0c3063.mjedge.net/cp-SatineS2-Main/.preview/.thumb-800-450-cover-Main.00_18_54_46.Still140.webp?expires=1784800940&token=56757db4fcaa57f67c37567d64b3014ac75c0c3063.mjedge.net/cp-SatineS2-M... https://c75c0c3063.mjedge.net/cp-SatineS2-Main/.preview/.thumb-800-450-cover-Main.00_18_54_46.Still140.webp?expires=1784800940&token=56757db4fcaa57f67c37567d64b3014a — 200 — 41.6 KiB — 99 ms — h2https://c75c0c3063.mjedge.net/bb2cad4dca6e5b5032eee022d6ebadfc/.preview/.thumb-800-450-cover-Main.00_08_02_23.Still051.webp?expires=1784800940&token=6bd666863c6fd0ebedcd30b33307728cc75c0c3063.mjedge.net/bb2cad4dca6e5... https://c75c0c3063.mjedge.net/bb2cad4dca6e5b5032eee022d6ebadfc/.preview/.thumb-800-450-cover-Main.00_08_02_23.Still051.webp?expires=1784800940&token=6bd666863c6fd0ebedcd30b33307728c — 200 — 51.2 KiB — 102 ms — h2https://creampiled.com/natscms-app/like-btn.component-BMfXxV5K.js/natscms-app/like-btn.component-BMf... https://creampiled.com/natscms-app/like-btn.component-BMfXxV5K.js — 200 — 237 B — 28 ms — h2https://creampiled.com/natscms-app/src-XFaxedmo.js/natscms-app/src-XFaxedmo.js https://creampiled.com/natscms-app/src-XFaxedmo.js — 200 — 334 B — 32 ms — h2https://creampiled.com/natscms-app/chunk-VLi2dCFa.js/natscms-app/chunk-VLi2dCFa.js https://creampiled.com/natscms-app/chunk-VLi2dCFa.js — 200 — 896 B — 21 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
7% of JavaScript execution is third-party
First-party Third-party 165ms · 163KB · $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 165ms
Transfer 163 KB
Unused 42%
Monthly Cost $2/mo

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-06-23 — 2026-07-20)

LCP (p75)

5806 ms

22% good

INP (p75)

171 ms

78% good

CLS (p75)

0.580

30% good

FCP (p75)

4879 ms

TTFB (p75)

1545 ms

Image Optimization
3 images, 18 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

3

Total Size

18 KB

1 missing alt text 3 missing dimensions 1 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback