perf: Use lazy loading for Product_Tab to improve edit finding performance Fixes#10313 by Vincent-Ngobeh · Pull Request #13805 · DefectDojo/django-DefectDojo
…mance Replace eager query execution in Product_Tab.__init__ with @cached_property decorators. This defers expensive database queries until they are actually accessed, improving page load performance. Fixes DefectDojo#10313
Vincent-Ngobeh
changed the title
perf: Use lazy loading for Product_Tab to improve edit finding performance
perf: Use lazy loading for Product_Tab to improve edit finding performance Fixes#10313
Maffooch pushed a commit to valentijnscholten/django-DefectDojo that referenced this pull request
Feb 16, 2026…mance (DefectDojo#13805) Replace eager query execution in Product_Tab.__init__ with @cached_property decorators. This defers expensive database queries until they are actually accessed, improving page load performance. Fixes DefectDojo#10313
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters