Adding static content to a litium site takes several minutes to deliver.
Example:
Under a standard litium install, in the wwwroot folder, create a folder called test.
In that folder, create an index.html file with some simple html. I used:
<div>test</div>
Browsing to site/test/index.html works as expected.
Browsing to site/test/ takes 2-3 minutes to deliver the html.
Adding an IgnoreRoute to the folder doesn’t help.
It feels like litium is trying to resolve the route to the folder internally and waiting for something to timeout before handing it over to IIS.
Any idea how to resolve this?
Litium version: 6.1.1, 6.1.2-patch-1806080803