About loading and reloading resources in each request.
Utilisateur anonyme
Loading and reloading resources in each request can have performance implications and may not be the most efficient approach, depending on the context. Generally, resources such as configuration files or static data should be loaded once during the application's initialization and then reused for subsequent requests. This is to avoid unnecessary overhead associated with reloading resources on every request. Caching, Concurrency, Performance, File Watching