Run 1 summary

https://glimpse.matchbest.ai

Tested 2026-08-06 14:45:30 using Chrome 150.0.7871.186 (runtime settings)

SummaryWaterfallMetricsRenderingCoachPageXrayThird party

Summary

Google Web Vitals

115 msTTFB
936 msLargest Contentful Paint
0.000Cumulative Layout Shift

Loading

936 msFirst Paint
1.920 sFully Loaded

Page weight & requests

7.8 MBTotal transfer size
7.8 MBTotal content size
52Requests

CPU

3Long tasks
891 msLast long task at

Visual progress

975 msFirst Visual Change
975 msSpeed Index
975 msVisual Complete 85%
975 msVisual Complete 99%
975 msLast Visual Change
Screenshot
Run 1 · after page complete

Waterfall

First paintFCPLCPDOMContentLoadedDOM interactiveLoadRender-blockingRedirectError

Rendering

Run 1
0.000 s
0s0.5s1s

The red band on the timeline marks when the main thread was busy with long tasks: moments when the page could not paint or respond, however the video looks.

Download video

Filmstrip

5 frames

Use --filmstrip.showAll to show all filmstrips.

Frame at 0 ms
0 ms
0 %
Frame at 300 ms
300 ms
0 %
Frame at 700 ms
700 ms
0 %
Frame at 900 ms
900 ms
0 %
Frame at 1.000 s
1.000 s
100 %

Click a frame to seek the video to that moment. The dot marks frames where the page changed visually.

Why was rendering delayed?

Rendering was not meaningfully delayed. First paint landed at 936 ms on a 115 ms first byte; the 2 render-blocking requests were done by 194 ms and the remaining ~742 ms is style, layout and web-font loading.

Want to see how much CSS style-recalculation work delayed FCP and LCP, plus CPU long tasks? Run with --cpu.

Render blocking requests

12 requests · 899.3 KB

Blocking requests delay both paints: the browser renders nothing until they arrive, so they push First Contentful Paint and everything after it, including the largest paint (LCP). Requests that block the parser inside the body stall everything after them in the document. Load JavaScript with defer or async, and keep non-critical CSS off the critical path with media attributes. Bars show when each request loaded on a clock that runs to the last paint; the gap after the bars is style and layout work. Web fonts are context, not blockers: text renders invisible or in a fallback face while they load, so a font finishing after a paint is the classic reason text changed late.

RequestWhen it loadedTransferDownload
document
glimpse.matchbest.ai · TTFB 115 ms
108 ms
13.4 KB107 ms
css · glimpse.matchbest.ai
43 ms
244.4 KB43 ms
css · glimpse.matchbest.ai
33 ms
12.6 KB33 ms
25o46h8mdjlrg.jspotentially blocking
javascript · glimpse.matchbest.ai
81 ms
222.5 KB81 ms
3igv6rb0uuy1j.jspotentially blocking
javascript · glimpse.matchbest.ai
79 ms
30.4 KB79 ms
2s1laeq7rf491.jspotentially blocking
javascript · glimpse.matchbest.ai
54 ms
134.6 KB54 ms
27jktro2p5rq9.jspotentially blocking
javascript · glimpse.matchbest.ai
45 ms
43.6 KB45 ms
1pyv2d60133yt.jspotentially blocking
javascript · glimpse.matchbest.ai
42 ms
31.0 KB42 ms
14mrh2-p_w84d.jspotentially blocking
javascript · glimpse.matchbest.ai
41 ms
53.6 KB41 ms
4 more requests
all done by 371 ms
126.5 KB
web font · glimpse.matchbest.ai
58 ms
47.7 KB58 ms
web font · glimpse.matchbest.ai
55 ms
31.9 KB55 ms
web font · glimpse.matchbest.ai
11 ms
18.7 KB11 ms
0234 ms468 msFCP · LCP 936 ms

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 9.2.1.

Performance advice

71
1 error11 warnings3 info
infoAdd decoding="async" to non-critical imagesdecodingAsync

The page has 4 images (out of 4) without a decoding hint. Add decoding="async" to non-critical images so the browser can decode them off the main thread.

