ecotoneframework / ecotone-dev

Ecotone Framework Development - This is Monorepo which contains all official public modules
https://docs.ecotone.tech
Other
37 stars 16 forks source link

Improve messaging configuration performance #339

Closed jlabedo closed 4 months ago

jlabedo commented 4 months ago

Description

Improve performance of Ecotone configuration phase. For a medium sized repository using symfony, my cache:clear command went from 22 seconds (92% of which is ecotone configuration processing) to 8 seconds. This PR delays the endpoint uniqueness check at the compilation phase, so now the check is done only once

Capture d’écran 2024-07-21 à 13 40 35

Type of change

dgafka commented 4 months ago

wow, nice one :+1: