Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimisation DoctrineInsertUpdateLoader #33

Open
4 tasks
mathieu-ducrot opened this issue Sep 10, 2021 · 0 comments
Open
4 tasks

Optimisation DoctrineInsertUpdateLoader #33

mathieu-ducrot opened this issue Sep 10, 2021 · 0 comments

Comments

@mathieu-ducrot
Copy link
Contributor

mathieu-ducrot commented Sep 10, 2021

Objective

Improve service performances

Steps

  • Add batch size on load method
  • Remove callback param of addEntityToProcess and use accessor instead for get identifier values
  • Remove nullable of $validator in construct + remove check is !== null on the processObject validator
  • Move findOneBy before in load method for get all objects (indexed by identifier) already recovered
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant