This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Description
In the scope of #121 (Fix regexp when filter by root category id) was fixed functionality of category tree loading
but we got some performance degradation. It was expected due to the loading of all children leads to using more resources
Query Category 233.00ms +45.6% (+73ms) DEGRADATION
created-objects
Query Category (Catalog GraphQL): 128.9% (mainline = 1057 | team = 2420) -> DEGRADATION
tideways-mysql-select-requests-count
Query Category (Catalog GraphQL): 120.8% (mainline = 77 | team = 170) -> DEGRADATION
Need to investigate and provide prototype how we can load all of the needed data in the more efficient way.