• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supabase / 19928556060 / 1 – studio-tests
74%
master: 74%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2025 12:14PM UTC
Files 60
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Dec 2025 12:12PM UTC coverage: 68.575%. Remained the same
studio-tests – 19928556060.1

push

github

web-flow
perf: preconnect to API domain (#41057)

This change adds a <link rel="preconnect"> for our API domain. Because the application makes several client-side requests to https://api.supabase.com shortly after page load, the browser currently has to perform DNS lookup, TCP handshake, and TLS negotiation only when the first API call happens.

By preconnecting, we let the browser complete these expensive operations ahead of time, in parallel with page rendering. This reduces the latency of the first API request and improves overall perceived performance, especially for users on slower networks or with high latency to the API host.

476 of 566 branches covered (84.1%)

Branch coverage included in aggregate %.

1992 of 3033 relevant lines covered (65.68%)

132.51 hits per line

Source Files on job studio-tests - 19928556060.1
  • Tree
  • List 60
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 19928556060
  • 58cd8f17 on github
  • Prev Job for on master (#19927775699.1)
  • Next Job for on master (#19928797986.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc