net/url.ParseQuery
standard libraryThe 2534th most-called standard-library function by production calls. Called 1,111 times across 154 modules; 237 of those run outside tests and generated code.
- prod calls
- 237
- non-test, non-generated
- all calls
- 1,111
- total callsites
- modules
- 154
- distinct callers
- in loop
- 1%
- of prod calls
- in tests
- 10%
- 112 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function100%A direct call to an exported package function, resolved by type.
estimate
Estimated relative cost
Roughly 0.00× the estimated relative cost of fmt.Sprintf . Benchmarked at 251.6 ns/op × 237 production calls, normalized so fmt.Sprintf = 1.0.
This is not dollars and not a verdict. Per-op time depends heavily on inputs (argument sizes, contention, patterns), the benchmark ran on a single machine (darwin/arm64 (Apple Silicon), go1.26.0), and static call counts are not runtime frequency. How this is estimated →
who calls this
Notable callers
Production calls into ParseQuery from notable Go projects. Open one on the map to see what else it hammers.
- Authelia 5 2%
- containerd 3 1%
- Gitea 3 1%
- InfluxDB 3 1%
- KEDA 3 1%
where it's called
Callsites in the wild
12 representative callsites of 1,111, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
kgretzky/evilginx2 @v0.0.0-20260610121203-4c0988a1d9db
in loop - in loop
- in loop test
- in loop test
- in loop test
-
gorilla/mux @v1.8.1
in loop test -
seaweedfs/seaweedfs @v0.0.0-20260805044234-3c549b33ab8d
in loop test -
semaphoreui/semaphore @v0.0.0-20260802115903-ff0cf4cbaa57
in loop test -
slack-go/slack @v0.27.0
in loop test - in loop test
- in loop test
top callers
The modules that reach for it
The modules that call ParseQuery most in this snapshot.
- github.com/grpc-ecosystem/grpc-gateway/v263958%
- github.com/influxdata/influxdb-client-go/v2948%
- github.com/qiniu/go-sdk/v7303%
- github.com/AlexxIT/go2rtc9<1%
- github.com/bluenviron/gohlslib/v29<1%
siblings
More from net/url
The other most-called functions in this package. See all →