I've tried every solution on StackOverflow so far and I can't get it to get an acceptable performance.
I'm in the developing process (not even close to publish), each time I change a single character on a .cshtml
file and reload the browser, it takes half a minute or more to reload.
What is wrong? I haven't tweaked any setting other than Edit and Continue under Web/debugger property (because that was one answer in StackOverflow) after the project was generated from scratch.
EDIT 1:
The controller method is defined as the following:
public ActionResult Create() { return View(); }
The page took 2 minutes
in loading as per Google Chrome network statistics (in localhost) with a size of 6KB, and it happened after I modified the css classname
for 3 <input>
tags