Open yyy2356 opened 1 week ago
Its slow because the db is being accessed repeatedly to display the logs, i believe. issue is in the get_name function
It think this can be solved by using relationships in Django see https://docs.djangoproject.com/en/5.1/topics/db/examples/many_to_one/
Speed up the logs list in admin view. It is currently extremely slow.