Changed
- 3.8x faster rendering for large pages — Optimized
get_context_data()by replacingdir(self)iteration (~300 inherited Django View attributes, ~50ms) with targeted__dict__+ MRO walk (<1ms). Addeddj-update="ignore"optimization to Rust VDOM diff engine, skipping subtrees the client won't patch (240ms → 17ms). Combined with template-level optimizations, reduces event roundtrip from ~160ms to ~42ms on pages with large static content.