Setting decoding="async" on an <img> tells the browser it can decode the image off the main thread, which keeps the page responsive to user interactions while images are being processed. The default ("auto") leaves the choice to the browser. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#decoding

Offenders
warn(0)Lazy-load below-the-fold imageslazyLoadingImages

The page has 4 below-the-fold images without loading="lazy". Add loading="lazy" so the browser defers downloading and decoding them until the user scrolls them into view.

Adding loading="lazy" to an <img> tells the browser not to download or decode it until it is close to the viewport. For images that the user may never see (deep in the page, behind a tab, in a footer carousel), this saves bandwidth and main-thread time during initial render. The LCP image and any image in the initial viewport should NOT be lazy-loaded — that delays the first paint. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading

Offenders
warn(0)Serve images in modern formats (AVIF, WebP)modernImageFormats

The page ships 4 images (out of 4) in JPEG/PNG/GIF without a modern alternative. Wrap them in a <picture> with a <source type="image/avif"> or "image/webp" before the legacy <img>, or serve modern formats from your image pipeline directly. AVIF and WebP usually deliver 25–50% smaller files at the same quality.

AVIF and WebP routinely deliver 25–50% smaller files than JPEG and PNG at the same perceived quality, and every browser version still under support understands at least one of them. Ship modern formats either through a <picture> element with <source type="image/avif"> / "image/webp" entries in front of the legacy <img>, or directly from a content-negotiating image pipeline that returns AVIF / WebP when the client accepts it. https://web.dev/articles/serve-images-webp

Offenders
warn(0)Avoid extra requests by setting cache headerscacheHeaders

The page has 26 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 8.2 MB the next access.

The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.

Offenders
warn(0)Always compress text contentcompressAssets

The page has 17 requests that are served uncompressed. You could save a lot of bytes by sending them compressed instead.

In the early days of the Internet there were browsers that didn't support compressing (gzipping) text content. They do now. Make sure you compress HTML, JSON, JavaScript, CSS and SVG. It will save bytes for the user; making the page load faster and use less bandwith.

Offenders
URLTransferContent
https://glimpse.matchbest.ai/_next/static/chunks/20bupxux87uht.css12.4 KB12.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/0zrbkitxaab-v.css244.1 KB244.1 KB
https://glimpse.matchbest.ai/_next/static/chunks/310vm2bl3xxpt.js5.2 KB5.2 KB
https://glimpse.matchbest.ai/_next/static/chunks/3igv6rb0uuy1j.js30.1 KB30.1 KB
https://glimpse.matchbest.ai/_next/static/chunks/25o46h8mdjlrg.js222.2 KB222.2 KB
https://glimpse.matchbest.ai/_next/static/chunks/2s1laeq7rf491.js134.4 KB134.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/27jktro2p5rq9.js43.4 KB43.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/turbopack-0oxvgy6qisjse.js10.4 KB10.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/1pyv2d60133yt.js30.7 KB30.7 KB
https://glimpse.matchbest.ai/_next/static/chunks/14mrh2-p_w84d.js53.4 KB53.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/0b9r4ijbk05fj.js70.5 KB70.5 KB
https://glimpse.matchbest.ai/_next/static/chunks/3gset0svefjhx.js11.1 KB11.1 KB
https://glimpse.matchbest.ai/_next/static/chunks/3rae7wwznah86.js33.4 KB33.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/3-g51o_cp1x0-.js9.2 KB9.2 KB
https://glimpse.matchbest.ai/__next._head.txt?_rsc=7h4NYy5eoyMcNlUN3.5 KB3.5 KB
https://glimpse.matchbest.ai/__next._index.txt?_rsc=yIp22O3xgPPxC28X2.9 KB2.9 KB
https://glimpse.matchbest.ai/__next.!KG1hcmtldGluZyk.txt?_rsc=-ifekjItyoC3r9jU3.6 KB3.6 KB
warn(0)Total page size shouldn't be too bigpageSize

The page total transfer size is 8.2 MB, which is more than the coach limit of 3 MB. That is insane and you need to make it smaller.

