-3

I developed my website using ASP.Net MVC, While using Google Page Speed Insight, it shows following page load time speed issue.

How to speed up the page load time?

Google Page Speed Insight

2
  • Are you using IIS to host website? Are you using Entity Framework to connect into database. How about Javascripts, do you have lots of Javascript libraries which are defined in head section of html page? Commented Nov 3, 2018 at 7:21
  • i am not using entity framework. i have maintained bundle for javascript and css. and in the head section only two javascripts are binding using bundle.config Commented Nov 3, 2018 at 8:24

1 Answer 1

1

Hello please use some functionality in coding side

  1. Application Caching(where it required basic tutorial)
  2. Optimize Your Images(use thumbnails if possible)
  3. please add Bundling (Bundle/Minify JavaScript/CSS)
  4. Use AJAX When You Can
  5. For IIS settings please go through this link discussion
  6. Load CSS first and JS in last
  7. please CDN for external JS
  8. If Using entity framework then use async call and improve performance of sql query
Sign up to request clarification or add additional context in comments.

7 Comments

hi.., i have maintained static caching, and images are also been optimized. bundling has also been performed for minification of JS and CSS
rather it has taking too much time to load full page
please suggest any other option, how can i minimize page load time
please let me know which type of database connectivity you use and other information of page so it will help us get batter idea of actual problem
if data manipulation is taking time while loading then its better load that data using async ajax method after page load is completed
|

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.