Improve startup time #200

Merged
nik merged 2 commits from improve-app-startup into master 2023-07-05 19:45:21 +02:00
nik commented 2023-07-03 20:08:19 +02:00 (Migrated from edugit.org)
  • Long-running tasks on app startup are bad, because it happens in the request loop (at least on the first request).
  • dateparser import takes 600-800ms

See AlekSIS/official/AlekSIS-Core#875

* Long-running tasks on app startup are bad, because it happens in the request loop (at least on the first request). * `dateparser` import takes 600-800ms See AlekSIS/official/AlekSIS-Core#875
nik commented 2023-07-03 20:08:19 +02:00 (Migrated from edugit.org)

assigned to @hansegucker

assigned to @hansegucker
nik commented 2023-07-03 20:09:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 175dd307 - Move loading of default templates to post_migrate

Compare with previous version

added 1 commit <ul><li>175dd307 - Move loading of default templates to post_migrate</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/125/diffs?diff_id=31683&start_sha=b3c1dd343db123ccd03da775d4c56f661d09711e)
nik commented 2023-07-03 21:40:58 +02:00 (Migrated from edugit.org)

changed title from {-Move loading of default templates to post_migrat-}e to {+Improve startup tim+}e

changed title from **{-Move loading of default templates to post_migrat-}e** to **{+Improve startup tim+}e**
nik commented 2023-07-03 21:42:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9a6cb85c - Delay import of dateparser because it is very slow

Compare with previous version

added 1 commit <ul><li>9a6cb85c - Delay import of dateparser because it is very slow</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-App-CSVImport/-/merge_requests/125/diffs?diff_id=31706&start_sha=175dd3079433d6d054838016fac4aa9c162b7e2c)
nik commented 2023-07-03 21:42:51 +02:00 (Migrated from edugit.org)

changed the description

changed the description
nik commented 2023-07-05 19:45:21 +02:00 (Migrated from edugit.org)

mentioned in commit 898a68135f

mentioned in commit 898a68135ff93811b4a72f69a1a54736a6a3e52b
nik (Migrated from edugit.org) merged commit 898a68135f into master 2023-07-05 19:45:21 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-CSVImport!200
No description provided.