lcatlett β created an issue.
Confirming that the changes in the MR #40 I posted reduce response time from ~25 seconds to ~1500 ms for a large enterprise drupal 10 site with 1200 menu links.
Before:
After:
This also resolves that cache stampedes I was observing in redis previously as hgetall was 4.5 seconds and is now ~370 ms
lcatlett β made their first commit to this issueβs fork.
lcatlett β made their first commit to this issueβs fork.
This error is thrown in versions of php < 8 . The error is due to the use of union types in the property declarations:
public string|array $block_config;
public string|array $menu_config;
This means $block_config and $menu_config can be either a string or an array but will throw an error in php v < 8.0 since unions are not supported
lcatlett β made their first commit to this issueβs fork.
lcatlett β changed the visibility of the branch 2616488-meta-mysql-5.7 to hidden.
lcatlett β changed the visibility of the branch 9.5.x to hidden.
lcatlett β changed the visibility of the branch 2939760-sql-mode-override-9 to hidden.
lcatlett β changed the visibility of the branch 2939760-allow-granular-overriding-of-sqlmode-options-pan to hidden.
lcatlett β made their first commit to this issueβs fork.
lcatlett β made their first commit to this issueβs fork.
lcatlett β made their first commit to this issueβs fork.
This patch has been required for Pantheon customers hitting maxmemory limit and is critical to evicting keys as expected using LRU
lcatlett β made their first commit to this issueβs fork.