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

Performance Improvement by removing get queries #28

Merged
merged 2 commits into from
Aug 31, 2022

Conversation

noamanahmed-omniful
Copy link

The previous implementation was making a lot of queries and was hydrating a lot of Eloquent models. This performance tweak improves it further.

Since this is just a performance optimization tweak and no new features were added, there was no need for writing extra unit tests.

@freekmurze freekmurze merged commit b2804b4 into spatie:main Aug 31, 2022
@freekmurze
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants