I have modified applicationHost.config to include preloadEnabled="true", like <site name="MySite" id="2" serverAutoStart="true"> <application path="/" applicationPool="MyPool" preloadEnabled="true"> <virtualDirectory path="/" physicalPath="D:\wwwroot\MyFolder"
/> </application> <bindings> <binding protocol="http" bindingInformation="1.2.3.4:80:dev1.local" /> <binding protocol="https" bindingInformation="1.2.3.4:443:dev1.local" /> </bindings> </site> Then I restarted this site and app pool, for first time loading
it was still as slow as before.
↧