Replies: 1 comment
-
It is better to look at the comparison within the framework of 10.x versions. 10.0 differs from 10.1 only in support of laravel 11. In this benchmark for 10.x we run 10.0 with laravel 10, and 10.1 with laravel 11 and immediately see a performance drop of up to 30% (even without soft delete). On real projects the drop is around 12%, no more. PR: bavix/laravel-wallet-benchmark#63 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. People often write me an email about this problem. Guys, the problem is in two things:
It is soft delete that causes the main loss of performance. But the main problem is that starting from laravel-wallet ^9.6 and up to ^11.0, the package was super fast due to subtle optimizations.
We try to find the balance between functionality and performance.
Best wishes. All the best to you.
Beta Was this translation helpful? Give feedback.
All reactions