Submitted Questions

  • Check the ASP.NET site performance

    What approach you take to check the ASP.NET site performance and remedy for it.

    Shrikant B

    • May 18th, 2016

    Below are the steps that we can follow for the website improvement:
    A) JS/CSS minification.
    B) Use Sprite images.
    C) GZIP compression.
    D) Use caching
    F) Use async call for the ERPs.
    G) Use Bundling and Minification.