Avoid having pages that have a transfer size over the wire of more than 3 MB (desktop) and 2 MB (mobile) because heavy pages hurt performance and are expensive for users on metered connections. Reference: HTTP Archive median page weight in 2024 was around 2.7 MB desktop / 2.4 MB mobile, so this rule fires when a page is above the modern median.

Offenders
URLTransferContent
https://glimpse.matchbest.ai/13.1 KB54.6 KB
https://glimpse.matchbest.ai/_next/static/media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff231.5 KB31.5 KB
https://glimpse.matchbest.ai/_next/static/media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff247.3 KB47.3 KB
https://glimpse.matchbest.ai/_next/static/chunks/20bupxux87uht.css12.4 KB12.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/0zrbkitxaab-v.css244.1 KB244.1 KB
https://glimpse.matchbest.ai/features/feature-1.png1.3 MB1.3 MB
https://glimpse.matchbest.ai/features/feature-2.png1.4 MB1.4 MB
https://glimpse.matchbest.ai/features/feature-3.png1.3 MB1.3 MB
https://glimpse.matchbest.ai/features/feature-4.png1.4 MB1.4 MB
https://glimpse.matchbest.ai/_next/static/chunks/310vm2bl3xxpt.js5.2 KB5.2 KB
https://glimpse.matchbest.ai/_next/static/chunks/3igv6rb0uuy1j.js30.1 KB30.1 KB
https://glimpse.matchbest.ai/_next/static/chunks/25o46h8mdjlrg.js222.2 KB222.2 KB
https://glimpse.matchbest.ai/_next/static/chunks/2s1laeq7rf491.js134.4 KB134.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/27jktro2p5rq9.js43.4 KB43.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/turbopack-0oxvgy6qisjse.js10.4 KB10.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/1pyv2d60133yt.js30.7 KB30.7 KB
https://glimpse.matchbest.ai/_next/static/chunks/14mrh2-p_w84d.js53.4 KB53.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/0b9r4ijbk05fj.js70.5 KB70.5 KB
https://glimpse.matchbest.ai/_next/static/chunks/3gset0svefjhx.js11.1 KB11.1 KB
https://glimpse.matchbest.ai/_next/static/chunks/3rae7wwznah86.js33.4 KB33.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/3-g51o_cp1x0-.js9.2 KB9.2 KB
https://glimpse.matchbest.ai/_next/static/media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff218.3 KB18.3 KB
https://glimpse.matchbest.ai/favicon.png1.4 MB1.4 MB
https://glimpse.matchbest.ai/about0 b0 b
https://glimpse.matchbest.ai/compare0 b0 b
https://glimpse.matchbest.ai/security0 b0 b
https://glimpse.matchbest.ai/integrations0 b0 b
https://glimpse.matchbest.ai/faqs0 b0 b
https://glimpse.matchbest.ai/what-is-glimpse0 b0 b
https://glimpse.matchbest.ai/blog0 b0 b
https://glimpse.matchbest.ai/pricing0 b0 b
https://glimpse.matchbest.ai/use-cases/spot-fake-engagement0 b0 b
https://glimpse.matchbest.ai/use-cases/beat-your-competitors0 b0 b
https://glimpse.matchbest.ai/use-cases/stay-ahead-of-crises0 b0 b
https://glimpse.matchbest.ai/use-cases/know-your-reputation0 b0 b
https://glimpse.matchbest.ai/use-cases0 b0 b
https://glimpse.matchbest.ai/features/crisis-timeline0 b0 b
https://glimpse.matchbest.ai/features/clitic-suffix-parsing0 b0 b
https://glimpse.matchbest.ai/features/contextual-negation-scoring0 b0 b
https://glimpse.matchbest.ai/features/dialect-resolution0 b0 b
https://glimpse.matchbest.ai/features/pr-communications-reports0 b0 b
https://glimpse.matchbest.ai/features/executive-summary0 b0 b
https://glimpse.matchbest.ai/features/brand-health-score0 b0 b
https://glimpse.matchbest.ai/features/crisis-alerts0 b0 b
https://glimpse.matchbest.ai/features/bot-detection0 b0 b
https://glimpse.matchbest.ai/features/multilingual-sentiment-analysis0 b0 b
https://glimpse.matchbest.ai/features/mention-tracking0 b0 b
https://glimpse.matchbest.ai/features0 b0 b
https://glimpse.matchbest.ai/__next._head.txt?_rsc=7h4NYy5eoyMcNlUN3.5 KB3.5 KB
https://glimpse.matchbest.ai/__next._index.txt?_rsc=yIp22O3xgPPxC28X2.9 KB2.9 KB
https://glimpse.matchbest.ai/__next.!KG1hcmtldGluZyk.txt?_rsc=-ifekjItyoC3r9jU3.6 KB3.6 KB
https://glimpse.matchbest.ai/__next.!KG1hcmtldGluZyk.__PAGE__.txt?_rsc=l_J7Ale9xobcnR1F1.4 KB1.4 KB
error(0)Avoid missing and error requestsresponseOk
warn(40)Avoid CPU Long TaskslongTasks

