There can be periods when the HTTP requests don’t seem to get processed for about 10 mins then they kick in again. Some settings that can improve this slowness?
CA 2E 8.7 and higher with web option
The solution was to add the following in the http settings:
ThreadsPerChild(200)
You can modify /etc/httpd/conf/httpd.conf file and then restart the Apache Tomcat.