Introduction to mvcminiprofiler

Source: Internet
Author: User

MVC miniprofiler is a small Performance Analysis of ASP. net mvc designed by the stack overflow team.Program. You can monitor a page and other pages accessed through direct reference, Ajax, and IFRAME. The monitoring content includes the database content, the SQL statements used to access the database (EF and EF codefirst are supported) are displayed ). And displayed on the page in a friendly way.

Nuget can be used for installation.

Configuration and use can see here: http://code.google.com/p/mvc-mini-profiler/

Other tips:

Set in application_start

Change the path of the file generated by Profiler, including JS and the data file generated accordingly.

 
1:Miniprofiler. settings. routebasepath ="~ /Scripts";

Ignore the monitored path (if the original default value is not retained, the path cannot be Union)

 
1:Miniprofiler. settings. ignoredpaths =

2:New[] {"/Style /","/Images /","/Menu /","/Menu /"}

 
3:. Union (miniprofiler. settings. ignoredpaths)

 
4:. Toarray ();

Format SQL Mode

 
1:Miniprofiler. settings. sqlformatter =NewMvcminiprofiler. sqlformatters. inlineformatter ();

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.