The page has 3 CPU long tasks with the total of 743 ms. The total blocking time is 0 ms and 3 long tasks before first contentful paint with total time of 743 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.

Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.

Offenders
  • unknown
  • unknown
  • self
warn(50)Total CSS size shouldn't be too bigcssSize

The total CSS transfer size is 262.6 kB. That is big and the CSS could most probably be smaller.

Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.

Offenders
URLTransferContent
https://glimpse.matchbest.ai/_next/static/chunks/20bupxux87uht.css12.4 KB12.4 KB
https://glimpse.matchbest.ai/_next/static/chunks/0zrbkitxaab-v.css244.1 KB244.1 KB
warn(50)Total image size shouldn't be too bigimageSize

The page total image size is 7.1 MB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.

Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.

warn(50)Total JavaScript size shouldn't be too bigjavascriptSize
warn(60)Don't scale images in the browseravoidScalingImages

The page has 4 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.

It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.

Offenders
infoAvoid too many fontsfewFonts

The page has 3 font requests. Do you really need them? What value does the fonts give the user?

How many fonts do you need on a page for the user to get the message? Fonts can slow down the rendering of content, try to avoid loading too many of them because worst case it can make the text invisible until they are loaded (FOIT—flash of invisible text), best case they will flicker the text content when they arrive.

Offenders
warn(80)Inline CSS for faster first renderinlineCss

The page loads 2 CSS requests inside of head, try to inline the CSS for the first render and lazy load the rest.

In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.

Offenders
infoMake each CSS response smalloptimalCssSize

https://glimpse.matchbest.ai/_next/static/chunks/0zrbkitxaab-v.css size is 250 kB (249960) and that is bigger than the limit of 25 kB. Try to keep each CSS response under 25 kB.

Render-blocking CSS holds up the first paint until it has fully downloaded, parsed and applied, so smaller CSS files mean a faster start. Split your CSS into a small critical bundle inlined or eagerly loaded, with the rest lazy-loaded.

Offenders
URLTransferContent
https://glimpse.matchbest.ai/_next/static/chunks/0zrbkitxaab-v.css244.1 KB244.1 KB

Best practice advice

89
1 warning2 info
infoAvoid unnecessary headersunnecessaryHeaders

There are 52 responses that sets a server header.

Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.

Offenders
infoMeta descriptionmetaDescription

The meta description is too long. It has 325 characters, the recommended max is 160

Use a page description to make the page more relevant to search engines.

warn(50)Page titlepageTitle

The title is too long by 2 characters. The recommended max is 60

Use a title to make the page more relevant to search engines.

Privacy advice

69
1 error6 warnings4 info
warn(0)Declare a referrer policy on the documentreferrerPolicy

No <meta name="referrer"> tag was found on the page. Set a Referrer-Policy response header (preferred) or add a meta tag, for example <meta name="referrer" content="strict-origin-when-cross-origin">.

