Open cconard96 opened 1 day ago
Identified the IsInventoriableCapacity
as the source of the performance hit. I only had a single asset definition with it enabled and it alone was adding 550ms to the response times.
I confirm on my side too.
Without IsInventoriableCapacity
:
With one IsInventoriableCapacity
:
I've noticed that as I add more custom asset definitions for testing (or from running E2E tests locally), almost every request to a PHP script has gotten nearly 10x slower than what it is in 10.0/bugfixes. Currently, I have 70 asset definitions with a few custom fields in each. It isn't clear yet if the issue is the number of definitions, number of custom fields, specific capacities, or a combination of everything.