-
Notifications
You must be signed in to change notification settings - Fork 45
/
index.html
86 lines (77 loc) · 5.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="MiniProfiler: A simple but effective mini-profiler for .NET and Ruby" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<link rel="nuget" type="application/rsd+xml" href="https://www.myget.org/Discovery/Feed/miniprofiler/" />
<title>MiniProfiler: A simple but effective mini-profiler for .NET and Ruby</title>
</head>
<body>
<div class="row dark-row">
<header class="col-md-8 col-md-offset-2">
<h1>MiniProfiler</h1>
</header>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p>A simple but effective mini-profiler for <a href="https://github.com/MiniProfiler/dotnet">.NET</a>, <a href="https://github.com/MiniProfiler/rack-mini-profiler">Ruby</a>, <a href="https://github.com/MiniProfiler/go">Go</a> and <a href="https://github.com/MiniProfiler/node">Node.js</a>.</p>
<h3>What does it profile?</h3>
<p>MiniProfiler does <b>not</b> attach itself to every single method call; that would be too invasive and wouldn't focus on the biggest performance issues. Instead, it provides:</p>
<ul>
<li>An ADO.NET profiler, capable of profiling calls on raw ADO.NET (SQL Server, Oracle, etc), LINQ-to-SQL, Entity Framework (including Code First and EF Core), and a range of other data access scenarios.</li>
<li>A pragmatic <a href="https://miniprofiler.com/dotnet/HowTo/ProfileCode"><code>Step</code> instrumentation</a> that you can add to code you want to explicitly profile.</li>
</ul>
<p>Simple. Fast. Pragmatic. Useful. Here's an example of what MiniProfiler for .NET looks like:</p>
<div class="row">
<div class="col-md-6 col-sm-12">
<img src="https://miniprofiler.com/dotnet/images/Popup.png" />
</div>
<div class="col-md-6 col-sm-12">
<img src="https://miniprofiler.com/dotnet/images/Timings.png" />
</div>
</div>
<h2>Getting Started on .NET</h2>
<p>MiniProfiler for .NET supports both .NET Full Framework and .NET Core.
<a href="https://github.com/MiniProfiler/dotnet">The project lives on GitHub here</a> and
<a href="https://miniprofiler.com/dotnet/">documentation and getting started are here</a>.</p>
<ul>
<li><a href="https://miniprofiler.com/dotnet/">Overview</a></li>
<li><a href="https://miniprofiler.com/dotnet/Releases">Release Notes</a></li>
<li><a href="https://miniprofiler.com/dotnet/AspDotNet">Profiling ASP.NET</a></li>
<li><a href="https://miniprofiler.com/dotnet/AspDotNetCore">Profiling ASP.NET Core</a></li>
<li><a href="https://miniprofiler.com/dotnet/HowTo/ProfileCode">How to Profile Code</a></li>
<li><a href="https://miniprofiler.com/dotnet/HowTo/ProfileEFCore">Profiling EF Core</a></li>
<li><a href="https://miniprofiler.com/dotnet/HowTo/ProfileEF6">Profiling Entity Framework 6</a></li>
<li><a href="https://miniprofiler.com/dotnet/HowTo/ProfileSql">Profiling SQL Server</a></li>
<li><a href="https://miniprofiler.com/dotnet/HowTo/UpgradeFromV3">Upgrading from MiniProfiler v3 to v4</a></li>
</ul>
<h2>Getting Started on Ruby</h2>
<p>The MiniProfiler for Ruby project <a href="https://github.com/MiniProfiler/rack-mini-profiler">lives on GitHub here</a>. For Ruby documentation, see <a href="https://github.com/MiniProfiler/rack-mini-profiler">GitHub</a> and <a href="https://samsaffron.com/archive/2012/07/12/miniprofiler-ruby-edition">Sams blog post</a>.</p>
<p>Discussion and KB live at <a href="https://community.miniprofiler.com">community.miniprofiler.com</a> or on <a href="https://stackoverflow.com/questions/tagged/mini-profiler">Stack Overflow</a>. View <a href="https://github.com/MiniProfiler/rack-mini-profiler/releases">releases</a> and feel free to submit Pull Requests and Issues on GitHub.</p>
<h3>Where is MiniProfiler used?</h3>
<p>MiniProfiler was designed by the team at <a href="https://stackoverflow.com">Stack Overflow</a>. It is in production use there and on the <a href="https://stackexchange.com">Stack Exchange</a> family of sites. </p>
<p>If you have other questions, please ask them on <a href="https://stackoverflow.com/questions/tagged/mini-profiler">Stack Overflow</a> or <a href="https://community.miniprofiler.com">community.miniprofiler.com</a>.</p>
</div>
</div>
<div class="row dark-row">
<footer class="col-md-8 col-md-offset-2">
<p class="copyright">MiniProfiler maintained by <a href="https://github.com/orgs/MiniProfiler/people">The Team</a></p>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45877749-2', 'miniprofiler.com');
ga('send', 'pageview');
</script>
</body>
</html>