[▲ 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.  https://heroui-lcp-repro-git-add-heroui-kasayo.vercel.app/  https://heroui-lcp-repro-bd9yqbf3a-kasayo.vercel.app/  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