kepazon / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Init is slow sometimes and page load ajax requests are not profiled #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a page which has an ajax call on page load after the profiler scripts 
are included.

What is the expected output? 
I expect profiler to be initialised before my ajax scripts run, sometimes it 
works fine, other times not. I fall back to putting a 50ms sleep before running 
my ajax calls and it works all the time. I tried having the script include at 
the top of the page too with the same results it sometimes just does not 
initialize before my scripts are called, would be nice if there was a way to 
render script includes without yepnope so I can be 100% sure it is initialized 
before my scripts are included, unless there is a better way.

What version of the product are you using? On what operating system?
1.7

Original issue reported on code.google.com by stefan.s...@gmail.com on 28 Jul 2011 at 2:37

GoogleCodeExporter commented 9 years ago
yepnope is totally removed from latest... does it resolve your issue? 

Original comment by sam.saff...@gmail.com on 29 Aug 2011 at 2:50

GoogleCodeExporter commented 9 years ago
I think this is fixed now, closing

Original comment by sam.saff...@gmail.com on 14 Feb 2012 at 4:40