DEV Community

Performance

Tag for content related to software performance.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Tips, Trick And Best Practices JavaScript

Tips, Trick And Best Practices JavaScript

102
Comments
3 min read
What Is My [Server] Throughput? (One-Click Audit)

What Is My [Server] Throughput? (One-Click Audit)

8
Comments 2
2 min read
Introduction to NoSQL (with Pros & Cons)

Introduction to NoSQL (with Pros & Cons)

3
Comments
6 min read
Raw SQL vs Rails Queries

Raw SQL vs Rails Queries

12
Comments
2 min read
How my blog got almost perfect lighthouse results

How my blog got almost perfect lighthouse results

6
Comments
2 min read
Do you follow any coding conventions/standards?

Do you follow any coding conventions/standards?

4
Comments 12
1 min read
Optimizing performance of PHP app that sends an external request

Optimizing performance of PHP app that sends an external request

6
Comments
7 min read
High Performance Images: 2022 Guide

High Performance Images: 2022 Guide

98
Comments 1
7 min read
Web Performance Case Study: webpack splitChunks

Web Performance Case Study: webpack splitChunks

10
Comments
3 min read
Avoiding unnecessary network requests with Apollo Client

Avoiding unnecessary network requests with Apollo Client

31
Comments
2 min read
AB Test jQuery Performance Cheat Sheet

AB Test jQuery Performance Cheat Sheet

4
Comments
2 min read
Lazy-loading React components—no rocket science

Lazy-loading React components—no rocket science

97
Comments 7
5 min read
Distributed Load Testing in JMeter using VirtualBox

Distributed Load Testing in JMeter using VirtualBox

6
Comments 1
15 min read
How to Eliminate Render Blocking JavaScript using async and defer?

How to Eliminate Render Blocking JavaScript using async and defer?

45
Comments 3
3 min read
Throttling vs Debouncing - an interesting analogy

Throttling vs Debouncing - an interesting analogy

45
Comments 3
4 min read
The 50,000px Rule: or, Minimum Sizing for High-Resolution Web Images

The 50,000px Rule: or, Minimum Sizing for High-Resolution Web Images

3
Comments 1
3 min read
Beware The Missing Foreign Key Index: A Postgres Performance Gotcha

Beware The Missing Foreign Key Index: A Postgres Performance Gotcha

96
Comments 6
12 min read
Animations with React: How a simple component can affect your performance

Animations with React: How a simple component can affect your performance

6
Comments
7 min read
Spread Operator: don't misuse it

Spread Operator: don't misuse it

10
Comments 2
2 min read
C#/.NET Method Call Performance - Facts

C#/.NET Method Call Performance - Facts

8
Comments 3
2 min read
Improving the GraphQL.NET Data Loader Execution Strategy

Improving the GraphQL.NET Data Loader Execution Strategy

6
Comments 1
5 min read
Convert multiple images to WebP in JavaScript

Convert multiple images to WebP in JavaScript

5
Comments
3 min read
How we achieved write speeds of 1.4 million rows per second

How we achieved write speeds of 1.4 million rows per second

38
Comments 1
6 min read
Optimizing recursive functions 🚀🚀

Optimizing recursive functions 🚀🚀

9
Comments
11 min read
Benchmarking in .NET or How I Learned to Stop Worrying and Love Perf Regression Testing

Benchmarking in .NET or How I Learned to Stop Worrying and Love Perf Regression Testing

6
Comments 1
7 min read
Measuring performance using BenchmarkDotNet - Part 3 Breaking Builds

Measuring performance using BenchmarkDotNet - Part 3 Breaking Builds

6
Comments
6 min read
Great Moments in Application Monitoring

Great Moments in Application Monitoring

3
Comments
3 min read
How we resolved a memory leak on our website

How we resolved a memory leak on our website

55
Comments
8 min read
Using Cache-Control and CDNs to Improve Performance and Reduce Latency

Using Cache-Control and CDNs to Improve Performance and Reduce Latency

7
Comments
9 min read
Using await in loop cause performance issues

Using await in loop cause performance issues

14
Comments 2
3 min read
Fix Your First Contentful Paint: Cheat Sheet

Fix Your First Contentful Paint: Cheat Sheet

6
Comments
5 min read
5 performance improvement tips for asp.net core web applications

5 performance improvement tips for asp.net core web applications

6
Comments
5 min read
Data Fetching in Next.js

Data Fetching in Next.js

9
Comments
3 min read
🛒Of Tescos and semaphores 🚦

🛒Of Tescos and semaphores 🚦

2
Comments
3 min read
Honeycomb, why are my service's requests so slow?!

Honeycomb, why are my service's requests so slow?!

4
Comments
5 min read
Why Regular Expressions Are Super Powerful, But A Terrible Coding Decision

Why Regular Expressions Are Super Powerful, But A Terrible Coding Decision

21
Comments 8
3 min read
Lighthouse Ă© meu pastor...

Lighthouse Ă© meu pastor...

6
Comments
6 min read
Performance Engineering. Intro

Performance Engineering. Intro

3
Comments
19 min read
Understanding MongoDB Indexes

Understanding MongoDB Indexes

6
Comments 1
7 min read
Performance budgets for web - how to manage the end to end process

Performance budgets for web - how to manage the end to end process

2
Comments
3 min read
Super Simple List Virtualization in React with IntersectionObserver

Super Simple List Virtualization in React with IntersectionObserver

13
Comments 1
6 min read
Using First Contentful Paint - FCP

Using First Contentful Paint - FCP

6
Comments
4 min read
Common Web Performance Tools

Common Web Performance Tools

28
Comments 1
3 min read
How not to do layouts in Next.js

How not to do layouts in Next.js

8
Comments
6 min read
HTTP caching is a superpower

HTTP caching is a superpower

7
Comments 2
11 min read
What's new in LoadRunner Professional 2021 R1?

What's new in LoadRunner Professional 2021 R1?

4
Comments
4 min read
In defense of being premature

In defense of being premature

5
Comments 2
19 min read
Angular Change Detection Infographic

Angular Change Detection Infographic

10
Comments
1 min read
Kinds of Web Performance Data

Kinds of Web Performance Data

7
Comments
3 min read
Ordering fuzzy search results by relevancy using trigrams

Ordering fuzzy search results by relevancy using trigrams

5
Comments
5 min read
Improving Django View Performance with Async Support

Improving Django View Performance with Async Support

13
Comments
4 min read
Performance🚀 hype🤓

Performance🚀 hype🤓

3
Comments 1
2 min read
Techniques to scale your Relational Databases - Part 1

Techniques to scale your Relational Databases - Part 1

4
Comments
3 min read
Best CLS Practices for Images

Best CLS Practices for Images

6
Comments
4 min read
Intro to Testing ASP.NET APIs with k6 - When Unit Tests Meet Load Testing

Intro to Testing ASP.NET APIs with k6 - When Unit Tests Meet Load Testing

24
Comments 2
14 min read
Web Performance Metrics

Web Performance Metrics

8
Comments
5 min read
Trust performance advice... but verify.

Trust performance advice... but verify.

3
Comments
2 min read
Trading memory for fewer allocations.

Trading memory for fewer allocations.

3
Comments
2 min read
Don't leave easy performance wins on the table.

Don't leave easy performance wins on the table.

2
Comments
3 min read
C++ Data Structures - Stacks, queues, sets, and maps.

C++ Data Structures - Stacks, queues, sets, and maps.

20
Comments
7 min read
loading...