So it seems the usual googling won't suffice here for this question.
Lets break it down. I have a main IIS website running on https://www.mymainsite.com I have a wordpress website running as a subdomain on the same server (Windows IIS 10.0) https://www.mymainsite.com/blog
Now when I refresh the broswer for the IIS website, there is a process called CGI/FactCGi which I think controls the php code side of things and it chews up 35% of the processor for a second or two. I would expect it to do this if I refreshed a page on wordpress, but https://www.mymainsite.com should be controlled by IIS worker process.
Can anyone elaborate on this? Is running the wordpress website on IIS as a subdomain https://www.mymainsite.com/blog adding a performance impact on https://www.mymainsite.com
Thanks.