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


Ignore:
Timestamp:
Oct 10, 2025, 7:26:06 AM (4 days ago)
Author:
Carles Barrobés i Meix

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23517, comment 6

    v1 v2  
    11Discussed and worked on this during the Django on the med event https://djangomed.eu/
    22
    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.
     3One conclusion was that despite it 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
    55This PR shows a working implementation based on a threadpool https://github.com/django/django/pull/19935 including some benchmarks
Back to Top