﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35237	Optimize system checks for admin actions	Adam Johnson	Adam Johnson	"In `ModelAdminChecks`, the `_check_action_permission_methods` and `_check_actions_uniqueness` both fetch the actions. By combining them, this duplicate work can be eliminated.

Additionally, the lower method `ModelAdmin._get_action_description()` is wasteful as it computes a default name even when one is defined. This can be deferred and cached.

In a project I’ve profiled, these changes take the admin action checks from 0.86ms (2.1%) to 0.36ms (0.9%)."	Cleanup/optimization	closed	Core (System checks)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
