I develop an web app using umbraco 7.4.
The web app is very slow, the server response time take more than 3 seconds.
I checked in logs and i fount that for each refresh appears this line:
2016-08-20 14:58:50,438 [P2424/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2016-08-20 14:58:51,622 [P2424/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 1183ms)
I believe there are two categories of updates. One is something like "High Priority" and the other is something like "Recommended" (I forget the exact terms). Did you also install the updates for the lower priority category?
Umbraco web site very slow
Hi all,
I develop an web app using umbraco 7.4. The web app is very slow, the server response time take more than 3 seconds. I checked in logs and i fount that for each refresh appears this line:
2016-08-20 14:58:50,438 [P2424/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler 2016-08-20 14:58:51,622 [P2424/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 1183ms)
Any ideas? Thanks a lot.
Try applying all Windows updates. There was a bug that would cause periodic application pool recycles. Could be that.
Hi Nicholas,
Unfortunately this is not working. I have the Windows up to date and i have the same issue.
Thanks, Florin
Hi Florin,
Can you check your site with miniprofiler?
Usually it shows a lot of great info for performance improvments.
Read this topic: https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/65142-Getting-started-with-miniprofiler-and-Umbraco-7
Thanks,
Alex
I believe there are two categories of updates. One is something like "High Priority" and the other is something like "Recommended" (I forget the exact terms). Did you also install the updates for the lower priority category?
is working on a reply...