Skip to content

feat: speed up nice_list filter for analysis summary - #1417

Open
jstucke wants to merge 1 commit into
masterfrom
summary-nice-list-speedup
Open

feat: speed up nice_list filter for analysis summary#1417
jstucke wants to merge 1 commit into
masterfrom
summary-nice-list-speedup

Conversation

@jstucke

@jstucke jstucke commented Oct 10, 2025

Copy link
Copy Markdown
Collaborator
  • speeds up the "nice_fo_list" filter for analysis summary rendering
    • this should result in a at least 2x but up to 6x speedup
  • the summary entries only show the path instead of the whole VFP
  • also fixes a KeyError that could occur in get_data_for_nice_list in case the VFP data in the DB is inconsistent

@jstucke jstucke self-assigned this Oct 10, 2025
@codecov-commenter

codecov-commenter commented Oct 10, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 84.61538% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.48%. Comparing base (e39728e) to head (c567987).
⚠️ Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
src/web_interface/components/jinja_filter.py 25.00% 3 Missing ⚠️
src/storage/db_interface_frontend.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1417      +/-   ##
==========================================
+ Coverage   92.03%   92.48%   +0.44%     
==========================================
  Files         372      368       -4     
  Lines       21075    20694     -381     
==========================================
- Hits        19397    19138     -259     
+ Misses       1678     1556     -122     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jstucke
jstucke force-pushed the summary-nice-list-speedup branch from 2c66340 to c567987 Compare January 9, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants