[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Feedback](/c/feedback/8)

# Deployment yields different performance results via different domains

37 views · 0 likes · 1 post


Leo (@hahlh) · 2025-02-13

Good day, 

curiously it seems that a deployment for a branch produces very different lighthouse results (specifically Largest Contentful Paint (LCP)) when accessed either via the main branch url or the commit based url.

![image|690x366](upload://44zoaGt4vzqpBikXgt1ho9GwPt3.png)

https://heroui-lcp-repro-git-add-heroui-kasayo.vercel.app/
![image|502x500](upload://wUwiiKikJKZQht85gUq6rbifd88.png)

https://heroui-lcp-repro-bd9yqbf3a-kasayo.vercel.app/
![image|509x500](upload://oxacV0ZqHfbs0B6RYuhYBUV5wNQ.png)

This branch only contains this single commit, so the state for both should certainly be identical.

The project itself is a barebones Next.js v14 setup with only HeroUI added in the specific commit mentioned. 

Related PR in the public repository that was intended for reproduction of another issue:
https://github.com/KasayoDotCom/heroui-lcp-repro/pull/2