---
title: "how to reduce page load time in asp.net"  
description: "how to reduce page load time in asp.net"  
author: "Milin Narkhede"  
published: 2015-03-07  
updated: 2015-03-07  
canonical: https://www.mindstick.com/forum/13005/how-to-reduce-page-load-time-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# how to reduce page load time in asp.net

In the [internet](https://www.mindstick.com/articles/44650/what-should-you-do-during-an-internet-outage) i have used several type but i have not [success](https://www.mindstick.com/articles/12957/best-tips-to-make-your-ghostwriting-experience-a-success) that so please help in ....\
how to reduce [page load](https://www.mindstick.com/articles/12909/how-to-open-first-time-popup-on-page-load-in-website) time in [asp.net](https://www.mindstick.com/articles/934/default-folders-available-inside-the-asp-dot-net-application-folder) ..\

## Replies

### Reply by John Smith

See following points\
•Caching is key to performance, consider your caching strategy very carefully.\
•Disable viewstate if possible.\
•Set <compilation debug=”false"> in web.config when deploying the app.\
•Consider CDN's or subdomains for graphics and other static content.\
•Place javascript at the bottom of the [page](https://www.mindstick.com/articles/13031/why-to-make-a-wikipedia-page), CSS at the top.\
•Consider CSS sprites for icons and other "small" graphics.\


---

Original Source: https://www.mindstick.com/forum/13005/how-to-reduce-page-load-time-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
