You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the code for handling effective configuration in extensions is consolidated there might be an opportunity
to optimize:
Each of our extensions independently read, validate and compute effective configuration based
on request level configuration. This is good, because each on should be able to function
independently. However, in the likely case that all of them are enabled, there should be a way to
cache the results of the first extension and carry that across to extensions running after it for
re-use, to eliminate redundant work.
The text was updated successfully, but these errors were encountered:
When the code for handling effective configuration in extensions is consolidated there might be an opportunity
to optimize:
Each of our extensions independently read, validate and compute effective configuration based
on request level configuration. This is good, because each on should be able to function
independently. However, in the likely case that all of them are enabled, there should be a way to
cache the results of the first extension and carry that across to extensions running after it for
re-use, to eliminate redundant work.
The text was updated successfully, but these errors were encountered: