issues
search
GeekInTheNorth
/
Stott.Security.Optimizely
A CMS Administration interface for managing security headers for Optimizely CMS Traditional and Hybrid builds.
MIT License
4
stars
1
forks
source link
Improve usage of Caching and Lazy Loading of the DbContext
#235
Closed
GeekInTheNorth
closed
1 month ago
GeekInTheNorth
commented
2 months ago
Previously Cached Resources:
Loading of CSP Settings
Loading of CORS Settings
Loading of fully compiled security headers
Increase scope of caching to cover:
Loading of Legacy Security Response Headers
Loading of CSP Sandbox Settings
Loading of CSP Sources
Consistently Lazy Load the DB Context to delay creation of Db Connections until they are needed.