Details
-
Improvement
-
Status: Closed
-
High
-
Resolution: Fixed
-
None
-
None
-
None
Description
For every user that logs in into the cms, a ping is done whether the sites are live, done at RestProxyServicePlugin. It is better to use a single MultiThreadedHttpConnectionManager instead of creating a new HttpClient over and over.
protected static HttpClient client = null;
static