EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

Improve performance of the configurator applied to all fields

Open javiereguiluz opened this issue 3 years ago • 0 comments

Fixes #5211.

At first I tried to add a local cache in this class, but performance was much worse. So, I refactored code a bit to not call PropertyAccess methods repeatedly.

@oleg-andreyev it'd be great if you could test these changes in your application. Thanks!

javiereguiluz avatar Jul 23 '22 13:07 javiereguiluz