rough-book-52790
06/07/2024, 10:08 PMvenv
which seems to have reduced times to 5 minutes. Not using pex files (just python manage.py ...) seems to reduce startup times to around 30 seconds. Does anyone have any tips on making things faster with pex files? I rather stick with pex files as local development is leveraging them.refined-addition-53644
06/07/2024, 10:10 PMbroad-processor-92400
06/07/2024, 10:24 PMPEX_VERBOSE=1
environment variable (or higher numbers) you can get a sense of where time is being spent, which may or not help optimise.rough-book-52790
06/07/2024, 10:35 PMLaying out Spread PEX directory
, followed by a bunch of
2. Installing zipped wheel install
, then a bunch of
3. Executing installed PEX for
, and then another bunch of
4. Re-writing
, and finally
5. app is runrough-book-52790
06/07/2024, 10:35 PMPEX_VERBOSE=1
rough-book-52790
06/07/2024, 10:36 PMrough-book-52790
06/07/2024, 10:49 PM