Without an explicit referrer policy the browser falls back to the user-agent default and may leak the full URL of the previous page (including query strings) to every cross-origin request. Set a Referrer-Policy response header (preferred) or a <meta name="referrer"> tag in the document. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy

warn(0)Use a strict Content-Security-Policy header to mitigate cross-site scripting (XSS) attacks.contentSecurityPolicyHeader

Set a Content-Security-Policy header to mitigate cross-site scripting attacks. You can start with a Content-Security-Policy-Report-Only header, which only reports violations rather than blocking them.

A Content-Security-Policy response header tells the browser which sources of script, style, and other content are allowed. The most effective form is a strict CSP using nonces or hashes together with strict-dynamic; the worst is a missing header, with unsafe-inline and unsafe-eval close behind. https://web.dev/articles/strict-csp

Offenders
infoSet a Cross-Origin-Embedder-Policy header so cross-origin subresources opt in to being embedded.crossOriginEmbedderPolicyHeader

Set a Cross-Origin-Embedder-Policy header (typically require-corp or credentialless) on the document response to control cross-origin embedding.

Cross-Origin-Embedder-Policy (COEP) makes the page refuse to load cross-origin subresources unless they explicitly opt in via CORP or CORS. Together with Cross-Origin-Opener-Policy it puts the page in a cross-origin isolated context, which mitigates cross-window side-channel attacks (Spectre) and unlocks high-resolution timers and SharedArrayBuffer. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy

Offenders
warn(0)Set a Cross-Origin-Opener-Policy header to isolate the page from cross-origin windows.crossOriginOpenerPolicyHeader

Set a Cross-Origin-Opener-Policy header (typically same-origin) on the document response to isolate the page from cross-origin windows.

Cross-Origin-Opener-Policy (COOP) lets a page sever its window-group ties to cross-origin documents that opened it or that it opens. Together with Cross-Origin-Embedder-Policy it puts the page in a cross-origin isolated context, which mitigates cross-window side-channel attacks (Spectre) and unlocks high-resolution timers and SharedArrayBuffer. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy

Offenders
infoSet a Cross-Origin-Resource-Policy header to limit who may embed the page.crossOriginResourcePolicyHeader

Set a Cross-Origin-Resource-Policy header (same-origin, same-site or cross-origin) on the document response to limit who may embed it.

Cross-Origin-Resource-Policy (CORP) is a per-response opt-in that tells the browser which origins are allowed to embed the resource. It blocks cross-origin or cross-site no-cors embedding (img, script, iframe, etc.) and is one of the building blocks of cross-origin isolation. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Resource-Policy

Offenders
infoSet a NEL header so the browser reports network errors back to you.nelHeader

Set a NEL header (paired with Reporting-Endpoints) to collect connection-level error reports from the field.

The NEL (Network Error Logging) response header tells the browser to record connection-level failures (DNS, TLS, HTTP errors) and ship them to a reporting endpoint. NEL pairs with the Reporting-Endpoints / Report-To header — the page declares the endpoint group and NEL points at it. Together they give you visibility into errors that never reach your origin server. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/NEL

Offenders
warn(0)Set a Permissions-Policy header to control which browser features the page can use.permissionsPolicyHeader

Set a Permissions-Policy header to control which browser features the page can use.

The Permissions-Policy response header (the successor to Feature-Policy) lets a site explicitly opt in or out of powerful browser features such as camera, microphone, geolocation, payment and clipboard. Setting a strict policy reduces the attack surface and limits what embedded third parties can do. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy

Offenders
warn(0)Set a referrer-policy header to make sure you do not leak user information.referrerPolicyHeader

Set a referrer-policy header to make sure you do not leak user information.

Referrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites. https://scotthelme.co.uk/a-new-security-header-referrer-policy/.

Offenders
infoDeclare reporting endpoints so the browser can deliver Reporting-API events.reportingEndpointsHeader

Set a Reporting-Endpoints header (or the legacy Report-To header) so CSP reports, NEL data and other Reporting-API events have an endpoint to land at.

