TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Web Performance
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Chris Love (3)
Sateesh Arveti (2)
Mohammad Rabie (1)
Adarsh Nigam (1)
Shilpa Tanwar (1)
Ankush Bindra (1)
Simran Verma (1)
Deepak Rawat (1)
Related resources for Web Performance
No resource found
Caching HTML Tags Using WebForms Core Technology
10/22/2024 8:31:41 AM.
In this article, we teach how to cache static HTML tags (header, footer, right and left menus, etc.) in the user's browser by using WebForms Core technology in the CodeBehind framework.
Optimizing JavaScript with Debouncing
8/13/2024 5:47:14 AM.
This guide delves into optimizing JavaScript performance using debouncing techniques, which help prevent excessive function calls during high-frequency events like scrolling or resizing.
Optimizing Performance in Next.js
8/8/2024 10:06:30 AM.
Performance is crucial in web development, and Next.js offers several tools and strategies to ensure your application runs efficiently. This article covers essential techniques for optimizing performa
Check .NET Application Performance Using Performance Optimization
5/8/2024 9:56:23 AM.
Optimize your .NET app's performance by analyzing bottlenecks, monitoring resource usage, and fine-tuning code for efficient CPU and memory utilization. Employ profiling tools and performance coun
Improve site performance by inlining your CSS
6/30/2023 10:04:42 AM.
Inline CSS
CLS: Enhancing User Satisfaction and Conversion Rates on Your Website
6/24/2023 12:09:57 PM.
Discover how addressing Cumulative Layout Shift (CLS) improves user satisfaction and boosts conversion rates. Learn effective strategies to optimize web performance.
How we can optimize SVG Files for Web Performance?
6/9/2023 9:16:14 AM.
How we can optimize SVG Files for Web Performance Complete Guide
A Web Performance Audit Of C# Corner
12/29/2017 11:58:23 AM.
A recent article on C# Corner brought the attention to performance issues due to legacy hardware that was causing the site not to scale well to meet its growing demand.
An Introduction to Service Worker Pre-Caching Tutorial
11/30/2017 7:53:28 AM.
One of the keys to creating a instant loading web site that works offline is caching static and common assets quickly. This is called pre-caching. This video demonstrates how to add simple service wor
Look at Load Testing in Visual Studio 2012
10/16/2013 2:11:00 PM.
Here, we will look into steps to be followed for performing a load test with a specific number of virtual users within VS 2012.
Look at Web Performance Test in Visual Studio 2012
10/8/2013 12:02:36 PM.
In this article, we will look into Web Performance testing, its purpose and how to use it.