Changes between Version 1 and Version 2 of Ticket #35576


Ignore:
Timestamp:
Jul 5, 2024, 3:31:26 AM (3 months ago)
Author:
Sridhar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35576 – Description

    v1 v2  
    44- `get_app_list` and `reverse functions` take too long.
    55- 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.
    77
    8 I am attaching the Cprofile results below.
     8I am attaching the Cprofile results below. Let me know if there are any ways to optimize this.
    99
Back to Top