-
Improvement
-
Resolution: Unresolved
-
Major
-
4.10.0
-
None
-
None
Each request from the site to the CMS is done by instanciating a new http client (BackOfficeRequestHelper.getHttpClient()) and discarding it after the request execution. This is highly ineffective considering that the client is a complex one using a connection pool and such.
Using a single client (with a connexion pool) would also allow us to limit the number of connexion between site and cms preventing the site from DDoSing the cms.