Question
Same Site, different URLs, different execution times
We have two URLs,
http://www.ontrenduniforms.com
and
http://www.thechefzone.com
that go to the same folder on the server. Other than the name and
header records, the two IIS entries are identical as are the DNS
entries. Since they share the same code, everything else is
identical: cfm pages, application.cfm included, and database.
Near the top of the page is a timing quantity. Click on "Chef Coats" in the left menu and ontrenduniforms takes 20 times as long to load as thechefzone. The second time both pages are almost instantaneous. Ontrenduniforms will show a time that matches the first timing for thechefzone while the chefzone goes to zero. The third time, ontrenduniforms also goes to zero time.
Close the browser and do it again and the same thing happens all over again. It also doesn't matter which order they are loaded in.
We've placed the two domains in IIS in separate application pools and they are now each running in a different CF instance. That didn't help. There is nothing in the code that references the url. In fact, the images are referencing a third domain that is elsewhere. Hardly matters, since the difference in timing is during the server side execution.
What would/is causing this to happen. Are there any known issues?
Near the top of the page is a timing quantity. Click on "Chef Coats" in the left menu and ontrenduniforms takes 20 times as long to load as thechefzone. The second time both pages are almost instantaneous. Ontrenduniforms will show a time that matches the first timing for thechefzone while the chefzone goes to zero. The third time, ontrenduniforms also goes to zero time.
Close the browser and do it again and the same thing happens all over again. It also doesn't matter which order they are loaded in.
We've placed the two domains in IIS in separate application pools and they are now each running in a different CF instance. That didn't help. There is nothing in the code that references the url. In fact, the images are referencing a third domain that is elsewhere. Hardly matters, since the difference in timing is during the server side execution.
What would/is causing this to happen. Are there any known issues?
