We recently are experiencing slow web experience when we open our webapp on the browser,
when i look in de taskmanager the CGI/FastCGI scripts gets executed multiple times, this causes the slow website experience.. when i terminate all the CGI/FastCGI tasks in the taskmanager, the webpage runs smoothly!
Any Help Please !!
The CGI tasks is something your webserver manages. I assume you're running PHP with Fast CGI. The CGI thread should normally be released as soon the PHP script finishes. When you use Apache you could try using the apache handler instead of the CGI handler. Perhaps someone with more webserver knowledge has some better ideas.