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, CSS at the top. •Consider CSS sprites for icons and other "small" graphics.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
•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, CSS at the top.
•Consider CSS sprites for icons and other "small" graphics.