Avatar for the taobojlen user
taobojlen
django-zeal
BlogDocsChangelog

Performance History

Latest Results

fix: suppress false-positive prefetch N+1 on singly-loaded instances prefetch_related_objects([obj], "field") called repeatedly from the same source line was flagged as an N+1 even when `obj` came from a .get() or .first(). The prefetch notify path passed instance_key=None, which bypassed the listener's ignored-set filtering that every other zeal patch relies on for this exact precision. Gate _wrap_prefetch_queryset on len(instances) == 1 (bulk calls aren't N+1) and pass a real instance_key from each notify_fn so the listener can filter singly-loaded instances via its existing ignored set.
oliverhaas:fix/detect-prefetch-related-objects-nplusone
16 days ago
chore(main): release 2.1.0
release-please--branches--main
2 months ago
chore(main): release 2.0.5
release-please--branches--main
2 months ago

Latest Branches

CodSpeed Performance Gauge
0%
feat: detect prefetch related objects#58
19 days ago
44c8554
oliverhaas:fix/detect-prefetch-related-objects-nplusone
CodSpeed Performance Gauge
0%
ci: add Django 6.0 to test matrix#60
16 days ago
4408ec3
ci/django-6.0
CodSpeed Performance Gauge
0%
2 months ago
2e1f712
release-please--branches--main
© 2026 CodSpeed Technology
Home Terms Privacy Docs