- Issue created by @apotek
- π¨πSwitzerland berdir Switzerland
I've been pondering whether using key value was the right decision, but the performance impact of this shouldn't be that big.
key_value queries should be well optimized and pathauto state should be acessed only when editing/generating aliases.
Also, have a look at π [PP-1] Use cache collector for state Needs work , I've been working on that for years and I'm hopeful that it will finally land soon.
This is a fairly big change with a possibly slow migration path, so it would need to be really worth doing so.
- π¨π³China lawxen
π [PP-1] Use cache collector for state Needs work has landed on Drupal10.3
How we can use it to solve the performance of this issue? - π¨π³China lawxen
From my understanding,
Just set $settings['state_cache'] config, then drupal will cache the whole key_value table
Then the performance solved, nothing need do in this module.
So, can we make this issue as fixed?
@berdir