DEV Community

Performance

Tag for content related to software performance.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Measuring startup and shutdown overhead of several code interpreters

Measuring startup and shutdown overhead of several code interpreters

3
Comments 3
4 min read
JVM Profiling in Action

JVM Profiling in Action

2
Comments
4 min read
Time, Space and Complexity

Time, Space and Complexity

3
Comments
13 min read
Why your performance work is not seen

Why your performance work is not seen

7
Comments
6 min read
Leveraging Python's Built-In Decorator for Improved Performance

Leveraging Python's Built-In Decorator for Improved Performance

1
Comments
3 min read
Webpack stats file

Webpack stats file

Comments
6 min read
Enviando notificações com xk6 notification ✉

Enviando notificações com xk6 notification ✉

Comments
5 min read
Your background images might be causing CLS

Your background images might be causing CLS

18
Comments 3
9 min read
C# Regular Expression Benchmarks – How To Avoid My Mistakes!

C# Regular Expression Benchmarks – How To Avoid My Mistakes!

1
Comments
9 min read
INP (Interaction to Next Paint) Dicas para ajudar a melhorar essa métrica do Core Web Vitals

INP (Interaction to Next Paint) Dicas para ajudar a melhorar essa métrica do Core Web Vitals

1
Comments
15 min read
Cutting-Edge Strategies for Minimizing Latency

Cutting-Edge Strategies for Minimizing Latency

1
Comments
2 min read
8 Indexing Strategies to Optimize Database Performance

8 Indexing Strategies to Optimize Database Performance

1
Comments 1
8 min read
Collection Initializer Performance in C# – How To Get An 87% Boost!

Collection Initializer Performance in C# – How To Get An 87% Boost!

2
Comments
11 min read
Are Inline Styles Faster than CSS?

Are Inline Styles Faster than CSS?

7
Comments 1
2 min read
Cost of unnecessary Optional Chaining (and Nullish coalescing operator)

Cost of unnecessary Optional Chaining (and Nullish coalescing operator)

2
Comments
3 min read
How do you check the top IOPs intensive queries in PostgreSQL DB?

How do you check the top IOPs intensive queries in PostgreSQL DB?

Comments
2 min read
Mastering Docker Image Optimization: 6 Strategies for building Lighter, Faster, and Safer images

Mastering Docker Image Optimization: 6 Strategies for building Lighter, Faster, and Safer images

5
Comments 3
4 min read
C# MongoDB Insert Benchmarks – What You Need To Know

C# MongoDB Insert Benchmarks – What You Need To Know

1
Comments 1
6 min read
Optimisation des images Docker: 6 Stratégies clés pour des images plus légeres et plus performantes

Optimisation des images Docker: 6 Stratégies clés pour des images plus légeres et plus performantes

1
Comments
5 min read
MongoDB and Load Balancer Support

MongoDB and Load Balancer Support

Comments
9 min read
.NET: Brincando com ref structs

.NET: Brincando com ref structs

17
Comments
10 min read
Mastering SQL Query Optimization: Techniques for Maximum Database Performance

Mastering SQL Query Optimization: Techniques for Maximum Database Performance

Comments
13 min read
Latest row per group in PostgreSQL

Latest row per group in PostgreSQL

4
Comments
12 min read
Optimizing PostgreSQL Trigger Execution: Balancing Precision with Control

Optimizing PostgreSQL Trigger Execution: Balancing Precision with Control

2
Comments
3 min read
How I fixed my BRUTAL TTFB

How I fixed my BRUTAL TTFB

7
Comments 3
9 min read
Understanding Big O Notation: The Key to Efficient Algorithms

Understanding Big O Notation: The Key to Efficient Algorithms

Comments
2 min read
Micro benchmarking value objects in Ruby: Data.define vs Struct vs OpenStruct

Micro benchmarking value objects in Ruby: Data.define vs Struct vs OpenStruct

5
Comments
4 min read
Maximizing Performance with Lazy Initialization in React useState

Maximizing Performance with Lazy Initialization in React useState

3
Comments 3
2 min read
Maximizando o desempenho com inicialização lenta em React useState

Maximizando o desempenho com inicialização lenta em React useState

