Changes between Version 1 and Version 2 of Ticket #35576
- Timestamp:
- Jul 5, 2024, 3:31:26 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35576 – Description
v1 v2 4 4 - `get_app_list` and `reverse functions` take too long. 5 5 - The reverse function to prepare and match uri takes O(n). 6 - Django adds two URLs for every model we register, so this wait time increases as we add models or write our own rest apis.6 - Django adds two URLs for every model we register, so this wait time increases as we add models or write the Rest APIs. 7 7 8 I am attaching the Cprofile results below. 8 I am attaching the Cprofile results below. Let me know if there are any ways to optimize this. 9 9