Skip to content
https://studioglass.ua/?srsltid=AfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
4
REVIEW
7
PASS
8
INFO
4

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

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

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

794 ms

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

2.60 s

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

26 ms

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

0.000

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

4.13 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.18 s

Page Load Progression

661 ms
1.3 s
2.0 s
2.6 s
3.3 s
4.0 s
4.6 s
5.3 s
Checks
23
8 PASS 7 REVIEW 4 FIX
F
Page Weight Budget
Action
10.6 MB transferred, 183 requests
FIX
10.6 MB transferred, 183 requests
Critical::
Page weighs 16.9 MB (10.6 MB transferred)
Warning::
Images are 6.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.9 MB
Warning::
JavaScript is 3.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.2 MB
Info::
Fonts are 229 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 229 KB
Warning::
183 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.2 g CO2 per page load
10.6 MB / 2.4 MB budget
10.6 MB transferred
183 requests
2.2 g CO2 per page load
Images 6.9 MiB 65%
JavaScript 3.2 MiB 31%
Fonts 228.5 KiB 2%
Other 148.9 KiB 1%
CSS 61.8 KiB 1%
HTML 21.9 KiB 0%
Other 12.5 KiB 0%
Other 4.6 KiB 0%
Other 4.5 KiB 0%
Other 1.9 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

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

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

F
JS Bundles
Action
56 scripts, 1.7 MB unused
FIX
56 scripts, 1.7 MB unused
Warning::
https://maps.googleapis.com/maps/api/js?key=&libra...: 219 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://studioglass.ua/js/jquery-ui.min.js: 215 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ajax.googleapis.com/ajax/libs/model-viewer...: 173 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://statics.esputnik.com/scripts/4D87A41BCAD94...: 142 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://widgets.binotel.com/f/bnt-web-components/b...: 110 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.7 MB
1760 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://maps.googleapis.com/maps/api/js?key=&libraries=geometry,places&v=3&language=uk383 KB219 KB (57%)3rd
https://studioglass.ua/js/jquery-ui.min.js248 KB215 KB (87%)1st
https://ajax.googleapis.com/ajax/libs/model-viewer/4.0.0/model-viewer.min.js253 KB173 KB (68%)3rd
https://statics.esputnik.com/scripts/4D87A41BCAD94900ACA6270C60F1A89E.js181 KB142 KB (79%)3rd
https://widgets.binotel.com/f/bnt-web-components/binotel-internal-phone-input.js171 KB110 KB (65%)3rd
https://studioglass.ua/js/global.js?v=3.3133 KB109 KB (83%)1st
https://studioglass.ua/js/ScrollMagic.min.js133 KB101 KB (76%)1st
https://a.plerdy.com/public/js/click/main2.js?v=20260721-monitoring-noise-filter124 KB86 KB (71%)3rd
https://www.googletagmanager.com/gtag/destination?id=G-X&cx=c&gtm=4e68l1145 KB77 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-2HQL2YJXHP&cx=c&gtm=4e68l1186 KB76 KB (41%)3rd

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

F
Page Weight Inventory
Action
183 resources · 10.6 MB · 1.7 MB savings available
FIX
183 resources · 10.6 MB · 1.7 MB savings available
Warning::
Page weight 10.6 MB exceeds 1 MB target by 9.6 MB
Got: 10.6 MB Expected: ≤ 1 MB
Info::
~1.7 MB of savings available
Info::
99 third-party resources (23% of weight)
Info::
13 resources over 200KB
183 resources · 10.6 MiB · 99 third-party 9.6 MiB over 1MB target
Image 66% · 7.0 MiB
JavaScript 31% · 3.2 MiB
Font 2% · 228.5 KiB
CSS 1% · 61.8 KiB
Document 0% · 23.2 KiB
Media 0% · 12.5 KiB
Other 0% · 9.7 KiB

~1.7 MiB of savings available

Remove unused JavaScript: 1.7 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

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

C
Image Optimization
Action
87 images, 0 KB saveable
REVIEW
87 images, 0 KB saveable
Warning::
https://studioglass.ua/img/card-img-2.webp is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://studioglass.ua/img/card-img-1.webp is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://studioglass.ua/img/card-img-3.webp is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://studioglass.ua/uploads/mzh.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://studioglass.ua/uploads/fr.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://studioglass.ua/uploads/original/logo-w_2.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://studioglass.ua/uploads/mc.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://studioglass.ua/img/icons/paw+monobank.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://studioglass.ua/uploads/ns.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
87 images 6.9 MB
0 oversized -0 KB
65 legacy format
9 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

C
JS Execution Cost
Action
1654ms total JS execution
REVIEW
1654ms total JS execution
Warning::
https://studioglass.ua/?srsltid=AfmBOorR_9oMrvnyWn...: 358ms CPU time
Info::
Unattributable: 234ms CPU time
Info::
https://a.plerdy.com/public/js/click/main2.js?v=20...: 163ms CPU time
Info::
https://studioglass.ua/js/rellax.min.js: 122ms CPU time
Info::
https://studioglass.ua/js/swiper-bundle.min.js: 101ms CPU time
Info::
Third-party scripts: 679ms (41% of total)

Main Thread Breakdown

Script Evaluation 41% Style & Layout 23% Other 21% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://studioglass.ua/?srsltid=AfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT358ms16ms0ms1st
Unattributable234ms4ms0ms1st
https://a.plerdy.com/public/js/click/main2.js?v=20260721-monitoring-noise-filter163ms104ms12ms3rd
https://studioglass.ua/js/rellax.min.js122ms16ms0ms1st
https://studioglass.ua/js/swiper-bundle.min.js101ms20ms4ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-NMBNCQH97ms83ms11ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MTgxMDg1OGQ1MQ.js94ms75ms10ms3rd
https://studioglass.ua/js/global.js?v=3.386ms57ms3ms1st
https://connect.facebook.net/signals/config/493658682297749?v=2.9.385&r=stable&domain=studioglass.ua&hme=1a72ec78e057d90ba48afa55a82b063b1c9b6ab7c0155009fecc72226a622ed2&ex_m=113%2C218%2C164%2C25%2C78%2C79%2C156%2C74%2C73%2C11%2C174%2C98%2C19%2C148%2C136%2C43%2C81%2C86%2C144%2C169%2C176%2C29%2C17%2C30%2C31%2C32%2C34%2C52%2C157%2C83%2C121%2C21%2C23%2C48%2C44%2C46%2C45%2C91%2C100%2C104%2C119%2C155%2C158%2C50%2C120%2C27%2C24%2C128%2C75%2C40%2C160%2C159%2C161%2C152%2C150%2C28%2C39%2C63%2C118%2C171%2C76%2C20%2C123%2C89%2C72%2C22%2C93%2C94%2C125%2C92%2C146%2C145%2C149%2C105%2C170%2C173%2C38%2C53%2C122%2C51%2C8%2C4%2C5%2C7%2C6%2C3%2C99%2C110%2C177%2C185%2C232%2C80%2C245%2C244%2C243%2C14%2C26%2C37%2C59%2C112%2C65%2C10%2C69%2C106%2C107%2C108%2C114%2C139%2C35%2C33%2C141%2C142%2C143%2C138%2C137%2C165%2C82%2C168%2C166%2C167%2C54%2C64%2C132%2C18%2C172%2C49%2C293%2C294%2C292%2C307%2C329%2C225%2C214%2C66%2C215%2C213%2C332%2C323%2C56%2C226%2C116%2C140%2C88%2C130%2C58%2C129%2C135%2C134%2C62%2C70%2C68%2C162%2C84%2C85%2C124%2C41%2C36%2C57%2C60%2C109%2C175%2C1%2C133%2C16%2C131%2C12%2C2%2C61%2C101%2C15%2C71%2C67%2C127%2C97%2C96%2C178%2C179%2C102%2C103%2C9%2C111%2C55%2C153%2C95%2C87%2C77%2C126%2C115%2C47%2C154%2C0%2C90%2C147%2C151%2C163%2C42%2C117%2C13%2C18078ms61ms8ms3rd
https://maps.googleapis.com/maps/api/js?key=&libraries=geometry,places&v=3&language=uk77ms47ms27ms3rd

