Changes between Initial Version and Version 1 of Ticket #23517, comment 6
- Timestamp:
- Oct 9, 2025, 6:24:48 AM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23517, comment 6
initial v1 3 3 One conclusion was that despite this being possible with the current hooks to implement this at the storage backend, it is a non-trivial endeavour and needs to be implemented by any backend. Whereas it can be solved relatively simply within the collectstatic command in a way that can support any existing and future backends. 4 4 5 This PR shows one implementation based on a threadpool https://github.com/django/django/pull/199355 This PR shows a working implementation based on a threadpool https://github.com/django/django/pull/19935 including some benchmarks