Closed (fixed)
Project:
Acquia Connector
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2022 at 15:03 UTC
Updated:
21 Oct 2022 at 20:34 UTC
Jump to comment: Most recent
Currently we use an event subscriber that is triggered on every request in order to show a simple Drupal message, indicating the environment the user is in. Doing this on every request is a bit much, since we don't do anything else then displaying a message, so its not the best performance wise. Ideally we show only trigger this code when the user is interacting with the UI.
Remove the event subscriber and move the code into a service, then call this service when the users is actually interacting with the UI.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nkoporecComment #4
nkoporecComment #7
mglamanClosing, thanks!