Major -- sites are apparently having to work around the problems with how we handle caching.

Comments

joachim created an issue. See original summary.

martin107’s picture

I am not saying anything definitive .. but I just want to post an observation.

when I run a static analyser on our project with

./vendor/bin/phpstan analyse modules/contrib/flag

this is flagged up .. I may be barking up the wrong tree -- so please treat this as

a) a useful observation.
or
b) a dead end.

  Line   src/ActionLink/ActionLinkPluginManager.php                             
 ------ ----------------------------------------------------------------------- 
  19     Plugin manager has cache backend specified but does not declare cache  
         tags.                                                                  
 ------ ----------------------------------------------------------------------- 
Berdir’s picture

Priority: Major » Normal
Status: Active » Closed (outdated)

That message is bogus, cache tags are optional and should only be used if there's a good reason. I'm not seeing actionable here, so closing.