screenflavor
screenflavor
Thank you for the response, @wisskid . The mentioned benchmarks don't contain any functions or function modifiers. In that way they are missing an important part in their performance evaluation....
If I use the parameter reuse I'am indeed faster. It's because the reuse of smarty 4 is someow slower than without reuse. Is it the same at your machine? smarty4...
I could fix it testwise by rolling back some of the refactoring of #7175 and #7193 like this: ``` public function configure(FieldDto $field, EntityDto $entityDto, AdminContext $context): void { $propertyName...
What do you think about my case here, @michaelKaefer, @javiereguiluz? I would be very thankful about some help.