The Reporting-Endpoints response header (the successor to Report-To) names the URLs that browsers should POST reports to. Without it, CSP report-to directives, Cross-Origin-Opener-Policy reports, NEL data and other Reporting-API events have nowhere to go. The legacy Report-To header is still accepted for older Chromium versions. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Reporting-Endpoints

Offenders
error(0)Set a strict transport header to make sure the user always use HTTPS.strictTransportSecurityHeader

Set a strict transport header to make sure the user always use HTTPS.

The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) lets a web site tell browsers that it should only be accessed using HTTPS, instead of using HTTP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security.

Offenders
warn(0)Set X-Content-Type-Options: nosniff to stop the browser from MIME-sniffing the response.xContentTypeOptionsHeader

Set X-Content-Type-Options: nosniff on the document response to prevent MIME-sniffing.

X-Content-Type-Options: nosniff prevents browsers from interpreting files as a different MIME type than what is declared in the Content-Type header. This blocks a class of cross-site scripting and content-type confusion attacks and should be set on every response. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options

Offenders

Page info

A snapshot of what the browser actually built for this page: the document, how big and deep the DOM tree is and what it kept in storage. Big, deep trees are slower to style and lay out, so the counts Chrome warns about carry a flag.

Page info

Document

What the page says it is and how large it rendered.

TitleBrand Reputation Monitoring for Marketing & PR Teams | GlimpseThe document title, shown in the browser tab and used by search results.
Layout viewport1350 × 5254 pxThe width the page laid out at, and the full height of the rendered document.

DOM structure

How much markup the browser has to build, style and lay out.

DOM elements600Total HTML elements. Fewer means less for the browser to style, lay out and paint.
Avg DOM depth8How deeply elements are nested on average.
Max DOM depth15The deepest nesting on the page. Deep branches cost more style recalculation.
Iframes0No embedded documents on this page.
Script tags23Number of script elements. More scripts usually means more main-thread work.

Storage and connection

What the page stored on the client, and the network it was tested on.

Local storage0 bData the page saved in localStorage, kept across visits.
Session storage0 bData kept in sessionStorage for this tab session only.
Connection type4GWhat the Network Information API reported for the test connection.

Technologies used to build the page

Data collected using Coach-core version 9.2.1. With updated code from Webappanalyzer 2026-05-04. Use --browsertime.firefox.includeResponseBodies html or --browsertime.chrome.includeResponseBodies html to help Wappalyzer find more information about technologies used.

Detected technologies

2 technologies
  • UbuntuConfidence100
    Operating systems
  • Nginx1.24.0Confidence100
    Web serversReverse proxies

Visual Metrics

Visual milestones

all times from navigation start
Speed Index0.97 show quickly the page looked done
First Visual Change0.97 sfirst paint reaches the screen
Last Visual Change0.97 sscreen stops changing
nothing painted yet
First Visual Change · Visual Complete 85% · Visual Complete 95% · Visual Complete 99% · Last Visual Change0.97 s
00.2 s0.4 s0.6 s0.8 s
Content milestones
Perception index
Visual progress
Visual progress at 0 s0.0s
Visual progress at 0.3 s0.3s
Visual progress at 0.7 s0.7s
Visual progress at 0.9 s0.9s
Visual progress at 1 s1.0s
FCP0.94s
LCP0.94s
VC850.97s
Long tasks
0.0s0.2s0.4s0.6s0.8s1.0s

Google Web Vitals

Largest Contentful Paint

When the page main content is rendered, collected via the Largest Contentful Paint API. Read more about Largest Contentful Paint.

936 msLCP render time

Phase breakdown

  • TTFB115 ms
  • Resource load delay0 ms
  • Resource load duration0 ms
  • Element render delay821 ms

Element

Element type
<h1>
Size (w × h)
129086
Load time
0 ms

DOM path

body#root > main > section#top > div:eq(0) > h1
LCP

The LCP element is highlighted in the screenshot. If nothing is highlighted the element was removed before the screenshot or the LCP API couldn't find it.

Cumulative Layout Shift

How much the page's content shifts as it loads, collected via the Cumulative Layout Shift API.

0.000cumulative layout shift score

No layout shifts were detected on this page.

Browser Metrics

