Skip to content
https://gofeast.pk

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
3
REVIEW
5
PASS
15
INFO
4

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

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

4.87 s

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

10.20 s

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

464 ms

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

0.168

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

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

11.23 s

Page Load Progression

994 ms
2.0 s
3.0 s
4.0 s
5.0 s
6.0 s
7.0 s
8.0 s
Checks
27
15 PASS 5 REVIEW 3 FIX
F
Page Weight Budget
Action
3.5 MB transferred, 84 requests
FIX
3.5 MB transferred, 84 requests
Warning::
Page weighs 5.3 MB (3.5 MB transferred)
Warning::
Images are 2.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.7 MB
Info::
Fonts are 200 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 200 KB
Info::
84 HTTP requests
Info::
Estimated 0.74 g CO2 per page load
3.5 MB / 2.4 MB budget
3.5 MB transferred
84 requests
0.74 g CO2 per page load
Images 2.7 MiB 78%
JavaScript 468.3 KiB 13%
Fonts 200.4 KiB 6%
CSS 114.5 KiB 3%
HTML 12.0 KiB 0%
Other 4.0 KiB 0%
Other 2.8 KiB 0%
Other 1.7 KiB 0%
Other 546 B 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

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

F
JS Execution Cost
Action
3621ms total JS execution
FIX
3621ms total JS execution
Warning::
https://gofeast.pk/: 1169ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6HYW...: 569ms CPU time
Warning::
Unattributable: 559ms CPU time
Warning::
https://gofeast.pk/public/assets/js/theme.js: 493ms CPU time
Warning::
https://gofeast.pk/cdn-cgi/challenge-platform/scri...: 339ms CPU time
Info::
Third-party scripts: 813ms (22% of total)

Main Thread Breakdown

Script Evaluation 37% Other 35% Style & Layout 12% Script Parsing & Compilation 7% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://gofeast.pk/1169ms71ms6ms1st
https://www.googletagmanager.com/gtag/js?id=G-6HYW0PJPL6569ms367ms182ms3rd
Unattributable559ms34ms0ms1st
https://gofeast.pk/public/assets/js/theme.js493ms201ms3ms1st
https://gofeast.pk/cdn-cgi/challenge-platform/scripts/jsd/main.js339ms322ms2ms1st
https://gofeast.pk/public/assets/js/plugins.js197ms120ms57ms1st
https://d-code.liadm.com/did-0060.min.js125ms106ms11ms3rd
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js120ms61ms8ms3rd
https://gofeast.pk/public/assets/css/style.css50ms0ms0ms1st
D
JS Bundles
Action
14 scripts, 168 KB unused
FIX
14 scripts, 168 KB unused
Warning::
https://gofeast.pk/public/assets/js/plugins.js: 91 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6HYW...: 77 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://gofeast.pk/public/assets/js/theme.js: unminified — 3 KB could be saved
Info::
Total unused JavaScript: 168 KB
168 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://gofeast.pk/public/assets/js/plugins.js128 KB91 KB (71%)1st
https://www.googletagmanager.com/gtag/js?id=G-6HYW0PJPL6187 KB77 KB (41%)3rd
https://gofeast.pk/public/assets/js/theme.js8 KB1st
https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js24 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js28 KB3rd
https://gofeast.pk/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js1 KB1st
https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba178836298749510 KB3rd
https://gofeast.pk/%20//connect.facebook.net/en_US/fbevents.js0 KB1st
https://gofeast.pk/cdn-cgi/challenge-platform/h/g/scripts/jsd/330e41bb475c/main.js?10 KB1st
https://js.zi-scripts.com/zi-tag.js6 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

C
Image Optimization
Action
41 images, 0 KB saveable
REVIEW
41 images, 0 KB saveable
Warning::
https://gofeast.pk/banner-5.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/playst... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/banner-3.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/appsto... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/banner-1.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/banner-4.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/banner-2.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gofeast.pk/public/assets/img/photos/items/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
41 images 2.7 MB
0 oversized -0 KB
41 legacy format
18 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Page Weight Inventory
Action
84 resources · 3.5 MB · 168 KB savings available
REVIEW
84 resources · 3.5 MB · 168 KB savings available
Warning::
Page weight 3.5 MB exceeds 1 MB target by 2.5 MB
Got: 3.5 MB Expected: ≤ 1 MB
Info::
~168 KB of savings available
Info::
32 third-party resources (9% of weight)
Info::
1 resources over 200KB
84 resources · 3.5 MiB · 32 third-party 2.5 MiB over 1MB target
Image 78% · 2.7 MiB
JavaScript 13% · 470.9 KiB
Font 6% · 200.4 KiB
CSS 3% · 114.5 KiB
Document 0% · 12.0 KiB
Other 0% · 5.4 KiB

