mishrsud / mvc-mini-profiler

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

Automatically write to long term storage #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. MiniProfiler.Settings.LongTermStorage = new 
SqlServerStorage(ConfigurationManager.ConnectionStrings["bla"].ConnectionString)
;
2. Profile a page
3. Do not click on the 'share' link

What is the expected output? What do you see instead?
I expect it to automatically also log to the long term storage, without me 
needing to load the result page.

What version of the product are you using? On what operating system?
1.4.4195.37960. Windows 7 SP1 x64.

Please provide any additional information below.

Original issue reported on code.google.com by Michaelv...@gmail.com on 30 Jun 2011 at 8:25

GoogleCodeExporter commented 8 years ago
I am using the mvc-mini-profiler in a ASP.NET 4.0 webforms webapp. Entity 
Framework 4.0.

Original comment by Michaelv...@gmail.com on 30 Jun 2011 at 9:09

GoogleCodeExporter commented 8 years ago
We're looking at refactoring how storage is done - basically, only have 
long-term storage, since the data we're talking about here is tiny.

This will be a breaking change for anyone that has set the short or long term 
storage setting, e.g. MiniProfiler.Settings.ShortTermStorage.

Original comment by jarrod.m.dixon on 30 Jun 2011 at 11:34

GoogleCodeExporter commented 8 years ago

Original comment by jarrod.m.dixon on 11 Jul 2011 at 4:37