πŸ‡ΊπŸ‡ΈUnited States @lcatlett

Account created on 8 July 2010, almost 15 years ago
  • Principal Architect at PantheonΒ  …
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States lcatlett

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

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

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

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ changed the visibility of the branch 2616488-meta-mysql-5.7 to hidden.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ changed the visibility of the branch 9.5.x to hidden.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ changed the visibility of the branch 2939760-sql-mode-override-9 to hidden.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ changed the visibility of the branch 2939760-allow-granular-overriding-of-sqlmode-options-pan to hidden.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States lcatlett

This patch has been required for Pantheon customers hitting maxmemory limit and is critical to evicting keys as expected using LRU

πŸ‡ΊπŸ‡ΈUnited States lcatlett

lcatlett β†’ made their first commit to this issue’s fork.

Production build 0.71.5 2024