Showing top 10 of 14 scripts

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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
23% third-party, 0 ms blocking
PASS
23% third-party, 0 ms blocking
Info::
Third-party code accounts for 23% of page weight (2.4 MiB of 10.6 MiB)
Info::
Third-party blocking time is low (0 ms)
77%
23%
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+
Font Loading
6 fonts (229 KB)
PASS
6 fonts (229 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

229 KB total

Render-blocking

0

of 6

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 FCP 794 ms LCP 2.6 shttps://studioglass.ua/fonts/Gina-Regular.woff2Gina-Regular.woff2 https://studioglass.ua/fonts/Gina-Regular.woff2 — 58.2 KiB — 189 ms — font-display: swaphttps://studioglass.ua/fonts/Gina-Light.woff2Gina-Light.woff2 https://studioglass.ua/fonts/Gina-Light.woff2 — 56.4 KiB — 190 ms — font-display: swaphttps://studioglass.ua/fonts/Gina-Thin.woff2Gina-Thin.woff2 https://studioglass.ua/fonts/Gina-Thin.woff2 — 56.5 KiB — 190 ms — font-display: swapdata:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 1.6 KiB — 20 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2 — 19.2 KiB — 46 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 46 ms — font-display: swap
Gina-Regular.woff2 woff2 swap
Size 58 KB
Load time 189 ms
Start 927 ms
Risk FOUT — text flashes from fallback to web font
Gina-Light.woff2 woff2 swap
Size 56 KB
Load time 190 ms
Start 927 ms
Risk FOUT — text flashes from fallback to web font
Gina-Thin.woff2 woff2 swap
Size 56 KB
Load time 190 ms
Start 928 ms
Risk FOUT — text flashes from fallback to web font
font-woff;charset=utf-8... woff swap
Size 2 KB
Load time 20 ms
Start 951 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 19 KB
Load time 46 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 46 ms
Start 2.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)
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
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: gzip` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
Info::
`ETag` present -- conditional GET supported
Network Waterfall
183 requests over 2947ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 794 ms LCP 2.6 shttps://studioglass.ua/?srsltid=AfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT/?srsltid=AfmBOorR_9oMrvnyWn3YEJOwu... https://studioglass.ua/?srsltid=AfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT — 200 — 21.9 KiB — 726 ms — http/1.1https://studioglass.ua/css/bootstrap-grid.min.css/css/bootstrap-grid.min.css https://studioglass.ua/css/bootstrap-grid.min.css — 200 — 8.0 KiB — 65 ms — http/1.1https://studioglass.ua/css/main.css?v=1.0/css/main.css?v=1.0 https://studioglass.ua/css/main.css?v=1.0 — 200 — 9.9 KiB — 64 ms — http/1.1https://studioglass.ua/css/custom.css?v=1.2/css/custom.css?v=1.2 https://studioglass.ua/css/custom.css?v=1.2 — 200 — 1.6 KiB — 124 ms — http/1.1https://studioglass.ua/img/icons/icon-1.svg/img/icons/icon-1.svg https://studioglass.ua/img/icons/icon-1.svg — 200 — 738 B — 129 ms — http/1.1https://studioglass.ua/img/icons/icon-2.svg/img/icons/icon-2.svg https://studioglass.ua/img/icons/icon-2.svg — 200 — 666 B — 180 ms — http/1.1https://studioglass.ua/img/icons/icon-3.svg/img/icons/icon-3.svg https://studioglass.ua/img/icons/icon-3.svg — 200 — 726 B — 187 ms — http/1.1https://maps.googleapis.com/maps/api/js?key=&libraries=geometry,places&v=3&language=ukmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=&libraries=geometry,places&v=3&language=uk — 200 — 382.5 KiB — 199 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NMBNCQHwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NMBNCQH — 200 — 164.2 KiB — 142 ms — h2https://web-sdk.smartlook.com/recorder.jsweb-sdk.smartlook.com/recorder.js https://web-sdk.smartlook.com/recorder.js — 200 — 2.3 KiB — 55 ms — h2https://studioglass.ua/uploads/pages/original/instagram-w_2.svg/uploads/pages/original/instagram-w... https://studioglass.ua/uploads/pages/original/instagram-w_2.svg — 200 — 3.5 KiB — 129 ms — http/1.1https://studioglass.ua/uploads/pages/viber.png/uploads/pages/viber.png https://studioglass.ua/uploads/pages/viber.png — 200 — 1.0 KiB — 129 ms — http/1.1https://web-sdk.smartlook.com/es6/init.9207427f95fa799d6604.jsweb-sdk.smartlook.com/es6/init.9207... https://web-sdk.smartlook.com/es6/init.9207427f95fa799d6604.js — 200 — 19.5 KiB — 41 ms — h3https://studioglass.ua/css/swiper-bundle.min.css/css/swiper-bundle.min.css https://studioglass.ua/css/swiper-bundle.min.css — 200 — 5.1 KiB — 72 ms — http/1.1https://studioglass.ua/css/sumoselect.min.css?v=1.0/css/sumoselect.min.css?v=1.0 https://studioglass.ua/css/sumoselect.min.css?v=1.0 — 200 — 2.5 KiB — 65 ms — http/1.1https://studioglass.ua/uploads/pages/baner-in-stock-hor.jpg/uploads/pages/baner-in-stock-hor.j... https://studioglass.ua/uploads/pages/baner-in-stock-hor.jpg — 200 — 208.1 KiB — 261 ms — http/1.1https://studioglass.ua/uploads/pages/tel.png/uploads/pages/tel.png https://studioglass.ua/uploads/pages/tel.png — 200 — 944 B — 89 ms — http/1.1https://studioglass.ua/fonts/Gina-Regular.woff2/fonts/Gina-Regular.woff2 https://studioglass.ua/fonts/Gina-Regular.woff2 — 200 — 58.2 KiB — 189 ms — http/1.1https://studioglass.ua/fonts/Gina-Light.woff2/fonts/Gina-Light.woff2 https://studioglass.ua/fonts/Gina-Light.woff2 — 200 — 56.4 KiB — 190 ms — http/1.1https://studioglass.ua/fonts/Gina-Thin.woff2/fonts/Gina-Thin.woff2 https://studioglass.ua/fonts/Gina-Thin.woff2 — 200 — 56.5 KiB — 190 ms — http/1.1https://studioglass.ua/css/style.css?v=1.6/css/style.css?v=1.6 https://studioglass.ua/css/style.css?v=1.6 — 200 — 25.0 KiB — 70 ms — http/1.1data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 1.6 KiB — 20 ms — datahttps://studioglass.ua/uploads/original/logo-w_2.svg/uploads/original/logo-w_2.svg https://studioglass.ua/uploads/original/logo-w_2.svg — 200 — 10.0 KiB — 104 ms — http/1.1https://studioglass.ua/css/SumoselectCustom.css?v=1.0/css/SumoselectCustom.css?v=1.0 https://studioglass.ua/css/SumoselectCustom.css?v=1.0 — 200 — 1.5 KiB — 60 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-2HQL2YJXHP&cx=c&gtm=4e68l1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2HQL2YJXHP&cx=c&gtm=4e68l1 — 200 — 185.6 KiB — 114 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 105.1 KiB — 82 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-820769195www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-820769195 — 200 — 144.1 KiB — 108 ms — h2https://statics.esputnik.com/scripts/4D87A41BCAD94900ACA6270C60F1A89E.jsstatics.esputnik.com/scripts/4D87A4... https://statics.esputnik.com/scripts/4D87A41BCAD94900ACA6270C60F1A89E.js — 200 — 180.9 KiB — 165 ms — h2https://a.plerdy.com/public/js/click/main.js?v=0.927865926476457a.plerdy.com/public/js/click/main.j... https://a.plerdy.com/public/js/click/main.js?v=0.927865926476457 — 200 — 5.1 KiB — 76 ms — h3https://widgets.binotel.com/chat/widgets/8FacnhsyfRSkxoozxxra.jswidgets.binotel.com/chat/widgets/8F... https://widgets.binotel.com/chat/widgets/8FacnhsyfRSkxoozxxra.js — 200 — 2.8 KiB — 192 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 794 ms LCP 2.6 shttps://studioglass.ua/?srsltid=AfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT/?srsltid=AfmBOorR_9oMrvnyWn3YEJOwu... https://studioglass.ua/?srsltid=AfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT — 200 — 21.9 KiB — 726 ms — http/1.1https://studioglass.ua/css/bootstrap-grid.min.css/css/bootstrap-grid.min.css https://studioglass.ua/css/bootstrap-grid.min.css — 200 — 8.0 KiB — 65 ms — http/1.1https://studioglass.ua/css/main.css?v=1.0/css/main.css?v=1.0 https://studioglass.ua/css/main.css?v=1.0 — 200 — 9.9 KiB — 64 ms — http/1.1https://studioglass.ua/css/custom.css?v=1.2/css/custom.css?v=1.2 https://studioglass.ua/css/custom.css?v=1.2 — 200 — 1.6 KiB — 124 ms — http/1.1https://studioglass.ua/img/icons/icon-1.svg/img/icons/icon-1.svg https://studioglass.ua/img/icons/icon-1.svg — 200 — 738 B — 129 ms — http/1.1https://studioglass.ua/img/icons/icon-2.svg/img/icons/icon-2.svg https://studioglass.ua/img/icons/icon-2.svg — 200 — 666 B — 180 ms — http/1.1https://studioglass.ua/img/icons/icon-3.svg/img/icons/icon-3.svg https://studioglass.ua/img/icons/icon-3.svg — 200 — 726 B — 187 ms — http/1.1https://maps.googleapis.com/maps/api/js?key=&libraries=geometry,places&v=3&language=ukmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=&libraries=geometry,places&v=3&language=uk — 200 — 382.5 KiB — 199 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NMBNCQHwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NMBNCQH — 200 — 164.2 KiB — 142 ms — h2https://web-sdk.smartlook.com/recorder.jsweb-sdk.smartlook.com/recorder.js https://web-sdk.smartlook.com/recorder.js — 200 — 2.3 KiB — 55 ms — h2https://studioglass.ua/uploads/pages/original/instagram-w_2.svg/uploads/pages/original/instagram-w... https://studioglass.ua/uploads/pages/original/instagram-w_2.svg — 200 — 3.5 KiB — 129 ms — http/1.1https://studioglass.ua/uploads/pages/viber.png/uploads/pages/viber.png https://studioglass.ua/uploads/pages/viber.png — 200 — 1.0 KiB — 129 ms — http/1.1https://web-sdk.smartlook.com/es6/init.9207427f95fa799d6604.jsweb-sdk.smartlook.com/es6/init.9207... https://web-sdk.smartlook.com/es6/init.9207427f95fa799d6604.js — 200 — 19.5 KiB — 41 ms — h3https://studioglass.ua/css/swiper-bundle.min.css/css/swiper-bundle.min.css https://studioglass.ua/css/swiper-bundle.min.css — 200 — 5.1 KiB — 72 ms — http/1.1https://studioglass.ua/css/sumoselect.min.css?v=1.0/css/sumoselect.min.css?v=1.0 https://studioglass.ua/css/sumoselect.min.css?v=1.0 — 200 — 2.5 KiB — 65 ms — http/1.1https://studioglass.ua/uploads/pages/baner-in-stock-hor.jpg/uploads/pages/baner-in-stock-hor.j... https://studioglass.ua/uploads/pages/baner-in-stock-hor.jpg — 200 — 208.1 KiB — 261 ms — http/1.1https://studioglass.ua/uploads/pages/tel.png/uploads/pages/tel.png https://studioglass.ua/uploads/pages/tel.png — 200 — 944 B — 89 ms — http/1.1https://studioglass.ua/fonts/Gina-Regular.woff2/fonts/Gina-Regular.woff2 https://studioglass.ua/fonts/Gina-Regular.woff2 — 200 — 58.2 KiB — 189 ms — http/1.1https://studioglass.ua/fonts/Gina-Light.woff2/fonts/Gina-Light.woff2 https://studioglass.ua/fonts/Gina-Light.woff2 — 200 — 56.4 KiB — 190 ms — http/1.1https://studioglass.ua/fonts/Gina-Thin.woff2/fonts/Gina-Thin.woff2 https://studioglass.ua/fonts/Gina-Thin.woff2 — 200 — 56.5 KiB — 190 ms — http/1.1https://studioglass.ua/css/style.css?v=1.6/css/style.css?v=1.6 https://studioglass.ua/css/style.css?v=1.6 — 200 — 25.0 KiB — 70 ms — http/1.1data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 1.6 KiB — 20 ms — datahttps://studioglass.ua/uploads/original/logo-w_2.svg/uploads/original/logo-w_2.svg https://studioglass.ua/uploads/original/logo-w_2.svg — 200 — 10.0 KiB — 104 ms — http/1.1https://studioglass.ua/css/SumoselectCustom.css?v=1.0/css/SumoselectCustom.css?v=1.0 https://studioglass.ua/css/SumoselectCustom.css?v=1.0 — 200 — 1.5 KiB — 60 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-2HQL2YJXHP&cx=c&gtm=4e68l1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2HQL2YJXHP&cx=c&gtm=4e68l1 — 200 — 185.6 KiB — 114 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 105.1 KiB — 82 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-820769195www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-820769195 — 200 — 144.1 KiB — 108 ms — h2https://statics.esputnik.com/scripts/4D87A41BCAD94900ACA6270C60F1A89E.jsstatics.esputnik.com/scripts/4D87A4... https://statics.esputnik.com/scripts/4D87A41BCAD94900ACA6270C60F1A89E.js — 200 — 180.9 KiB — 165 ms — h2https://a.plerdy.com/public/js/click/main.js?v=0.927865926476457a.plerdy.com/public/js/click/main.j... https://a.plerdy.com/public/js/click/main.js?v=0.927865926476457 — 200 — 5.1 KiB — 76 ms — h3https://widgets.binotel.com/chat/widgets/8FacnhsyfRSkxoozxxra.jswidgets.binotel.com/chat/widgets/8F... https://widgets.binotel.com/chat/widgets/8FacnhsyfRSkxoozxxra.js — 200 — 2.8 KiB — 192 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D0CSCU3C77U9C2375AS0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D0CSCU3C77U9C2375AS0&lib=ttq — 200 — 3.2 KiB — 228 ms — h2https://www.google.com/ccm/collect?rcb=13&frm=0&apvc=1&ae=g&auid=1137319207.1787648572&dt=%E2%9E%A4%20Studio%20Glass%20%E2%80%A2%20%D0%9B%D1%8C%D0%B2%D1%96%D0%B2%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A4%D0%B0%D0%B1%D1%80%D0%B8%D0%BA%D0%B0%20%D0%94%D0%B7%D0%B5%D1%80%D0%BA%D0%B0%D0%BB&en=page_view&dl=https%3A%2F%2Fstudioglass.ua%2F%3Fsrsltid%3DAfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT&scrsrc=www.googletagmanager.com&rnd=1198954278.1787648572&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He68l1v811175592za200zd811175592xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=115938465~115938468~118897920~118897930~120385422&tft=1787648572343&tfd=1040&fmt=8www.google.com/ccm/collect?rcb=13&f... https://www.google.com/ccm/collect?rcb=13&frm=0&apvc=1&ae=g&auid=1137319207.1787648572&dt=%E2%9E%A4%20Studio%20Glass%20%E2%80%A2%20%D0%9B%D1%8C%D0%B2%D1%96%D0%B2%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A4%D0%B0%D0%B1%D1%80%D0%B8%D0%BA%D0%B0%20%D0%94%D0%B7%D0%B5%D1%80%D0%BA%D0%B0%D0%BB&en=page_view&dl=https%3A%2F%2Fstudioglass.ua%2F%3Fsrsltid%3DAfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT&scrsrc=www.googletagmanager.com&rnd=1198954278.1787648572&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He68l1v811175592za200zd811175592xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=115938465~115938468~118897920~118897930~120385422&tft=1787648572343&tfd=1040&fmt=8 — 200 — 21 B — 77 ms — h3https://ad.doubleclick.net/ccm/s/collect?auid=1137319207.1787648572&gtm=45He68l1v811175592za200zd811175592xea&fmt=8ad.doubleclick.net/ccm/s/collect?au... https://ad.doubleclick.net/ccm/s/collect?auid=1137319207.1787648572&gtm=45He68l1v811175592za200zd811175592xea&fmt=8 — 204 — 22 B — 127 ms — h3https://studioglass.ua/css/lightgallery.min.css/css/lightgallery.min.css https://studioglass.ua/css/lightgallery.min.css — 200 — 4.2 KiB — 64 ms — http/1.1https://studioglass.ua/uploads/categories/wood-mirror-colections.webp/uploads/categories/wood-mirror-col... https://studioglass.ua/uploads/categories/wood-mirror-colections.webp — 200 — 83.2 KiB — 126 ms — http/1.1https://studioglass.ua/uploads/pages/b-h1.jpg/uploads/pages/b-h1.jpg https://studioglass.ua/uploads/pages/b-h1.jpg — 200 — 85.7 KiB — 142 ms — http/1.1https://studioglass.ua/img/drag.png/img/drag.png https://studioglass.ua/img/drag.png — 200 — 924 B — 88 ms — http/1.1https://studioglass.ua/uploads/categories/610h900-shower.png/uploads/categories/610h900-shower.... https://studioglass.ua/uploads/categories/610h900-shower.png — 200 — 1.1 MiB — 303 ms — http/1.1https://a.plerdy.com/public/js/click/detector.js?v=33a.plerdy.com/public/js/click/detect... https://a.plerdy.com/public/js/click/detector.js?v=33 — 200 — 11.1 KiB — 42 ms — h3https://studioglass.ua/uploads/categories/610h900-led.png/uploads/categories/610h900-led.png https://studioglass.ua/uploads/categories/610h900-led.png — 200 — 1.1 MiB — 311 ms — http/1.1https://studioglass.ua/uploads/categories/610h900-azurite.png/uploads/categories/610h900-azurite... https://studioglass.ua/uploads/categories/610h900-azurite.png — 200 — 816.7 KiB — 474 ms — http/1.1https://studioglass.ua/uploads/categories/610h900-iron.png/uploads/categories/610h900-iron.pn... https://studioglass.ua/uploads/categories/610h900-iron.png — 200 — 1.4 MiB — 302 ms — http/1.1https://studioglass.ua/uploads/categories/610x905-kolekciya-amo_1.webp/uploads/categories/610x905-kolekci... https://studioglass.ua/uploads/categories/610x905-kolekciya-amo_1.webp — 200 — 30.2 KiB — 67 ms — http/1.1https://www.google.com/ccm/collect?rcb=11&frm=0&apvc=0&auid=1137319207.1787648572&dt=%E2%9E%A4%20Studio%20Glass%20%E2%80%A2%20%D0%9B%D1%8C%D0%B2%D1%96%D0%B2%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A4%D0%B0%D0%B1%D1%80%D0%B8%D0%BA%D0%B0%20%D0%94%D0%B7%D0%B5%D1%80%D0%BA%D0%B0%D0%BB&tid=AW-820769195&en=page_view&dl=https%3A%2F%2Fstudioglass.ua%2F%3Fsrsltid%3DAfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT&scrsrc=www.googletagmanager.com&rnd=1198954278.1787648572&navt=n&npa=1&gtm=45be68l1v9178858236za200zd9178858236xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=115938465~115938469~118897920~118897930~119367802~119367810~120385422&tft=1787648572548&tfd=1244&tids=AW-820769195&fmt=8www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&apvc=0&auid=1137319207.1787648572&dt=%E2%9E%A4%20Studio%20Glass%20%E2%80%A2%20%D0%9B%D1%8C%D0%B2%D1%96%D0%B2%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A4%D0%B0%D0%B1%D1%80%D0%B8%D0%BA%D0%B0%20%D0%94%D0%B7%D0%B5%D1%80%D0%BA%D0%B0%D0%BB&tid=AW-820769195&en=page_view&dl=https%3A%2F%2Fstudioglass.ua%2F%3Fsrsltid%3DAfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT&scrsrc=www.googletagmanager.com&rnd=1198954278.1787648572&navt=n&npa=1&gtm=45be68l1v9178858236za200zd9178858236xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=115938465~115938469~118897920~118897930~119367802~119367810~120385422&tft=1787648572548&tfd=1244&tids=AW-820769195&fmt=8 — 200 — 21 B — 99 ms — h3https://studioglass.ua/uploads/categories/610x905-tov-v-nayavn-1.webp/uploads/categories/610x905-tov-v-n... https://studioglass.ua/uploads/categories/610x905-tov-v-nayavn-1.webp — 200 — 66.2 KiB — 71 ms — http/1.1https://studioglass.ua/uploads/categories/megamirrors_1.jpg/uploads/categories/megamirrors_1.j... https://studioglass.ua/uploads/categories/megamirrors_1.jpg — 200 — 85.9 KiB — 65 ms — http/1.1https://connect.facebook.net/signals/config/493658682297749?v=2.9.385&r=stable&domain=studioglass.ua&hme=1a72ec78e057d90ba48afa55a82b063b1c9b6ab7c0155009fecc72226a622ed2&ex_m=113%2C218%2C164%2C25%2C78%2C79%2C156%2C74%2C73%2C11%2C174%2C98%2C19%2C148%2C136%2C43%2C81%2C86%2C144%2C169%2C176%2C29%2C17%2C30%2C31%2C32%2C34%2C52%2C157%2C83%2C121%2C21%2C23%2C48%2C44%2C46%2C45%2C91%2C100%2C104%2C119%2C155%2C158%2C50%2C120%2C27%2C24%2C128%2C75%2C40%2C160%2C159%2C161%2C152%2C150%2C28%2C39%2C63%2C118%2C171%2C76%2C20%2C123%2C89%2C72%2C22%2C93%2C94%2C125%2C92%2C146%2C145%2C149%2C105%2C170%2C173%2C38%2C53%2C122%2C51%2C8%2C4%2C5%2C7%2C6%2C3%2C99%2C110%2C177%2C185%2C232%2C80%2C245%2C244%2C243%2C14%2C26%2C37%2C59%2C112%2C65%2C10%2C69%2C106%2C107%2C108%2C114%2C139%2C35%2C33%2C141%2C142%2C143%2C138%2C137%2C165%2C82%2C168%2C166%2C167%2C54%2C64%2C132%2C18%2C172%2C49%2C293%2C294%2C292%2C307%2C329%2C225%2C214%2C66%2C215%2C213%2C332%2C323%2C56%2C226%2C116%2C140%2C88%2C130%2C58%2C129%2C135%2C134%2C62%2C70%2C68%2C162%2C84%2C85%2C124%2C41%2C36%2C57%2C60%2C109%2C175%2C1%2C133%2C16%2C131%2C12%2C2%2C61%2C101%2C15%2C71%2C67%2C127%2C97%2C96%2C178%2C179%2C102%2C103%2C9%2C111%2C55%2C153%2C95%2C87%2C77%2C126%2C115%2C47%2C154%2C0%2C90%2C147%2C151%2C163%2C42%2C117%2C13%2C180connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/493658682297749?v=2.9.385&r=stable&domain=studioglass.ua&hme=1a72ec78e057d90ba48afa55a82b063b1c9b6ab7c0155009fecc72226a622ed2&ex_m=113%2C218%2C164%2C25%2C78%2C79%2C156%2C74%2C73%2C11%2C174%2C98%2C19%2C148%2C136%2C43%2C81%2C86%2C144%2C169%2C176%2C29%2C17%2C30%2C31%2C32%2C34%2C52%2C157%2C83%2C121%2C21%2C23%2C48%2C44%2C46%2C45%2C91%2C100%2C104%2C119%2C155%2C158%2C50%2C120%2C27%2C24%2C128%2C75%2C40%2C160%2C159%2C161%2C152%2C150%2C28%2C39%2C63%2C118%2C171%2C76%2C20%2C123%2C89%2C72%2C22%2C93%2C94%2C125%2C92%2C146%2C145%2C149%2C105%2C170%2C173%2C38%2C53%2C122%2C51%2C8%2C4%2C5%2C7%2C6%2C3%2C99%2C110%2C177%2C185%2C232%2C80%2C245%2C244%2C243%2C14%2C26%2C37%2C59%2C112%2C65%2C10%2C69%2C106%2C107%2C108%2C114%2C139%2C35%2C33%2C141%2C142%2C143%2C138%2C137%2C165%2C82%2C168%2C166%2C167%2C54%2C64%2C132%2C18%2C172%2C49%2C293%2C294%2C292%2C307%2C329%2C225%2C214%2C66%2C215%2C213%2C332%2C323%2C56%2C226%2C116%2C140%2C88%2C130%2C58%2C129%2C135%2C134%2C62%2C70%2C68%2C162%2C84%2C85%2C124%2C41%2C36%2C57%2C60%2C109%2C175%2C1%2C133%2C16%2C131%2C12%2C2%2C61%2C101%2C15%2C71%2C67%2C127%2C97%2C96%2C178%2C179%2C102%2C103%2C9%2C111%2C55%2C153%2C95%2C87%2C77%2C126%2C115%2C47%2C154%2C0%2C90%2C147%2C151%2C163%2C42%2C117%2C13%2C180 — 200 — 70.7 KiB — 299 ms — h3https://studioglass.ua/uploads/categories/aller-930-4.webp/uploads/categories/aller-930-4.web... https://studioglass.ua/uploads/categories/aller-930-4.webp — 200 — 41.3 KiB — 66 ms — http/1.1https://studioglass.ua/uploads/products/725X725/liri-chrome-blank-930.webp/uploads/products/725X725/liri-chro... https://studioglass.ua/uploads/products/725X725/liri-chrome-blank-930.webp — 200 — 56.1 KiB — 65 ms — http/1.1https://studioglass.ua/uploads/products/725X725/colombo-blank-930-11.webp/uploads/products/725X725/colombo-b... https://studioglass.ua/uploads/products/725X725/colombo-blank-930-11.webp — 200 — 34.6 KiB — 66 ms — http/1.1https://studioglass.ua/uploads/products/725X725/stenli-blank-930.webp/uploads/products/725X725/stenli-bl... https://studioglass.ua/uploads/products/725X725/stenli-blank-930.webp — 200 — 37.1 KiB — 65 ms — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-2HQL2YJXHP&gtm=45je68l1v9106884426z8811175592za20gzb811175592zd811175592&_p=1787648572047&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGAC&are=1&cid=1688034883.1787648573&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115938465~115938468~118897920~118897930~119367802~119367810~119791748~120213116~120385423&sid=1787648572&sct=1&seg=0&dl=https%3A%2F%2Fstudioglass.ua%2F%3Fsrsltid%3DAfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT&dt=%E2%9E%A4%20Studio%20Glass%20%E2%80%A2%20%D0%9B%D1%8C%D0%B2%D1%96%D0%B2%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A4%D0%B0%D0%B1%D1%80%D0%B8%D0%BA%D0%B0%20%D0%94%D0%B7%D0%B5%D1%80%D0%BA%D0%B0%D0%BB&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1403region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-2HQL2YJXHP&gtm=45je68l1v9106884426z8811175592za20gzb811175592zd811175592&_p=1787648572047&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGAC&are=1&cid=1688034883.1787648573&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.169%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115938465~115938468~118897920~118897930~119367802~119367810~119791748~120213116~120385423&sid=1787648572&sct=1&seg=0&dl=https%3A%2F%2Fstudioglass.ua%2F%3Fsrsltid%3DAfmBOorR_9oMrvnyWn3YEJOwuhmKA3daecu2_JGxPxX23K_k9dm-TCQT&dt=%E2%9E%A4%20Studio%20Glass%20%E2%80%A2%20%D0%9B%D1%8C%D0%B2%D1%96%D0%B2%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A4%D0%B0%D0%B1%D1%80%D0%B8%D0%BA%D0%B0%20%D0%94%D0%B7%D0%B5%D1%80%D0%BA%D0%B0%D0%BB&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1403 — 204 — 548 B — 70 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-2HQL2YJXHP&cid=1688034883.1787648573&gtm=45je68l1v9106884426z8811175592za20gzb811175592zd811175592&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=115938465~115938468~118897920~118897930~119367802~119367810~119791748~120213116~120385423stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-2HQL2YJXHP&cid=1688034883.1787648573&gtm=45je68l1v9106884426z8811175592za20gzb811175592zd811175592&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=115938465~115938468~118897920~118897930~119367802~119367810~119791748~120213116~120385423 — 204 — 548 B — 77 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-2HQL2YJXHP&cid=1688034883.1787648573&gtm=45je68l1v9106884426z8811175592za20gzb811175592zd811175592&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=115938465~115938468~118897920~118897930~119367802~119367810~119791748~120213116~120385423&z=884725www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-2HQL2YJXHP&cid=1688034883.1787648573&gtm=45je68l1v9106884426z8811175592za20gzb811175592zd811175592&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=115938465~115938468~118897920~118897930~119367802~119367810~119791748~120213116~120385423&z=884725 — 200 — 408 B — 99 ms — h2https://a.plerdy.com/public/js/click/main2.js?v=20260721-monitoring-noise-filtera.plerdy.com/public/js/click/main2.... https://a.plerdy.com/public/js/click/main2.js?v=20260721-monitoring-noise-filter — 200 — 123.7 KiB — 98 ms — h3https://a.plerdy.com/ab-loader.js?suid=56463a.plerdy.com/ab-loader.js?suid=5646... https://a.plerdy.com/ab-loader.js?suid=56463 — 200 — 1.0 KiB — 74 ms — h3https://a.plerdy.com/public/screens/56463/iframe.js?v=0.9473133577995824a.plerdy.com/public/screens/56463/i... https://a.plerdy.com/public/screens/56463/iframe.js?v=0.9473133577995824 — 200 — 632 B — 53 ms — h3https://studioglass.ua/uploads/products/725X725/belfast-black-na-nizhci-new-930.webp/uploads/products/725X725/belfast-b... https://studioglass.ua/uploads/products/725X725/belfast-black-na-nizhci-new-930.webp — 200 — 7.2 KiB — 65 ms — http/1.1https://site-script.esputnik.com/site-script/v1/eventsite-script.esputnik.com/site-scrip... https://site-script.esputnik.com/site-script/v1/event — 204 — 0 B — 107 ms — h2https://studioglass.ua/uploads/products/725X725/wood-mirror_0000s_0000_frost-wind-strap-light.webp/uploads/products/725X725/wood-mirr... https://studioglass.ua/uploads/products/725X725/wood-mirror_0000s_0000_frost-wind-strap-light.webp — 200 — 8.7 KiB — 63 ms — http/1.1https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap&subset=latin,cyrillicfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap&subset=latin,cyrillic — 200 — 1.8 KiB — 79 ms — h2https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap — 200 — 2.2 KiB — 76 ms — h2https://widgets.binotel.com/chat/js/ws.client.min.js?modifiedAt=1780479992widgets.binotel.com/chat/js/ws.clie... https://widgets.binotel.com/chat/js/ws.client.min.js?modifiedAt=1780479992 — 200 — 1.5 KiB — 64 ms — h2https://widgets.binotel.com/w/chat/chat.js?modifiedAt=1787648572widgets.binotel.com/w/chat/chat.js?... https://widgets.binotel.com/w/chat/chat.js?modifiedAt=1787648572 — 200 — 947 B — 64 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MTgxMDg1OGQ1MQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MTgxMDg1OGQ1MQ.js — 200 — 116.0 KiB — 15 ms — h2https://studioglass.ua/uploads/products/725X725/wood-mirror_0000s_0002_red-fire-strap-light.webp/uploads/products/725X725/wood-mirr... https://studioglass.ua/uploads/products/725X725/wood-mirror_0000s_0002_red-fire-strap-light.webp — 200 — 14.3 KiB — 64 ms — http/1.1https://studioglass.ua/uploads/products/725X725/wood-mirror_0000s_0003_shiny-desert-strap-light.webp/uploads/products/725X725/wood-mirr... https://studioglass.ua/uploads/products/725X725/wood-mirror_0000s_0003_shiny-desert-strap-light.webp — 200 — 14.1 KiB — 64 ms — http/1.1https://studioglass.ua/uploads/products/725X725/wood-mirror_0000s_0001_black-water-strap-light.webp/uploads/products/725X725/wood-mirr... https://studioglass.ua/uploads/products/725X725/wood-mirror_0000s_0001_black-water-strap-light.webp — 200 — 12.9 KiB — 62 ms — http/1.1https://studioglass.ua/uploads/products/725X725/barito-2000.webp/uploads/products/725X725/barito-20... https://studioglass.ua/uploads/products/725X725/barito-2000.webp — 200 — 5.0 KiB — 352 ms — http/1.1https://studioglass.ua/uploads/blog/ebc-62of443_1.webp/uploads/blog/ebc-62of443_1.webp https://studioglass.ua/uploads/blog/ebc-62of443_1.webp — 200 — 8.3 KiB — 65 ms — http/1.1https://studioglass.ua/uploads/blog/tiler-working-renovation-apartment.webp/uploads/blog/tiler-working-renovat... https://studioglass.ua/uploads/blog/tiler-working-renovation-apartment.webp — 200 — 12.9 KiB — 64 ms — http/1.1https://studioglass.ua/uploads/blog/kaboompics_everyday-domestic-bliss-a-womans-journey-through-home-cleaning-and-comfort-32369-2.webp/uploads/blog/kaboompics_everyday-d... https://studioglass.ua/uploads/blog/kaboompics_everyday-domestic-bliss-a-womans-journey-through-home-cleaning-and-comfort-32369-2.webp — 200 — 11.4 KiB — 64 ms — http/1.1https://analytics.tiktok.com/i18n/pixel/static/identify_ea043f1c.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_ea043f1c.js — 200 — 39.6 KiB — 10 ms — h2https://site-script.esputnik.com/site-script/v1/eventsite-script.esputnik.com/site-scrip... https://site-script.esputnik.com/site-script/v1/event — 200 — 143 B — 36 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 1.4 KiB — 196 ms — http/1.1https://studioglass.ua/uploads/mc.png/uploads/mc.png https://studioglass.ua/uploads/mc.png — 200 — 3.3 KiB — 61 ms — http/1.1https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 909 B — 151 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 906 B — 150 ms — h2https://studioglass.ua/uploads/fr.png/uploads/fr.png https://studioglass.ua/uploads/fr.png — 200 — 10.0 KiB — 60 ms — http/1.1https://studioglass.ua/uploads/ns.png/uploads/ns.png https://studioglass.ua/uploads/ns.png — 200 — 2.5 KiB — 62 ms — http/1.1https://studioglass.ua/uploads/mzh.png/uploads/mzh.png https://studioglass.ua/uploads/mzh.png — 200 — 1.9 KiB — 61 ms — http/1.1https://widgets.binotel.com/w/chat/5a81e82de22be47cbf30-runtime.jswidgets.binotel.com/w/chat/5a81e82d... https://widgets.binotel.com/w/chat/5a81e82de22be47cbf30-runtime.js — 200 — 1.3 KiB — 62 ms — h2https://widgets.binotel.com/w/chat/f02f5700e2aeefdc758c-839.jswidgets.binotel.com/w/chat/f02f5700... https://widgets.binotel.com/w/chat/f02f5700e2aeefdc758c-839.js — 200 — 11.9 KiB — 63 ms — h2https://widgets.binotel.com/w/chat/b51ef5ce7a94117c8c76-main-5d3f7ed2.jswidgets.binotel.com/w/chat/b51ef5ce... https://widgets.binotel.com/w/chat/b51ef5ce7a94117c8c76-main-5d3f7ed2.js — 200 — 13.2 KiB — 116 ms — h2https://widgets.binotel.com/w/chat/585d6be9ed2f1767c183-main-1e55907f.jswidgets.binotel.com/w/chat/585d6be9... https://widgets.binotel.com/w/chat/585d6be9ed2f1767c183-main-1e55907f.js — 200 — 11.1 KiB — 120 ms — h2https://widgets.binotel.com/w/chat/7a5d9b93aabc2d4b3da1-main-d389a0ce.jswidgets.binotel.com/w/chat/7a5d9b93... https://widgets.binotel.com/w/chat/7a5d9b93aabc2d4b3da1-main-d389a0ce.js — 200 — 15.7 KiB — 173 ms — h2https://widgets.binotel.com/w/chat/ed5784897d97366aafdc-main-16d15736.jswidgets.binotel.com/w/chat/ed578489... https://widgets.binotel.com/w/chat/ed5784897d97366aafdc-main-16d15736.js — 200 — 12.2 KiB — 175 ms — h2https://widgets.binotel.com/w/chat/ace774cd537e197362de-main-b7e6bc24.jswidgets.binotel.com/w/chat/ace774cd... https://widgets.binotel.com/w/chat/ace774cd537e197362de-main-b7e6bc24.js — 200 — 11.1 KiB — 178 ms — h2https://widgets.binotel.com/w/chat/4c634189c69eb2bd338f-main-54e2bb06.jswidgets.binotel.com/w/chat/4c634189... https://widgets.binotel.com/w/chat/4c634189c69eb2bd338f-main-54e2bb06.js — 200 — 14.7 KiB — 183 ms — h2https://widgets.binotel.com/w/chat/118df28e764df9cca5ab-main-67367e68.jswidgets.binotel.com/w/chat/118df28e... https://widgets.binotel.com/w/chat/118df28e764df9cca5ab-main-67367e68.js — 200 — 46.4 KiB — 229 ms — h2https://widgets.binotel.com/w/chat/03b233bcf031692c136e-main-d91a9049.jswidgets.binotel.com/w/chat/03b233bc... https://widgets.binotel.com/w/chat/03b233bcf031692c136e-main-d91a9049.js — 200 — 17.2 KiB — 228 ms — h2https://widgets.binotel.com/w/chat/5d3f57a481fad6b56667-main-f64546b2.jswidgets.binotel.com/w/chat/5d3f57a4... https://widgets.binotel.com/w/chat/5d3f57a481fad6b56667-main-f64546b2.js — 200 — 36.4 KiB — 233 ms — h2https://studioglass.ua/img/card-img-1.webp/img/card-img-1.webp https://studioglass.ua/img/card-img-1.webp — 200 — 894 B — 62 ms — http/1.1https://studioglass.ua/img/card-img-2.webp/img/card-img-2.webp https://studioglass.ua/img/card-img-2.webp — 200 — 886 B — 62 ms — http/1.1https://studioglass.ua/img/card-img-3.webp/img/card-img-3.webp https://studioglass.ua/img/card-img-3.webp — 200 — 908 B — 68 ms — http/1.1https://studioglass.ua/img/icons/paw+monobank.svg/img/icons/paw+monobank.svg https://studioglass.ua/img/icons/paw+monobank.svg — 200 — 13.6 KiB — 68 ms — http/1.1https://studioglass.ua/uploads/pages/logo-white.png/uploads/pages/logo-white.png https://studioglass.ua/uploads/pages/logo-white.png — 200 — 3.5 KiB — 66 ms — http/1.1https://a.plerdy.com/chat/widget-config?suid=56463&hash=1b4eef82daabc835d28906508495e656a.plerdy.com/chat/widget-config?sui... https://a.plerdy.com/chat/widget-config?suid=56463&hash=1b4eef82daabc835d28906508495e656 — 200 — 572 B — 96 ms — h3https://widgets.binotel.com/calltracking/js/information-about-the-visitor.js?modifiedAt=1780479992widgets.binotel.com/calltracking/js... https://widgets.binotel.com/calltracking/js/information-about-the-visitor.js?modifiedAt=1780479992 — 200 — 4.6 KiB — 189 ms — h2https://studioglass.ua/uploads/pages/thumbs-up-1.png/uploads/pages/thumbs-up-1.png https://studioglass.ua/uploads/pages/thumbs-up-1.png — 200 — 1.2 KiB — 60 ms — http/1.1https://studioglass.ua/uploads/logo-1_2.png/uploads/logo-1_2.png https://studioglass.ua/uploads/logo-1_2.png — 200 — 1.8 KiB — 63 ms — http/1.1https://studioglass.ua/img/placeholder_black.png/img/placeholder_black.png https://studioglass.ua/img/placeholder_black.png — 200 — 12.0 KiB — 84 ms — http/1.1https://studioglass.ua/js/jquery.min.js/js/jquery.min.js https://studioglass.ua/js/jquery.min.js — 200 — 87.8 KiB — 88 ms — http/1.1https://studioglass.ua/js/swiper-bundle.min.js/js/swiper-bundle.min.js https://studioglass.ua/js/swiper-bundle.min.js — 200 — 132.8 KiB — 122 ms — http/1.1https://studioglass.ua/js/rellax.min.js/js/rellax.min.js https://studioglass.ua/js/rellax.min.js — 200 — 4.7 KiB — 70 ms — http/1.1https://www.facebook.com/tr/www.facebook.com/tr/ https://www.facebook.com/tr/ — 200 — 19 B — 53 ms — h3https://studioglass.ua/js/jquery.inputmask.min.js/js/jquery.inputmask.min.js https://studioglass.ua/js/jquery.inputmask.min.js — 200 — 92.0 KiB — 62 ms — http/1.1https://studioglass.ua/js/jquery.sumoselect.min.js/js/jquery.sumoselect.min.js https://studioglass.ua/js/jquery.sumoselect.min.js — 200 — 16.9 KiB — 63 ms — http/1.1https://studioglass.ua/js/jquery-ui.min.js/js/jquery-ui.min.js https://studioglass.ua/js/jquery-ui.min.js — 200 — 248.1 KiB — 119 ms — http/1.1https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 908 B — 182 ms — h2https://studioglass.ua/js/global.js?v=3.3/js/global.js?v=3.3 https://studioglass.ua/js/global.js?v=3.3 — 200 — 132.6 KiB — 65 ms — http/1.1https://studioglass.ua/js/SmoothScroll.js/js/SmoothScroll.js https://studioglass.ua/js/SmoothScroll.js — 200 — 7.6 KiB — 59 ms — http/1.1https://studioglass.ua/js/jquery.sticky-kit.min.js/js/jquery.sticky-kit.min.js https://studioglass.ua/js/jquery.sticky-kit.min.js — 200 — 3.1 KiB — 63 ms — http/1.1https://studioglass.ua/js/custom.js?v=1.2/js/custom.js?v=1.2 https://studioglass.ua/js/custom.js?v=1.2 — 200 — 18.3 KiB — 61 ms — http/1.1https://studioglass.ua/js/pagination.js?v=1.0/js/pagination.js?v=1.0 https://studioglass.ua/js/pagination.js?v=1.0 — 200 — 7.7 KiB — 59 ms — http/1.1https://studioglass.ua/js/sumoselectCustom.js/js/sumoselectCustom.js https://studioglass.ua/js/sumoselectCustom.js — 200 — 615 B — 59 ms — http/1.1https://studioglass.ua/js/ScrollMagic.min.js/js/ScrollMagic.min.js https://studioglass.ua/js/ScrollMagic.min.js — 200 — 133.0 KiB — 63 ms — http/1.1https://a.plerdy.com/click/admin/save_statistica.plerdy.com/click/admin/save_stati... https://a.plerdy.com/click/admin/save_statistic — 200 — 658 B — 75 ms — h3https://studioglass.ua/js/lightgallery-all.min.js/js/lightgallery-all.min.js https://studioglass.ua/js/lightgallery-all.min.js — 200 — 55.8 KiB — 60 ms — http/1.1https://studioglass.ua/js/lightgallery-custom.js/js/lightgallery-custom.js https://studioglass.ua/js/lightgallery-custom.js — 200 — 1.1 KiB — 60 ms — http/1.1https://studioglass.ua/js/infobox.js/js/infobox.js https://studioglass.ua/js/infobox.js — 200 — 11.0 KiB — 61 ms — http/1.1https://studioglass.ua/js/markerclusterer.js/js/markerclusterer.js https://studioglass.ua/js/markerclusterer.js — 200 — 35.6 KiB — 60 ms — http/1.1https://studioglass.ua/js/map.js/js/map.js https://studioglass.ua/js/map.js — 200 — 8.7 KiB — 59 ms — http/1.1https://studioglass.ua/uploads/pages/1920x980-gs.jpg/uploads/pages/1920x980-gs.jpg https://studioglass.ua/uploads/pages/1920x980-gs.jpg — 200 — 103.5 KiB — 61 ms — http/1.1https://studioglass.ua/uploads/pages/1920x980-baner-na-sayt-38.jpg/uploads/pages/1920x980-baner-na-sa... https://studioglass.ua/uploads/pages/1920x980-baner-na-sayt-38.jpg — 200 — 254.6 KiB — 124 ms — http/1.1https://studioglass.ua/uploads/pages/1920x980-baner-na-sayt-44.jpg/uploads/pages/1920x980-baner-na-sa... https://studioglass.ua/uploads/pages/1920x980-baner-na-sayt-44.jpg — 200 — 320.3 KiB — 72 ms — http/1.1https://studioglass.ua/uploads/pages/1920x980-baner-na-sayt-20.jpg/uploads/pages/1920x980-baner-na-sa... https://studioglass.ua/uploads/pages/1920x980-baner-na-sayt-20.jpg — 200 — 254.0 KiB — 69 ms — http/1.1https://studioglass.ua/uploads/pages/vanna-ss.jpg/uploads/pages/vanna-ss.jpg https://studioglass.ua/uploads/pages/vanna-ss.jpg — 200 — 289.0 KiB — 74 ms — http/1.1https://studioglass.ua/uploads/pages/studioglass-lifestyle.webp/uploads/pages/studioglass-lifestyl... https://studioglass.ua/uploads/pages/studioglass-lifestyle.webp — 200 — 237.0 KiB — 69 ms — http/1.1https://studioglass.ua/uploads/shower-big.webp/uploads/shower-big.webp https://studioglass.ua/uploads/shower-big.webp — 200 — 145.8 KiB — 64 ms — http/1.1https://studioglass.ua/client/getTempUserID/client/getTempUserID https://studioglass.ua/client/getTempUserID — 200 — 512 B — 79 ms — http/1.1https://studioglass.ua/img/icons/btn-arrow-b.svg/img/icons/btn-arrow-b.svg https://studioglass.ua/img/icons/btn-arrow-b.svg — 200 — 629 B — 62 ms — http/1.1https://studioglass.ua/img/icons/btn-arrow-w.svg/img/icons/btn-arrow-w.svg https://studioglass.ua/img/icons/btn-arrow-w.svg — 200 — 629 B — 61 ms — http/1.1https://www.googletagmanager.com/gtag/destination?id=G-X&cx=c&gtm=4e68l1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=G-X&cx=c&gtm=4e68l1 — 200 — 145.2 KiB — 93 ms — h3https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 45 B — 60 ms — h3https://a.plerdy.com/public/screens/56463/plerdy_seo_rules.js?v=0.9618749312023321a.plerdy.com/public/screens/56463/p... https://a.plerdy.com/public/screens/56463/plerdy_seo_rules.js?v=0.9618749312023321 — 200 — 702 B — 46 ms — h3https://a.plerdy.com/public/screens/56463/plerdy_ga_events.js?v=0.16686058659392977a.plerdy.com/public/screens/56463/p... https://a.plerdy.com/public/screens/56463/plerdy_ga_events.js?v=0.16686058659392977 — 200 — 1.2 KiB — 47 ms — h3https://a.plerdy.com/public/screens/56463/data/data_plerdy_form.js?v=0.44451440617524474a.plerdy.com/public/screens/56463/d... https://a.plerdy.com/public/screens/56463/data/data_plerdy_form.js?v=0.44451440617524474 — 200 — 1.2 KiB — 48 ms — h3https://ajax.googleapis.com/ajax/libs/model-viewer/4.0.0/model-viewer.min.jsajax.googleapis.com/ajax/libs/model... https://ajax.googleapis.com/ajax/libs/model-viewer/4.0.0/model-viewer.min.js — 200 — 252.8 KiB — 130 ms — h2https://widgets.binotel.com/f/bnt-web-components/binotel-internal-phone-input.jswidgets.binotel.com/f/bnt-web-compo... https://widgets.binotel.com/f/bnt-web-components/binotel-internal-phone-input.js — 200 — 170.6 KiB — 117 ms — h2https://a.plerdy.com/click/ip?params=%7B%0A%20%20%22site_url%22%3A%20%22studioglass.ua%22%2C%0A%20%20%22ip_visitor%22%3A%20%22%22%2C%0A%20%20%22position%22%3A%20%5B%5D%2C%0A%20%20%22page_url%22%3A%20%22https%3A%2F%2Fstudioglass.ua%22%2C%0A%20%20%22user_hash%22%3A%20%221b4eef82daabc835d28906508495e656%22%2C%0A%20%20%22suid%22%3A%2056463%2C%0A%20%20%22plerdy_url%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2Fclick%2F%22%2C%0A%20%20%22device%22%3A%20%22desktop%22%2C%0A%20%20%22cookie_form%22%3A%20%22%22%2C%0A%20%20%22doingrequest%22%3A%200%2C%0A%20%20%22el_on_click%22%3A%20%5B%5D%2C%0A%20%20%22class_name%22%3A%20%5B%5D%2C%0A%20%20%22click_number%22%3A%20%5B%5D%2C%0A%20%20%22hash_tag%22%3A%20%5B%5D%2C%0A%20%20%22page_title%22%3A%20%22%E2%9E%A4%20Studio%20Glass%20%E2%80%A2%20%D0%9B%D1%8C%D0%B2%D1%96%D0%B2%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A4%D0%B0%D0%B1%D1%80%D0%B8%D0%BA%D0%B0%20%D0%94%D0%B7%D0%B5%D1%80%D0%BA%D0%B0%D0%BB%22%2C%0A%20%20%22plerdy_url0%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2F%22%2C%0A%20%20%22plerdy_url_live%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2F%22%2C%0A%20%20%22plerdy_url_save%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2Fclick%2F%22%2C%0A%20%20%22plerdy_url_save_test%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2Fclick_test%2F%22%2C%0A%20%20%22traffic_source%22%3A%20%22direct%22%2C%0A%20%20%22id_page%22%3A%201%2C%0A%20%20%22country_code%22%3A%20%22ES%22%0A%7D&cooki=%5B%5D&ip_a=1a.plerdy.com/click/ip?params=%7B%0A... https://a.plerdy.com/click/ip?params=%7B%0A%20%20%22site_url%22%3A%20%22studioglass.ua%22%2C%0A%20%20%22ip_visitor%22%3A%20%22%22%2C%0A%20%20%22position%22%3A%20%5B%5D%2C%0A%20%20%22page_url%22%3A%20%22https%3A%2F%2Fstudioglass.ua%22%2C%0A%20%20%22user_hash%22%3A%20%221b4eef82daabc835d28906508495e656%22%2C%0A%20%20%22suid%22%3A%2056463%2C%0A%20%20%22plerdy_url%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2Fclick%2F%22%2C%0A%20%20%22device%22%3A%20%22desktop%22%2C%0A%20%20%22cookie_form%22%3A%20%22%22%2C%0A%20%20%22doingrequest%22%3A%200%2C%0A%20%20%22el_on_click%22%3A%20%5B%5D%2C%0A%20%20%22class_name%22%3A%20%5B%5D%2C%0A%20%20%22click_number%22%3A%20%5B%5D%2C%0A%20%20%22hash_tag%22%3A%20%5B%5D%2C%0A%20%20%22page_title%22%3A%20%22%E2%9E%A4%20Studio%20Glass%20%E2%80%A2%20%D0%9B%D1%8C%D0%B2%D1%96%D0%B2%D1%81%D1%8C%D0%BA%D0%B0%20%D0%A4%D0%B0%D0%B1%D1%80%D0%B8%D0%BA%D0%B0%20%D0%94%D0%B7%D0%B5%D1%80%D0%BA%D0%B0%D0%BB%22%2C%0A%20%20%22plerdy_url0%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2F%22%2C%0A%20%20%22plerdy_url_live%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2F%22%2C%0A%20%20%22plerdy_url_save%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2Fclick%2F%22%2C%0A%20%20%22plerdy_url_save_test%22%3A%20%22https%3A%2F%2Fa.plerdy.com%2Fclick_test%2F%22%2C%0A%20%20%22traffic_source%22%3A%20%22direct%22%2C%0A%20%20%22id_page%22%3A%201%2C%0A%20%20%22country_code%22%3A%20%22ES%22%0A%7D&cooki=%5B%5D&ip_a=1 — 200 — 586 B — 44 ms — h3https://widgets.binotel.com/w/chat/assets/i18n/ua.json?v=9.8.6322035widgets.binotel.com/w/chat/assets/i... https://widgets.binotel.com/w/chat/assets/i18n/ua.json?v=9.8.6322035 — 200 — 3.3 KiB — 186 ms — h2https://studioglass.ua/img/favicon.ico/img/favicon.ico https://studioglass.ua/img/favicon.ico — 200 — 148.9 KiB — 63 ms — http/1.1https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f600.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f600.svg — 200 — 646 B — 175 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f914.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f914.svg — 200 — 1.7 KiB — 177 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f605.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f605.svg — 200 — 1.2 KiB — 175 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f602.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f602.svg — 200 — 1.8 KiB — 177 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f609.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f609.svg — 200 — 1.3 KiB — 178 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f642.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f642.svg — 200 — 721 B — 178 ms — h2https://widgets.binotel.com/w/chat/14700e19e27db8da7a56.mp3widgets.binotel.com/w/chat/14700e19... https://widgets.binotel.com/w/chat/14700e19e27db8da7a56.mp3 — 206 — 12.5 KiB — 55 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f60d.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f60d.svg — 200 — 1.1 KiB — 60 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f607.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f607.svg — 200 — 2.3 KiB — 61 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f643.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f643.svg — 200 — 733 B — 62 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f614.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f614.svg — 200 — 1.3 KiB — 62 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f60e.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f60e.svg — 200 — 1.2 KiB — 63 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f1fa-1f1e6.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f1fa-1f1e6.svg — 200 — 428 B — 64 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f499.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f499.svg — 200 — 564 B — 65 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f49b.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f49b.svg — 200 — 564 B — 66 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f970.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f970.svg — 200 — 2.5 KiB — 67 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f929.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f929.svg — 200 — 1.4 KiB — 68 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f60f.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f60f.svg — 200 — 1.5 KiB — 69 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f60c.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f60c.svg — 200 — 1.5 KiB — 70 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f92f.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f92f.svg — 200 — 3.2 KiB — 71 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f97a.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f97a.svg — 200 — 2.4 KiB — 73 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f631.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f631.svg — 200 — 1.7 KiB — 74 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f62d.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f62d.svg — 200 — 1.5 KiB — 75 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f1f5-1f1f1.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f1f5-1f1f1.svg — 200 — 423 B — 75 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f610.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f610.svg — 200 — 607 B — 76 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f606.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f606.svg — 200 — 1.2 KiB — 77 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f64f.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f64f.svg — 200 — 1.7 KiB — 113 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f91d.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f91d.svg — 200 — 3.1 KiB — 114 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f44d.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f44d.svg — 200 — 1.8 KiB — 114 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f389.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f389.svg — 200 — 3.3 KiB — 116 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f44f.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f44f.svg — 200 — 2.8 KiB — 116 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f63a.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f63a.svg — 200 — 2.2 KiB — 117 ms — h2https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f913.svgmy.binotel.ua/f/chat-op/assets/twit... https://my.binotel.ua/f/chat-op/assets/twitter-emoji/svg/1f913.svg — 200 — 2.7 KiB — 118 ms — h2https://widgets.binotel.com/w/chat/ef7f90b76c27304c0edd.svgwidgets.binotel.com/w/chat/ef7f90b7... https://widgets.binotel.com/w/chat/ef7f90b76c27304c0edd.svg — 200 — 1.7 KiB — 68 ms — h2https://widgets.binotel.com/b/chat/public/storage/img/chat-employee/avatars/w28.jpgwidgets.binotel.com/b/chat/public/s... https://widgets.binotel.com/b/chat/public/storage/img/chat-employee/avatars/w28.jpg — 200 — 5.6 KiB — 69 ms — h2https://widgets.binotel.com/b/chat/public/storage/img/chat-employee/avatars/w28.jpgwidgets.binotel.com/b/chat/public/s... https://widgets.binotel.com/b/chat/public/storage/img/chat-employee/avatars/w28.jpg — 206 — 0 B — 76 ms — h2https://widgets.binotel.com/b/chat/public/storage/img/chat-employee/avatars/w28.jpgwidgets.binotel.com/b/chat/public/s... https://widgets.binotel.com/b/chat/public/storage/img/chat-employee/avatars/w28.jpg — 200 — 0 B — 36 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2 — 200 — 19.2 KiB — 46 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 46 ms — h3https://widgets.binotel.com/b/chat/public/storage/img/chat-employee/avatars/w28.jpgwidgets.binotel.com/b/chat/public/s... https://widgets.binotel.com/b/chat/public/storage/img/chat-employee/avatars/w28.jpg — 206 — 0 B — 8 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
41% of JavaScript execution is third-party
First-party Third-party 679ms · 1149KB · ₴162/mo
a.plerdy.com
Other
Optional
Execution 163ms
Transfer 124 KB
Unused 71%
Monthly Cost ₴39/mo
Google Tag Manager
Tag Manager
Optional
Execution 97ms
Transfer 164 KB
Unused 40%
Monthly Cost ₴23/mo
analytics.tiktok.com
Other
Optional
Execution 94ms
Transfer 116 KB
Unused 48%
Monthly Cost ₴22/mo
Facebook Pixel
Advertising
Optional
Execution 78ms
Transfer 71 KB
Unused 30%
Monthly Cost ₴19/mo
maps.googleapis.com
Other
Optional
Execution 77ms
Transfer 383 KB
Unused 57%
Monthly Cost ₴18/mo
Google Tag Manager
Tag Manager
Optional
Execution 63ms
Transfer 186 KB
Unused 41%
Monthly Cost ₴15/mo
widgets.binotel.com
Other
Optional
Execution 55ms
Transfer 2 KB
Monthly Cost ₴13/mo
Facebook Pixel
Advertising
Optional
Execution 52ms
Transfer 105 KB
Unused 30%
Monthly Cost ₴12/mo

41% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

71% of a.plerdy.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

57% of maps.googleapis.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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-07-27 — 2026-08-23)

LCP (p75)

2379 ms

77% good

INP (p75)

128 ms

88% good

CLS (p75)

0.000

98% good

FCP (p75)

1211 ms

TTFB (p75)

859 ms

This origin passes Core Web Vitals assessment
Image Optimization
54 images, 5521 KB total, 4242 KB wasted
INFO

Image Optimization Audit

Total Images

54

Total Size

5521 KB

Oversized

19

Wasted

4242 KB

54 missing dimensions 44 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