~167.8 KiB of savings available

Remove unused JavaScript: 167.8 KiB
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 3.6 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

no-cache, private

DirectiveValueMeaning
no-cacheCache but always revalidate first
privateOnly browser cache, not CDN/proxy
A+
Third-Party Impact
9% third-party, 0 ms blocking
PASS
9% third-party, 0 ms blocking
Info::
Third-party code accounts for 9% of page weight (332.5 KiB of 3.5 MiB)
Info::
Third-party blocking time is low (0 ms)
91%
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
5 fonts (200 KB)
PASS
5 fonts (200 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

200 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 4.9 s LCP 10.2 shttps://gofeast.pk/public/assets/fonts/unicons/Unicons.woff2Unicons.woff2 https://gofeast.pk/public/assets/fonts/unicons/Unicons.woff2 — 120.1 KiB — 160 ms — font-display: swaphttps://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Bold.woff2THICCCBOI-Bold.woff2 https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Bold.woff2 — 26.2 KiB — 119 ms — font-display: swaphttps://gofeast.pk/public/assets/fonts/custom/Custom.woff2Custom.woff2 https://gofeast.pk/public/assets/fonts/custom/Custom.woff2 — 1.6 KiB — 138 ms — font-display: swaphttps://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Medium.woff2THICCCBOI-Medium.woff2 https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Medium.woff2 — 26.2 KiB — 134 ms — font-display: swaphttps://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Regular.woff2THICCCBOI-Regular.woff2 https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Regular.woff2 — 26.3 KiB — 524 ms — font-display: swap
Unicons.woff2 woff2 swap
Size 120 KB
Load time 160 ms
Start 943 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
THICCCBOI-Bold.woff2 woff2 swap
Size 26 KB
Load time 119 ms
Start 943 ms
Risk FOUT — text flashes from fallback to web font
Custom.woff2 woff2 swap
Size 2 KB
Load time 138 ms
Start 944 ms
Risk FOUT — text flashes from fallback to web font
THICCCBOI-Medium.woff2 woff2 swap
Size 26 KB
Load time 134 ms
Start 944 ms
Risk FOUT — text flashes from fallback to web font
THICCCBOI-Regular.woff2 woff2 swap
Size 26 KB
Load time 524 ms
Start 944 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~60 KB and ~120 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Document Compression
Document response uses brotli
PASS
Document response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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+
Main HTML Cache-Control
Main HTML uses no-cache -- safe revalidate-on-request policy
PASS
Main HTML uses no-cache -- safe revalidate-on-request policy
Info::
Main HTML uses no-cache -- safe revalidate-on-request policy
Got: no-cache, private
A+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
84 requests over 5645ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 4.9 s LCP 10.2 shttps://gofeast.pk// https://gofeast.pk/ — 200 — 12.0 KiB — 331 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6HYW0PJPL6www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6HYW0PJPL6 — 200 — 187.4 KiB — 166 ms — h2https://gofeast.pk/public/assets/css/plugins.css/public/assets/css/plugins.css https://gofeast.pk/public/assets/css/plugins.css — 200 — 18.8 KiB — 131 ms — h2https://gofeast.pk/public/assets/css/style.css/public/assets/css/style.css https://gofeast.pk/public/assets/css/style.css — 200 — 89.3 KiB — 168 ms — h2https://gofeast.pk/public/assets/css/colors/gomeat.css/public/assets/css/colors/gomeat.cs... https://gofeast.pk/public/assets/css/colors/gomeat.css — 200 — 3.5 KiB — 129 ms — h2https://gofeast.pk/public/assets/css/fonts/thicccboi.css/public/assets/css/fonts/thicccboi.... https://gofeast.pk/public/assets/css/fonts/thicccboi.css — 200 — 1.1 KiB — 121 ms — h2https://gofeast.pk/logo.png/logo.png https://gofeast.pk/logo.png — 200 — 125.5 KiB — 171 ms — h2https://gofeast.pk/public/assets/img/GoFeast%20White%201.png/public/assets/img/GoFeast%20White%... https://gofeast.pk/public/assets/img/GoFeast%20White%201.png — 200 — 115.2 KiB — 171 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 106 ms — h2https://gofeast.pk/public/assets/fonts/thicccboi/thicccboi.css/public/assets/fonts/thicccboi/thic... https://gofeast.pk/public/assets/fonts/thicccboi/thicccboi.css — 200 — 709 B — 146 ms — h3https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700fonts.googleapis.com/css2?family=Ma... https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700 — 200 — 1.1 KiB — 93 ms — h2https://gofeast.pk/public/assets/img/photos/playstore-white.png/public/assets/img/photos/playstore... https://gofeast.pk/public/assets/img/photos/playstore-white.png — 200 — 16.3 KiB — 129 ms — h3https://gofeast.pk/public/assets/img/photos/appstore-white.png/public/assets/img/photos/appstore-... https://gofeast.pk/public/assets/img/photos/appstore-white.png — 200 — 15.1 KiB — 124 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-6HYW0PJPL6&gtm=45je69g0h1v9199700931za200zd9199700931xf1&_p=1789666546622&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAACAC&cid=386054159.1789666547&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not%253FA_Brand%3B24.0.0.0%7CChromium%3B152.0.7977.82&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153&sid=1789666546&sct=1&seg=0&dl=https%3A%2F%2Fgofeast.pk%2F&dt=GoFeast%20-%20Online%20Food%20%26%20Grocery%20Delivery%20in%20Bahria%20Town%20Lahore&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=601analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-6HYW0PJPL6&gtm=45je69g0h1v9199700931za200zd9199700931xf1&_p=1789666546622&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAACAC&cid=386054159.1789666547&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not%253FA_Brand%3B24.0.0.0%7CChromium%3B152.0.7977.82&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153&sid=1789666546&sct=1&seg=0&dl=https%3A%2F%2Fgofeast.pk%2F&dt=GoFeast%20-%20Online%20Food%20%26%20Grocery%20Delivery%20in%20Bahria%20Town%20Lahore&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=601 — 204 — 546 B — 94 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-6HYW0PJPL6&cid=386054159.1789666547&gtm=45je69g0h1v9199700931za200zd9199700931xf1&rcb=15&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-6HYW0PJPL6&cid=386054159.1789666547&gtm=45je69g0h1v9199700931za200zd9199700931xf1&rcb=15&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153 — 204 — 546 B — 95 ms — h2https://gofeast.pk/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://gofeast.pk/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.0 KiB — 21 ms — h3https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.jscdn.jsdelivr.net/npm/bootstrap@5.1.... https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js — 200 — 23.9 KiB — 94 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js — 200 — 28.0 KiB — 102 ms — h3https://gofeast.pk/public/assets/js/plugins.js/public/assets/js/plugins.js https://gofeast.pk/public/assets/js/plugins.js — 200 — 128.1 KiB — 148 ms — h3https://gofeast.pk/public/assets/js/theme.js/public/assets/js/theme.js https://gofeast.pk/public/assets/js/theme.js — 200 — 7.7 KiB — 123 ms — h3https://gofeast.pk/%20//connect.facebook.net/en_US/fbevents.js/%20//connect.facebook.net/en_US/fb... https://gofeast.pk/%20//connect.facebook.net/en_US/fbevents.js — 404 — 452 B — 303 ms — h3https://gofeast.pk/public/assets/img/photos/bg.jpg/public/assets/img/photos/bg.jpg https://gofeast.pk/public/assets/img/photos/bg.jpg — 200 — 146.5 KiB — 373 ms — h3https://gofeast.pk/public/assets/fonts/unicons/Unicons.woff2/public/assets/fonts/unicons/Unicon... https://gofeast.pk/public/assets/fonts/unicons/Unicons.woff2 — 200 — 120.1 KiB — 160 ms — h3https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Bold.woff2/public/assets/fonts/thicccboi/THIC... https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Bold.woff2 — 200 — 26.2 KiB — 119 ms — h3https://gofeast.pk/public/assets/fonts/custom/Custom.woff2/public/assets/fonts/custom/Custom.... https://gofeast.pk/public/assets/fonts/custom/Custom.woff2 — 200 — 1.6 KiB — 138 ms — h3https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Medium.woff2/public/assets/fonts/thicccboi/THIC... https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Medium.woff2 — 200 — 26.2 KiB — 134 ms — h3https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Regular.woff2/public/assets/fonts/thicccboi/THIC... https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Regular.woff2 — 200 — 26.3 KiB — 524 ms — h3https://telegrambot.gofeast.pk/api/gomtValuetelegrambot.gofeast.pk/api/gomtValu... https://telegrambot.gofeast.pk/api/gomtValue — -1 — 0 B — 138 ms — https://telegrambot.gofeast.pk/api/gomtBurnValuetelegrambot.gofeast.pk/api/gomtBurn... https://telegrambot.gofeast.pk/api/gomtBurnValue — -1 — 0 B — 137 ms — https://gofeast.pk/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://gofeast.pk/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 224 B — 22 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 4.9 s LCP 10.2 shttps://gofeast.pk// https://gofeast.pk/ — 200 — 12.0 KiB — 331 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6HYW0PJPL6www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6HYW0PJPL6 — 200 — 187.4 KiB — 166 ms — h2https://gofeast.pk/public/assets/css/plugins.css/public/assets/css/plugins.css https://gofeast.pk/public/assets/css/plugins.css — 200 — 18.8 KiB — 131 ms — h2https://gofeast.pk/public/assets/css/style.css/public/assets/css/style.css https://gofeast.pk/public/assets/css/style.css — 200 — 89.3 KiB — 168 ms — h2https://gofeast.pk/public/assets/css/colors/gomeat.css/public/assets/css/colors/gomeat.cs... https://gofeast.pk/public/assets/css/colors/gomeat.css — 200 — 3.5 KiB — 129 ms — h2https://gofeast.pk/public/assets/css/fonts/thicccboi.css/public/assets/css/fonts/thicccboi.... https://gofeast.pk/public/assets/css/fonts/thicccboi.css — 200 — 1.1 KiB — 121 ms — h2https://gofeast.pk/logo.png/logo.png https://gofeast.pk/logo.png — 200 — 125.5 KiB — 171 ms — h2https://gofeast.pk/public/assets/img/GoFeast%20White%201.png/public/assets/img/GoFeast%20White%... https://gofeast.pk/public/assets/img/GoFeast%20White%201.png — 200 — 115.2 KiB — 171 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 106 ms — h2https://gofeast.pk/public/assets/fonts/thicccboi/thicccboi.css/public/assets/fonts/thicccboi/thic... https://gofeast.pk/public/assets/fonts/thicccboi/thicccboi.css — 200 — 709 B — 146 ms — h3https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700fonts.googleapis.com/css2?family=Ma... https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700 — 200 — 1.1 KiB — 93 ms — h2https://gofeast.pk/public/assets/img/photos/playstore-white.png/public/assets/img/photos/playstore... https://gofeast.pk/public/assets/img/photos/playstore-white.png — 200 — 16.3 KiB — 129 ms — h3https://gofeast.pk/public/assets/img/photos/appstore-white.png/public/assets/img/photos/appstore-... https://gofeast.pk/public/assets/img/photos/appstore-white.png — 200 — 15.1 KiB — 124 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-6HYW0PJPL6&gtm=45je69g0h1v9199700931za200zd9199700931xf1&_p=1789666546622&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAACAC&cid=386054159.1789666547&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not%253FA_Brand%3B24.0.0.0%7CChromium%3B152.0.7977.82&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153&sid=1789666546&sct=1&seg=0&dl=https%3A%2F%2Fgofeast.pk%2F&dt=GoFeast%20-%20Online%20Food%20%26%20Grocery%20Delivery%20in%20Bahria%20Town%20Lahore&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=601analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-6HYW0PJPL6&gtm=45je69g0h1v9199700931za200zd9199700931xf1&_p=1789666546622&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAACAC&cid=386054159.1789666547&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not%253FA_Brand%3B24.0.0.0%7CChromium%3B152.0.7977.82&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153&sid=1789666546&sct=1&seg=0&dl=https%3A%2F%2Fgofeast.pk%2F&dt=GoFeast%20-%20Online%20Food%20%26%20Grocery%20Delivery%20in%20Bahria%20Town%20Lahore&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=601 — 204 — 546 B — 94 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-6HYW0PJPL6&cid=386054159.1789666547&gtm=45je69g0h1v9199700931za200zd9199700931xf1&rcb=15&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-6HYW0PJPL6&cid=386054159.1789666547&gtm=45je69g0h1v9199700931za200zd9199700931xf1&rcb=15&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153 — 204 — 546 B — 95 ms — h2https://gofeast.pk/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://gofeast.pk/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.0 KiB — 21 ms — h3https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.jscdn.jsdelivr.net/npm/bootstrap@5.1.... https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js — 200 — 23.9 KiB — 94 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js — 200 — 28.0 KiB — 102 ms — h3https://gofeast.pk/public/assets/js/plugins.js/public/assets/js/plugins.js https://gofeast.pk/public/assets/js/plugins.js — 200 — 128.1 KiB — 148 ms — h3https://gofeast.pk/public/assets/js/theme.js/public/assets/js/theme.js https://gofeast.pk/public/assets/js/theme.js — 200 — 7.7 KiB — 123 ms — h3https://gofeast.pk/%20//connect.facebook.net/en_US/fbevents.js/%20//connect.facebook.net/en_US/fb... https://gofeast.pk/%20//connect.facebook.net/en_US/fbevents.js — 404 — 452 B — 303 ms — h3https://gofeast.pk/public/assets/img/photos/bg.jpg/public/assets/img/photos/bg.jpg https://gofeast.pk/public/assets/img/photos/bg.jpg — 200 — 146.5 KiB — 373 ms — h3https://gofeast.pk/public/assets/fonts/unicons/Unicons.woff2/public/assets/fonts/unicons/Unicon... https://gofeast.pk/public/assets/fonts/unicons/Unicons.woff2 — 200 — 120.1 KiB — 160 ms — h3https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Bold.woff2/public/assets/fonts/thicccboi/THIC... https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Bold.woff2 — 200 — 26.2 KiB — 119 ms — h3https://gofeast.pk/public/assets/fonts/custom/Custom.woff2/public/assets/fonts/custom/Custom.... https://gofeast.pk/public/assets/fonts/custom/Custom.woff2 — 200 — 1.6 KiB — 138 ms — h3https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Medium.woff2/public/assets/fonts/thicccboi/THIC... https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Medium.woff2 — 200 — 26.2 KiB — 134 ms — h3https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Regular.woff2/public/assets/fonts/thicccboi/THIC... https://gofeast.pk/public/assets/fonts/thicccboi/THICCCBOI-Regular.woff2 — 200 — 26.3 KiB — 524 ms — h3https://telegrambot.gofeast.pk/api/gomtValuetelegrambot.gofeast.pk/api/gomtValu... https://telegrambot.gofeast.pk/api/gomtValue — -1 — 0 B — 138 ms — https://telegrambot.gofeast.pk/api/gomtBurnValuetelegrambot.gofeast.pk/api/gomtBurn... https://telegrambot.gofeast.pk/api/gomtBurnValue — -1 — 0 B — 137 ms — https://gofeast.pk/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://gofeast.pk/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 224 B — 22 ms — h3https://gofeast.pk/cdn-cgi/challenge-platform/h/g/scripts/jsd/330e41bb475c/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://gofeast.pk/cdn-cgi/challenge-platform/h/g/scripts/jsd/330e41bb475c/main.js? — 200 — 10.1 KiB — 26 ms — h3https://gofeast.pk/cdn-cgi/challenge-platform/h/g/jsd/oneshot/330e41bb475c/0.3022276104674124:1789664733:Tu2jEqPdxcW9rocq302GDtXs7XdITySBLq18bwzmvVs/a3c9de8a8fb69d48/cdn-cgi/challenge-platform/h/g/jsd... https://gofeast.pk/cdn-cgi/challenge-platform/h/g/jsd/oneshot/330e41bb475c/0.3022276104674124:1789664733:Tu2jEqPdxcW9rocq302GDtXs7XdITySBLq18bwzmvVs/a3c9de8a8fb69d48 — 200 — 1.0 KiB — 28 ms — h3https://js.zi-scripts.com/zi-tag.jsjs.zi-scripts.com/zi-tag.js https://js.zi-scripts.com/zi-tag.js — 200 — 5.7 KiB — 131 ms — h3https://gofeast.pk/cdn-cgi/rum?/cdn-cgi/rum? https://gofeast.pk/cdn-cgi/rum? — 204 — 451 B — 33 ms — h3https://gofeast.pk/public/assets/img/favicon.png/public/assets/img/favicon.png https://gofeast.pk/public/assets/img/favicon.png — 200 — 1.0 KiB — 129 ms — h3https://gofeast.pk/banner-1.jpg/banner-1.jpg https://gofeast.pk/banner-1.jpg — 200 — 114.9 KiB — 374 ms — h3https://gofeast.pk/banner-2.jpg/banner-2.jpg https://gofeast.pk/banner-2.jpg — 200 — 122.8 KiB — 218 ms — h3https://gofeast.pk/banner-3.jpg/banner-3.jpg https://gofeast.pk/banner-3.jpg — 200 — 98.0 KiB — 373 ms — h3https://gofeast.pk/banner-4.jpg/banner-4.jpg https://gofeast.pk/banner-4.jpg — 200 — 129.9 KiB — 374 ms — h3https://gofeast.pk/banner-5.jpg/banner-5.jpg https://gofeast.pk/banner-5.jpg — 200 — 84.4 KiB — 374 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(1).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(1).jpeg — 200 — 75.2 KiB — 320 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(2).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(2).jpeg — 200 — 74.8 KiB — 335 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(3).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(3).jpeg — 200 — 74.6 KiB — 372 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(4).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(4).jpeg — 200 — 70.4 KiB — 351 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(5).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(5).jpeg — 200 — 72.1 KiB — 371 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(6).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(6).jpeg — 200 — 73.6 KiB — 373 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(7).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(7).jpeg — 200 — 74.1 KiB — 374 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(8).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(8).jpeg — 200 — 70.7 KiB — 152 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(9).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(9).jpeg — 200 — 72.0 KiB — 331 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(10).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(10).jpeg — 200 — 72.7 KiB — 373 ms — h3https://gofeast.pk/public/assets/img/photos/items/img%20(11).jpeg/public/assets/img/photos/items/img... https://gofeast.pk/public/assets/img/photos/items/img%20(11).jpeg — 200 — 76.9 KiB — 349 ms — h3https://gofeast.pk/public/assets/img/photos/stores/9.jpeg/public/assets/img/photos/stores/9.... https://gofeast.pk/public/assets/img/photos/stores/9.jpeg — 200 — 53.5 KiB — 371 ms — h3https://gofeast.pk/public/assets/img/photos/stores/8.jpg/public/assets/img/photos/stores/8.... https://gofeast.pk/public/assets/img/photos/stores/8.jpg — 200 — 82.8 KiB — 372 ms — h3https://gofeast.pk/public/assets/img/photos/stores/3.png/public/assets/img/photos/stores/3.... https://gofeast.pk/public/assets/img/photos/stores/3.png — 200 — 66.0 KiB — 323 ms — h3https://gofeast.pk/public/assets/img/photos/stores/1.jpeg/public/assets/img/photos/stores/1.... https://gofeast.pk/public/assets/img/photos/stores/1.jpeg — 200 — 65.8 KiB — 370 ms — h3https://gofeast.pk/public/assets/img/photos/stores/2.jpg/public/assets/img/photos/stores/2.... https://gofeast.pk/public/assets/img/photos/stores/2.jpg — 200 — 135.6 KiB — 370 ms — h3https://gofeast.pk/public/assets/img/photos/stores/4.jpg/public/assets/img/photos/stores/4.... https://gofeast.pk/public/assets/img/photos/stores/4.jpg — 200 — 63.5 KiB — 370 ms — h3https://gofeast.pk/public/assets/img/photos/stores/5.png/public/assets/img/photos/stores/5.... https://gofeast.pk/public/assets/img/photos/stores/5.png — 200 — 40.9 KiB — 328 ms — h3https://gofeast.pk/public/assets/img/photos/stores/6.jpg/public/assets/img/photos/stores/6.... https://gofeast.pk/public/assets/img/photos/stores/6.jpg — 200 — 65.1 KiB — 312 ms — h3https://gofeast.pk/public/assets/img/photos/stores/7.jpg/public/assets/img/photos/stores/7.... https://gofeast.pk/public/assets/img/photos/stores/7.jpg — 200 — 15.5 KiB — 294 ms — h3https://gofeast.pk/public/assets/img/photos/gomeatfeatures2.png/public/assets/img/photos/gomeatfea... https://gofeast.pk/public/assets/img/photos/gomeatfeatures2.png — 200 — 341.2 KiB — 371 ms — h3https://gofeast.pk/public/assets/img/photos/gomeatfeatures1.png/public/assets/img/photos/gomeatfea... https://gofeast.pk/public/assets/img/photos/gomeatfeatures1.png — 200 — 86.0 KiB — 369 ms — h3https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 204 — 0 B — 231 ms — h3https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 200 — 778 B — 177 ms — h3https://ws.zoominfo.com/pixel/67daaa0f7644766c93de9f89/?iszitag=truews.zoominfo.com/pixel/67daaa0f76447... https://ws.zoominfo.com/pixel/67daaa0f7644766c93de9f89/?iszitag=true — 200 — 0 B — 392 ms — h3https://ws.zoominfo.com/pixel/67daaa0f7644766c93de9f89/?iszitag=truews.zoominfo.com/pixel/67daaa0f76447... https://ws.zoominfo.com/pixel/67daaa0f7644766c93de9f89/?iszitag=true — 200 — 2.7 KiB — 190 ms — h3blob:https://gofeast.pk/bf4448a3-1244-4cf5-8be3-d78d7f638696gofeast.pk/bf4448a3-1244-4cf5-8be3-... blob:https://gofeast.pk/bf4448a3-1244-4cf5-8be3-d78d7f638696 — 200 — 0 B — 1 ms — blobhttps://tags.clickagy.com/data.js?rnd=62fe5c0e6ad96tags.clickagy.com/data.js?rnd=62fe5... https://tags.clickagy.com/data.js?rnd=62fe5c0e6ad96 — 200 — 14.2 KiB — 104 ms — h2https://aorta.clickagy.com/dataaorta.clickagy.com/data https://aorta.clickagy.com/data — 200 — 453 B — 329 ms — h2https://aorta.clickagy.com/channel-sync/114?clkgypv=jstagaorta.clickagy.com/channel-sync/114... https://aorta.clickagy.com/channel-sync/114?clkgypv=jstag — 200 — 461 B — 415 ms — h2https://aorta.clickagy.com/channel-sync/5?clkgypv=jstagaorta.clickagy.com/channel-sync/5?c... https://aorta.clickagy.com/channel-sync/5?clkgypv=jstag — 200 — 462 B — 325 ms — h2https://aorta.clickagy.com/channel-sync/124?clkgypv=jstagaorta.clickagy.com/channel-sync/124... https://aorta.clickagy.com/channel-sync/124?clkgypv=jstag — 200 — 461 B — 327 ms — h2https://aorta.clickagy.com/channel-sync/128?clkgypv=jstagaorta.clickagy.com/channel-sync/128... https://aorta.clickagy.com/channel-sync/128?clkgypv=jstag — 200 — 460 B — 415 ms — h2https://aorta.clickagy.com/channel-sync/321?clkgypv=jstagaorta.clickagy.com/channel-sync/321... https://aorta.clickagy.com/channel-sync/321?clkgypv=jstag — 200 — 461 B — 413 ms — h2https://aorta.clickagy.com/channel-sync/318?clkgypv=jstagaorta.clickagy.com/channel-sync/318... https://aorta.clickagy.com/channel-sync/318?clkgypv=jstag — 200 — 461 B — 102 ms — h2https://aorta.clickagy.com/pixel.gif?clkgypv=jstagaorta.clickagy.com/pixel.gif?clkgyp... https://aorta.clickagy.com/pixel.gif?clkgypv=jstag — 200 — 461 B — 99 ms — h2https://aorta.clickagy.com/channel-sync/4?clkgypv=jstagaorta.clickagy.com/channel-sync/4?c... https://aorta.clickagy.com/channel-sync/4?clkgypv=jstag — 200 — 460 B — 100 ms — h2https://aorta.clickagy.com/pixel.gif?ch=319&cm=5b7d92acf8f61cbbbe831789666548aorta.clickagy.com/pixel.gif?ch=319... https://aorta.clickagy.com/pixel.gif?ch=319&cm=5b7d92acf8f61cbbbe831789666548 — 200 — 461 B — 101 ms — h2https://d-code.liadm.com/did-0060.min.jsd-code.liadm.com/did-0060.min.js https://d-code.liadm.com/did-0060.min.js — 200 — 51.6 KiB — 283 ms — h2https://hemsync.clickagy.com/external/hasHashes?clkgypv=jstag&cb=nullhemsync.clickagy.com/external/hasHa... https://hemsync.clickagy.com/external/hasHashes?clkgypv=jstag&cb=null — 200 — 323 B — 377 ms — h2https://idx.liadm.com/idex/did-0060/any?duid=2f5d021c4d7a--01m2r70qyh0vd2ec3bxnd3gnxf&cd=.gofeast.pk&pu=https%3A%2F%2Fgofeast.pk%2F&resolve=md5&did=did-0060idx.liadm.com/idex/did-0060/any?dui... https://idx.liadm.com/idex/did-0060/any?duid=2f5d021c4d7a--01m2r70qyh0vd2ec3bxnd3gnxf&cd=.gofeast.pk&pu=https%3A%2F%2Fgofeast.pk%2F&resolve=md5&did=did-0060 — 204 — 368 B — 365 ms — h2https://rp.liadm.com/j?dtstmp=1789666550715&did=did-0060&se=e30&duid=2f5d021c4d7a--01m2r70qyh0vd2ec3bxnd3gnxf&tv=v3.18.0&pu=https%3A%2F%2Fgofeast.pk%2F&wpn=lc-bundle&wpv=v3.18.0&cd=.gofeast.pk&pv=a6f9f12a-e5d5-4f07-867d-c57da047adefrp.liadm.com/j?dtstmp=1789666550715... https://rp.liadm.com/j?dtstmp=1789666550715&did=did-0060&se=e30&duid=2f5d021c4d7a--01m2r70qyh0vd2ec3bxnd3gnxf&tv=v3.18.0&pu=https%3A%2F%2Fgofeast.pk%2F&wpn=lc-bundle&wpv=v3.18.0&cd=.gofeast.pk&pv=a6f9f12a-e5d5-4f07-867d-c57da047adef — 302 — 481 B — 344 ms — h2https://rp4.liadm.com/j?dtstmp=1789666550715&did=did-0060&se=e30&duid=2f5d021c4d7a--01m2r70qyh0vd2ec3bxnd3gnxf&tv=v3.18.0&pu=https%3A%2F%2Fgofeast.pk%2F&wpn=lc-bundle&wpv=v3.18.0&cd=.gofeast.pk&pv=a6f9f12a-e5d5-4f07-867d-c57da047adef&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDo4Yw%3D%3D&n3pc=truerp4.liadm.com/j?dtstmp=178966655071... https://rp4.liadm.com/j?dtstmp=1789666550715&did=did-0060&se=e30&duid=2f5d021c4d7a--01m2r70qyh0vd2ec3bxnd3gnxf&tv=v3.18.0&pu=https%3A%2F%2Fgofeast.pk%2F&wpn=lc-bundle&wpv=v3.18.0&cd=.gofeast.pk&pv=a6f9f12a-e5d5-4f07-867d-c57da047adef&i6=MjAwMTo0MWQwOmFiMDA6OjQ6MDo4Yw%3D%3D&n3pc=true — 200 — 249 B — 345 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-6HYW0PJPL6&gtm=45je69g0h1v9199700931za200zd9199700931xf1&_p=1789666546622&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAACQC&ae=a&cid=386054159.1789666547&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not%253FA_Brand%3B24.0.0.0%7CChromium%3B152.0.7977.82&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153&sid=1789666546&sct=1&seg=0&dl=https%3A%2F%2Fgofeast.pk%2F&dt=GoFeast%20-%20Online%20Food%20%26%20Grocery%20Delivery%20in%20Bahria%20Town%20Lahore&en=scroll&epn.percent_scrolled=90&_et=10&tfd=5614analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-6HYW0PJPL6&gtm=45je69g0h1v9199700931za200zd9199700931xf1&_p=1789666546622&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAACQC&ae=a&cid=386054159.1789666547&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=15&sr=412x823&uaa=&uab=64&uafvl=Not%253FA_Brand%3B24.0.0.0%7CChromium%3B152.0.7977.82&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=115938466~115938469~118897920~118897930~120213116~120385423~120469145~120469153&sid=1789666546&sct=1&seg=0&dl=https%3A%2F%2Fgofeast.pk%2F&dt=GoFeast%20-%20Online%20Food%20%26%20Grocery%20Delivery%20in%20Bahria%20Town%20Lahore&en=scroll&epn.percent_scrolled=90&_et=10&tfd=5614 — 204 — 48 B — 31 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
22% of JavaScript execution is third-party
First-party Third-party 813ms · 267KB · Rs3000/mo
Google Tag Manager
Tag Manager
Costly
Execution 569ms
Transfer 187 KB
Unused 41%
Monthly Cost Rs2099/mo
d-code.liadm.com
Other
Costly
Execution 125ms
Transfer 52 KB
Monthly Cost Rs460/mo
cdnjs
CDN
Costly
Execution 120ms
Transfer 28 KB
Monthly Cost Rs441/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 569ms and costs ~Rs2099/month
  • d-code.liadm.com adds 125ms and costs ~Rs460/month
  • cdnjs adds 120ms and costs ~Rs441/month

Google Tag Manager takes 569ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

d-code.liadm.com takes 125ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

cdnjs takes 120ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Image Optimization
1 images, 6 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

1

Total Size

6 KB

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

Send Feedback