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

supabase / supabase / 19928556060
74%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2025 12:14PM UTC
Jobs 1
Files 60
Run time 1min
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
19928556060

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

Subprojects
ID Flag name Job ID Ran Files Coverage
1 studio-tests 19928556060.1 04 Dec 2025 12:14PM UTC 60
68.57
GitHub Action Run
Source Files on build 19928556060
  • 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 Repo
  • Github Actions Build #19928556060
  • 58cd8f17 on github
  • Prev Build on master (#19927775699)
  • Next Build on master (#19928797986)
  • 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