Navigation Timing
Extra timings

Custom metrics collected through JavaScript

There are no custom configured scripts.

Extra metrics collected using scripting

There are no custom extra metrics from scripting.

Chrome internal metrics (CDP)33
Audio handlers0
Audio worklet processors0
Documents8
Frames8
JS event listeners379
Layout objects817
Media key sessions0
Media keys0
Nodes928
Resources60
Context lifecycle state observers27
V8 per context datas3
Worker global scopes0
Uacss resources0
Rtc peer connections0
Resource fetchers8
Ad subframes0
Detached script states2
Array buffer contents18
Layout count739
Recalc style count742
Layout duration394
Recalc style duration608
Dev tools command duration21
Script duration275
V8 compile duration1
Task duration6220
Task other duration4920
Thread time2
Process time5
JS heap used size4886248
JS heap total size6815744
First meaningful paint935

PageXray

How the page is built.

HTTP versionHTTP/1.1
Total requests52
Total domains1
Transfer size7.8 MB
Content size7.8 MB
Missing compression17

Main document

status 200 · 0 redirects

https://glimpse.matchbest.ai/

HeaderValue
connectionkeep-alive
content-encodinggzip
content-typetext/html; charset=utf-8
dateThu, 06 Aug 2026 14:45:31 GMT
servernginx/1.24.0 (Ubuntu)
transfer-encodingchunked
etagW/"f709446ce54b83e8e99640747ba26cac"
last-modifiedThu, 06 Aug 2026 05:23:08 GMT

Response codes

200
2751.9%
405
2548.1%

Requests and sizes per content type

6 types

Transfer size7.8 MB

  • image87.1%
  • javascript8.2%
  • css3.2%
  • font1.2%
  • html0.16%
  • plain0.14%

Content size7.8 MB

  • image86.6%
  • javascript8.2%
  • css3.2%
  • font1.2%
  • html0.68%
  • plain0.14%

Requests27

  • javascript44.4%
  • image18.5%
  • plain14.8%
  • font11.1%
  • css7.4%
  • html3.7%
ContentHeader SizeTransfer SizeContent SizeRequests
html293 B13.1 KB54.6 KB1
css567 B256.5 KB256.5 KB2
javascript3.3 KB654.0 KB654.0 KB12
image1.3 KB6.8 MB6.8 MB5
font1.2 KB97.1 KB97.1 KB3
plain1.1 KB11.3 KB11.3 KB4
Total7.7 KB7.8 MB7.8 MB27

Data per domain

1 domain
DomainTotal download timeTransfer SizeContent SizeRequests
glimpse.matchbest.ai2.596 s7.8 MB7.8 MB52

Expires & last-modified statistics

typeminmedianmax
Expires0 seconds0 seconds0 seconds
Last modified9 hours9 hours9 hours

Requests loaded after onLoad event

30 requests

Includes requests done after load event end.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript0 b0
image1.4 MB1
font0 b0
favicon0 b0
plain11.3 KB4
Total1.4 MB30

Requests loaded after onContentLoad

30 requests

Includes requests done after DOM content loaded.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript0 b0
image1.4 MB1
font0 b0
favicon0 b0
plain11.3 KB4
Total1.4 MB30

Third party

Third party requests categorised by Third party web version 0.29.2.

No third-party requests detected

Every request on this page resolved to a first-party domain. There are no entries in Third party web to attribute, no third-party tools to enumerate, and no third-party cookies set. If you expected to see entries here you can fine-tune the first-party domain list with --firstParty.

First party requests and sizes per content type

52 requests

Calculated using .*matchbest.* (use --firstParty to configure).

ContentHeader SizeTransfer SizeContent SizeRequests
html293 B13.1 KB54.6 KB1
css567 B256.5 KB256.5 KB2
javascript3.3 KB654.0 KB654.0 KB12
image1.3 KB6.8 MB6.8 MB5
font1.2 KB97.1 KB97.1 KB3
favicon0 b0 b0 b0
plain1.1 KB11.3 KB11.3 KB4
Total12.4 KB7.8 MB7.8 MB52