1
Comments
3 min read
Low effort image optimization tips

Low effort image optimization tips

2
Comments
7 min read
Big O Notation

Big O Notation

2
Comments
2 min read
Concurrency in JavaScript and the power of Web Workers

Concurrency in JavaScript and the power of Web Workers

50
Comments 5
7 min read
Mastering Performance Testing: Strategies for Ensuring Peak Software Performance

Mastering Performance Testing: Strategies for Ensuring Peak Software Performance

Comments
4 min read
ConstructorInfo – How To Make Reflection in DotNet Faster for Instantiation

ConstructorInfo – How To Make Reflection in DotNet Faster for Instantiation

2
Comments 2
8 min read
Accelerating Web Performance with PHP and JavaScript

Accelerating Web Performance with PHP and JavaScript

3
Comments 1
11 min read
VB6 to .NET migration: Key considerations

VB6 to .NET migration: Key considerations

10
Comments 1
4 min read
Transform Image URLs with a Simple Cloudflare Worker

Transform Image URLs with a Simple Cloudflare Worker

Comments
7 min read
A Ride Through Optimising Legacy Spring Boot Services For High Throughput

A Ride Through Optimising Legacy Spring Boot Services For High Throughput

1
Comments 1
16 min read
Optimize your React’s Carousel with MediaLoader

Optimize your React’s Carousel with MediaLoader

4
Comments
3 min read
Fast SQL Bulk Inserts With C# and EF Core

Fast SQL Bulk Inserts With C# and EF Core

Comments
7 min read
Scale Like a Pro: Essential Strategies for High-Performance Node.js Applications

Scale Like a Pro: Essential Strategies for High-Performance Node.js Applications

Comments
3 min read
Activator.CreateInstance vs Type.InvokeMember – A Clear Winner?

Activator.CreateInstance vs Type.InvokeMember – A Clear Winner?

2
Comments
9 min read
6 times faster loops in Javascript

6 times faster loops in Javascript

7
Comments 14
3 min read
Wednesday Links - Edition 2024-02-14 ❤️🤦🏻

Wednesday Links - Edition 2024-02-14 ❤️🤦🏻

Comments
1 min read
Memory leaks in Go

Memory leaks in Go

51
Comments
7 min read
Take control over your media loading

Take control over your media loading

1
Comments
4 min read
Camino a ser experto en web performance - Cultura del Performance

Camino a ser experto en web performance - Cultura del Performance

9
Comments
5 min read
One Billion Row Challenge in Golang - From 95s to 1.96s

One Billion Row Challenge in Golang - From 95s to 1.96s

13
Comments 1
29 min read
Deep Dive into Web Performance: Mastering LCP Optimization for SEO Success

Deep Dive into Web Performance: Mastering LCP Optimization for SEO Success

9
Comments
13 min read
What is INP and why you should care

What is INP and why you should care

26
Comments 3
7 min read
React Compiler & React 19 - forget about memoization soon?

React Compiler & React 19 - forget about memoization soon?

9
Comments 1
7 min read
10x API Start-up Boost

10x API Start-up Boost

Comments
2 min read
Android Device Testing: Ensuring Quality and Performance

Android Device Testing: Ensuring Quality and Performance

1
Comments
8 min read
Gerando dados com K6 utilizando xk6-faker

Gerando dados com K6 utilizando xk6-faker

Comments
6 min read
The Upper Limits of WebAssembly Net Performance

The Upper Limits of WebAssembly Net Performance

Comments
10 min read
How to Use BenchmarkDotNet: 6 Simple Performance-Boosting Tips to Get Started

How to Use BenchmarkDotNet: 6 Simple Performance-Boosting Tips to Get Started

1
Comments 2
11 min read
Camino a ser experto en web performance - Performance budgets

Camino a ser experto en web performance - Performance budgets

5
Comments 1
7 min read
useSelector performance pitfall

useSelector performance pitfall

Comments
2 min read
How we handled MySQL deadlocks in Productive - Part 1

How we handled MySQL deadlocks in Productive - Part 1

51
Comments
6 min read
How to use pgbench to test PostgreSQL® performance

How to use pgbench to test PostgreSQL® performance

2
Comments
5 min read
loading...