DEV Community

Performance

Tag for content related to software performance.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Understanding Garbage Collection: Simplified

Understanding Garbage Collection: Simplified

Comments
2 min read
Lessons while building a static website

Lessons while building a static website

3
Comments
2 min read
Journey to the Fastest Streaming JSON Decoder In Go

Journey to the Fastest Streaming JSON Decoder In Go

4
Comments
6 min read
Automatic Responsive Image Generation with an Astro Hook

Automatic Responsive Image Generation with an Astro Hook

3
Comments
5 min read
How We Sped Up Rubocop Linting in our CI by 22x

How We Sped Up Rubocop Linting in our CI by 22x

7
Comments
5 min read
CleverImage Astro Component for My Responsive Images

CleverImage Astro Component for My Responsive Images

Comments
4 min read
I Boosted the Site's Performance with Better Images

I Boosted the Site's Performance with Better Images

Comments
1 min read
Improving Vitest Performance

Improving Vitest Performance

29
Comments 2
4 min read
The Ultimate Guide to Agile Software Development

The Ultimate Guide to Agile Software Development

21
Comments 6
6 min read
Speeding up B2B pricing on your website

Speeding up B2B pricing on your website

16
Comments
7 min read
You don't need zero JS website for a perfect Lighthouse score

You don't need zero JS website for a perfect Lighthouse score

5
Comments 1
4 min read
Improving Laravel Performance with the 80/20 Rule

Improving Laravel Performance with the 80/20 Rule

3
Comments
6 min read
Unlocking your website's potential: eliminate render-blocking resources

Unlocking your website's potential: eliminate render-blocking resources

Comments 2
3 min read
Tips and tricks for optimizing Python code performance (Part 1)

Tips and tricks for optimizing Python code performance (Part 1)

Comments 1
5 min read
Frontend Web Performance Checklist

Frontend Web Performance Checklist

118
Comments 3
6 min read
Utilizando Stackspot na criação de testes de performance com K6🏋️‍♂️

Utilizando Stackspot na criação de testes de performance com K6🏋️‍♂️

1
Comments
8 min read
CDNs: Speed Up Performance by Reducing Latency

CDNs: Speed Up Performance by Reducing Latency

1
Comments
8 min read
How to monitor URQL performance and link with database queries ?

How to monitor URQL performance and link with database queries ?

1
Comments
1 min read
Ruby Benchmarking

Ruby Benchmarking

1
Comments
2 min read
Say no to "flickering" UI: useLayoutEffect, painting and browsers story

Say no to "flickering" UI: useLayoutEffect, painting and browsers story

9
Comments 2
15 min read
The Power of Metrics-Driven Development: How to Build Better Products

The Power of Metrics-Driven Development: How to Build Better Products

Comments
9 min read
Automatic batching for better performance

Automatic batching for better performance

1
Comments
1 min read
Make Your Website's User Experience Better with React Suspense

Make Your Website's User Experience Better with React Suspense

2
Comments
10 min read
Best Practices When Designing AWS Architecture: Reliability and Performance Efficiency

Best Practices When Designing AWS Architecture: Reliability and Performance Efficiency

4
Comments
1 min read
10 most important Metrics you must know as a DevOps Engineer

10 most important Metrics you must know as a DevOps Engineer

1
Comments 2
2 min read
5 Tips to Optimize Your Ruby on Rails App's Performance

5 Tips to Optimize Your Ruby on Rails App's Performance

6
Comments
2 min read
Leveraging Cache to improve Web Performance

Leveraging Cache to improve Web Performance

43
Comments 4
6 min read
5 Key Tips to Boost Your ReactJS Performance 🚀

5 Key Tips to Boost Your ReactJS Performance 🚀

4
Comments
2 min read
Benchmarking Laravel Helpers: A Performance Comparison

Benchmarking Laravel Helpers: A Performance Comparison

Comments
3 min read
Why I Like Using Maps (and WeakMaps) for Handling DOM Nodes

Why I Like Using Maps (and WeakMaps) for Handling DOM Nodes

1
Comments 1
6 min read
k6, a library that wants to break your applications

