Skip to content

Identify slow APIs and Delete permissions added

Compare
Choose a tag to compare
@vishalanandl177 vishalanandl177 released this 07 Jun 14:10
· 74 commits to master since this release

You can also identify slow APIs by specifying DRF_API_LOGGER_SLOW_API_ABOVE in settings.py.

A new filter (By API Performance) will be visible, and you can choose slow or fast API.
DRF_API_LOGGER_SLOW_API_ABOVE = 200 # Default to None
Now you can delete the DRF API Logger using the admin panel.