Changes between Version 10 and Version 19 of Ticket #36969


Ignore:
Timestamp:
Jun 9, 2026, 4:32:14 AM (3 weeks ago)
Author:
blighj
Comment:

Replying to Jacob Walls:

Sounds promising, happy to see it! Will you include a link to your benchmarK?

I've done some LLM work to make my hand crafted benchmark scripts a bit more reproduceable. I've done a write up: https://github.com/blighj/django-manifeststaticfiles-enhanced/wiki/collectstatic-benchmark The output is published on github.io https://blighj.github.io/experiments/collectstatic_benchmark.html The code is at https://github.com/blighj/django-manifeststaticfiles-enhanced/tree/main/benchmarks

What it shows is that the previous ignore comment block fix solved the bulk of the problems and the PR associated with this ticket would get that benchmark to near 100%

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36969

    • Property Owner set to blighj
    • Property Status newassigned
    • Property Component Documentationcontrib.staticfiles
    • Property Type Cleanup/optimizationBug
    • Property Has patch set
  • Ticket #36969 – Description

    v10 v19  
    66
    77
    8 To my mind this is a bug, where potentially the only viable solution is a lexer/parser as proposed by Adam in the thrid ticket linked. Which could merit a DEP for a bug!
     8To my mind any failure is a bug, where potentially the only viable solution for some failures is a lexer/parser as proposed by Adam in the thrid ticket linked. Which could merit a DEP for a bug!
     9
     10In the meantime another addition to ignore strings the same way comments are ignored will help reduce these cases further.
    911
    1012Or it might just need some sort of update to the docs to articulate Carlton's point in this comment
Back to Top