k6, a library that wants to break your applications

1
Comments
3 min read
Improving React Performance: Dealing with Input Lag

Improving React Performance: Dealing with Input Lag

2
Comments
3 min read
Introducing APIrank.dev algorithm update - a better benchmark of 7000+ Public APIs on the internet

Introducing APIrank.dev algorithm update - a better benchmark of 7000+ Public APIs on the internet

10
Comments
1 min read
Inventory roles performance improvements

Inventory roles performance improvements

Comments
8 min read
13 Rules I Follow When Writing CSS To Make It Concise and Readable🚀💡

13 Rules I Follow When Writing CSS To Make It Concise and Readable🚀💡

32
Comments 4
3 min read
Maximize Performance with Load-on-Demand and Virtualization Features in Essential JS 2 TreeGrid

Maximize Performance with Load-on-Demand and Virtualization Features in Essential JS 2 TreeGrid

Comments
6 min read
Maximizing Performance in SQL Server: Best Practices for avoiding Locking and Blocking

Maximizing Performance in SQL Server: Best Practices for avoiding Locking and Blocking

1
Comments
5 min read
Ruby YJIT at Underdog

Ruby YJIT at Underdog

4
Comments
4 min read
How to measure performance of PostgreSQL Database Server(s)?

How to measure performance of PostgreSQL Database Server(s)?

4
Comments
5 min read
Optimizing images in JS apps with IPX

Optimizing images in JS apps with IPX

16
Comments 2
2 min read
Otimizando chamadas assincronas com Task.WhenAll

Otimizando chamadas assincronas com Task.WhenAll

2
Comments
2 min read
Por que você deveria aprender Crystal?

Por que você deveria aprender Crystal?

22
Comments 4
3 min read
Why should you learn Crystal?

Why should you learn Crystal?

17
Comments 2
3 min read
Mastering Time Complexity in Ruby: A Comprehensive Guide with Code Examples and Tests

Mastering Time Complexity in Ruby: A Comprehensive Guide with Code Examples and Tests

23
Comments
7 min read
Beyond Angular Signals: Signals & Custom Render Strategies

Beyond Angular Signals: Signals & Custom Render Strategies

23
Comments 3
10 min read
Discussão sobre o Advent of Code 2022 - Dia 11: Complexidade de operações com números grandes

Discussão sobre o Advent of Code 2022 - Dia 11: Complexidade de operações com números grandes

Comments
5 min read
Talking about performance, profiling, testing and other stuff

Talking about performance, profiling, testing and other stuff

2
Comments
5 min read
Solving Common Performance Issues in Django REST Framework

Solving Common Performance Issues in Django REST Framework

Comments
5 min read
Elegant Memoization with Ruby’s .tap Method

Elegant Memoization with Ruby’s .tap Method

Comments
5 min read
When Direct DOM Manipulation Outperforms React State Management

When Direct DOM Manipulation Outperforms React State Management

1
Comments
3 min read
Ultimate List of Chrome Extensions

Ultimate List of Chrome Extensions

12
Comments 2
43 min read
Debouncing De-coded

Debouncing De-coded

1
Comments
2 min read
Relearning Java Thread Primitives

Relearning Java Thread Primitives

11
Comments
7 min read
Exponential Backoff with Elixir

Exponential Backoff with Elixir

5
Comments
7 min read
Immutability vs. Mutability in JavaScript: Performance Trade-offs and the Role of JIT

Immutability vs. Mutability in JavaScript: Performance Trade-offs and the Role of JIT

1
Comments
2 min read
5 More JavaScript Performance Gotchas

5 More JavaScript Performance Gotchas

1
Comments
3 min read
A beginner's guide to Termius: the ultimate terminal

A beginner's guide to Termius: the ultimate terminal

69
Comments 10
3 min read
Options for Navigating JavaScript's Event Loop

Options for Navigating JavaScript's Event Loop

Comments
12 min read
Useful ReactJS links - Study Guide

Useful ReactJS links - Study Guide

9
Comments 1
32 min read
SVG is a lie.

SVG is a lie.

2
Comments
4 min read
loading...