im having an odd issue where the site is running fine and then randomly pages will take 10s to render, im hosting on azure webapps and have followed the config guides and tried turning off caching etc
when i look at the trace in application analytics i can see the SQL calls are all out of the way within a few ms then its just like umbraco is sat there doing somthing for the other 9.8s
I cannot see a pattern it happens on pages with 1 property on the document type as much as ones with 20.
what is the best way to try and work out the bottleneck?
Its really odd, I tried the mini profiler and can see an item that takes 6.5s (after 4 refreshes) but the timings below it dont add up to that value at most the children add upto 0.5s im a little bit stumped!
umbraco 8 intermittent slow pages
Hi
im having an odd issue where the site is running fine and then randomly pages will take 10s to render, im hosting on azure webapps and have followed the config guides and tried turning off caching etc
when i look at the trace in application analytics i can see the SQL calls are all out of the way within a few ms then its just like umbraco is sat there doing somthing for the other 9.8s
I cannot see a pattern it happens on pages with 1 property on the document type as much as ones with 20.
what is the best way to try and work out the bottleneck?
Many thanks
You could try the Mini Profiler built into Umbraco? There's documentation on using it here:
https://our.umbraco.com/Documentation/Fundamentals/Code/Debugging/
Its really odd, I tried the mini profiler and can see an item that takes 6.5s (after 4 refreshes) but the timings below it dont add up to that value at most the children add upto 0.5s im a little bit stumped!
is working on a reply...