perf: apply `max_results` before enrichment in `find_references`
“*A performance improvement rather than a defect report. `find_references` returns
correct results today; it just does more work than the returned result requires. Filed
as a blank issue since the available templates cover bug reports and multi-finding QA
passes. `enhancement` seems the closest label”
github · rknighton · 7/29/2026
Open original →chore(provisioning): drop the retired provisioning columns
“> [!CAUTION]
> **Do not merge this until #74351 has been deployed to production and been through a full deploy cycle.**
>
> Migrations `1270` and `1274` remove these columns from Django's model state but deliberately leave them in Postgres, precisely so a pod running the previous release still finds”
github · rafaeelaudibert · 7/28/2026
Open original →perf(builder): render only open tree scopes (slice 1)
“Fixes the reported builder slowness on large courses: a long wait before the page
is usable, a drop marker that lagged the pointer, and a drop that took seconds to
appear. All three had one cause — the builder rendered **every** node of a course
on every page load.
Measured on the real course `mat-”
github · krzyssikora · 7/28/2026
Open original →Some more things about Django I've been enjoying
“I mostly use Go + SQLite for all the things I used to use Rails, JavaScript, or Python for.<p>I find python django wastes too much resources, just look at memory usage.<p>One of my web app backend (go) is serving approx 100 req/s right now and i look at pprof i see it's not bottlenecked by”
hackernews · faangguyindia · 7/26/2026
Open original →Performance and Timeout Issues on My Website During API Requests in Django
“I am currently facing a persistent and highly disruptive issue with my website that is built using Django, and it has become increasingly difficult to maintain reliable performance for users. The core problem revolves around API requests that fetch dynamic data for my site's core functionality. W...”
django-forum · jaindeen4 · 2/25/2026
Open original →