Changes between Initial Version and Version 1 of Ticket #23517, comment 6


Ignore:
Timestamp:
Oct 9, 2025, 6:24:48 AM (5 days ago)
Author:
Carles Barrobés i Meix

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23517, comment 6

    initial v1  
    33One 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.
    44
    5 This PR shows one implementation based on a threadpool https://github.com/django/django/pull/19935
     5This PR shows a working implementation based on a threadpool https://github.com/django/django/pull/19935 including some benchmarks
Back to Top