DEV Community

Performance

Tag for content related to software performance.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
What’s the difference between API Latency and API Response Time?

What’s the difference between API Latency and API Response Time?

3
Comments
5 min read
7 Tips to Optimise Postgres query performance

7 Tips to Optimise Postgres query performance

1
Comments
1 min read
Indexes 101: What They Are, Why They Matter, and How to Use Them in PostgreSQL

Indexes 101: What They Are, Why They Matter, and How to Use Them in PostgreSQL

2
Comments
6 min read
Python del vs assigning to None

Python del vs assigning to None

2
Comments
3 min read
Using HTTP Headers for faster Responses

Using HTTP Headers for faster Responses

107
Comments 1
3 min read
Loading chunks on demand - beyond the router (part 2)

Loading chunks on demand - beyond the router (part 2)

5
Comments
4 min read
10 Simple Ways To Speed Up Your Python Code

10 Simple Ways To Speed Up Your Python Code

11
Comments
6 min read
Optimizing performance: how our extension became lightning fast

Optimizing performance: how our extension became lightning fast

5
Comments
6 min read
Postgres. How to check the top queries that use temporary files?

Postgres. How to check the top queries that use temporary files?

1
Comments
1 min read
Measuring performance impact of pagination in video apps

Measuring performance impact of pagination in video apps

Comments
9 min read
Transactions Per Second (TPS)

Transactions Per Second (TPS)

14
Comments
5 min read
Next.js Image Optimization Checklist With Examples

Next.js Image Optimization Checklist With Examples

Comments
5 min read
Introducing the Apache JMeter Docker Extension

Introducing the Apache JMeter Docker Extension

7
Comments
12 min read
Nos 10 Astuces d’optimisation pour améliorer la vitesse de votre site web

Nos 10 Astuces d’optimisation pour améliorer la vitesse de votre site web

Comments 1
6 min read
Monitor Website Response Time with cURL [command example]

Monitor Website Response Time with cURL [command example]

Comments
2 min read
Virtual Scrolling in React: Implementation from scratch and using react-window

Virtual Scrolling in React: Implementation from scratch and using react-window

5
Comments
7 min read
Exploring Rendering Strategies: CSR, SSR, SSG, and ISR

Exploring Rendering Strategies: CSR, SSR, SSG, and ISR

3
Comments
6 min read
A Hybrid Approach to Performance Testing [Testμ 2023]

A Hybrid Approach to Performance Testing [Testμ 2023]

Comments
6 min read
Non-Blocking Spring Boot Applications Using Kotlin Coroutines — Is It Worth It?

Non-Blocking Spring Boot Applications Using Kotlin Coroutines — Is It Worth It?

3
Comments
7 min read
Memoization in Modern Ruby: How a Shape-Based Approach to Instance Variables Lookup Impacts Performance.

Memoization in Modern Ruby: How a Shape-Based Approach to Instance Variables Lookup Impacts Performance.

Comments
2 min read
How to Optimize MySQL Tables: A Comprehensive Guide

How to Optimize MySQL Tables: A Comprehensive Guide

19
Comments
10 min read
Manacher's Algorithm - Linear Time Solution for Longest Palindrome Problem

Manacher's Algorithm - Linear Time Solution for Longest Palindrome Problem

2
Comments
13 min read
Why you should start profiling your application on the production

Why you should start profiling your application on the production

2
Comments
4 min read
Unveiling the 16 Pivotal Mobile App KPIs for Stellar Performance

Unveiling the 16 Pivotal Mobile App KPIs for Stellar Performance

5
Comments
4 min read
Solving Race Conditions in Python: A Mutex Approach for Efficiency

Solving Race Conditions in Python: A Mutex Approach for Efficiency

4
Comments
9 min read
loading...