Account created on 8 December 2010, about 14 years ago
#

Recent comments

State service uses a cache collector for performance since Drupal 10.3 https://www.drupal.org/node/3177901

Though on existing sites this feature needs to be enabled explicitly through the settings flag $settings['state_cache'] = TRUE;, this is the default behavior for new sites (in default.settings.php), and in Drupal 11+ the setting is removed and state cache is permanently turned on.

There are 2 queries presented in the change record to check current state usage and then decide to opt-in/out state cache depending on results.

Sites with more than 100 entries and/or a total value size/length of 100,000 should review their specific entries...

Size/length can easily exceed 100,000 on thousands migration items. Setting the issue priority to Major...

Please reopen the issue if the problem still persists and provide more details in this case.

The Metatag Google Scholar module doesn't set any requirements on Metatag module version. I have no issues with upgrading to Metatag 2.x and downgrading to 1.x while staying with Metatag Google Scholar 8.x-1.1. Could you please provide composer output and the command you use for upgrade? May it be dependency conflict with some other module or library?

Here is patch. It also fixes the problem that existed before: path style setting was not applied if a field had no initial value, for example, when creating new content.

Note: this patch doesn't restore token support for the Path Geometries Options setting. Token support is probably out of scope of this issue, and I'm not sure how often it was used actually.

Production build 0.71.5 2024