DEV Community

Performance

Tag for content related to software performance.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Faster Than Requests

Faster Than Requests

57
Comments 10
2 min read
Measuring Interactivity with TTI: Time To (consistently) Interactive

Measuring Interactivity with TTI: Time To (consistently) Interactive

9
Comments
16 min read
A Practical Guide To Optimizing Performance On The Web

A Practical Guide To Optimizing Performance On The Web

230
Comments 7
6 min read
Network-aware Preloading Strategy for Angular Lazy Loading

Network-aware Preloading Strategy for Angular Lazy Loading

99
Comments 8
3 min read
Maybe I Should Have Just Used create-react-app

Maybe I Should Have Just Used create-react-app

56
Comments 28
4 min read
Improving PostgreSQL queries

Improving PostgreSQL queries

233
Comments 6
23 min read
I created react hooks for reducing re-rendering caused of statement change.

I created react hooks for reducing re-rendering caused of statement change.

5
Comments 1
1 min read
Speed up your Next.js build with one simple step

Speed up your Next.js build with one simple step

14
Comments
2 min read
5 Tips and Tricks for Firefox DevTools - Network Monitor

5 Tips and Tricks for Firefox DevTools - Network Monitor

13
Comments
3 min read
Fast array reversal with SIMD!

Fast array reversal with SIMD!

25
Comments 2
24 min read
Differential Serving

Differential Serving

30
Comments 6
4 min read
Quicklink - a small JS library to fast load subsequent pages and improve user experience

Quicklink - a small JS library to fast load subsequent pages and improve user experience

8
Comments
2 min read
Array.map() much slower than for loop

Array.map() much slower than for loop

44
Comments 15
1 min read
7 Tips to Optimize Xamarin Charts Performance

7 Tips to Optimize Xamarin Charts Performance

5
Comments
6 min read
Lazy load Angular Components

Lazy load Angular Components

25
Comments
2 min read
Is your Django app slow? Think like a data scientist, not an engineer

Is your Django app slow? Think like a data scientist, not an engineer

125
Comments 4
7 min read
Performance Profiling Your Node.js Application at Runtime

Performance Profiling Your Node.js Application at Runtime

22
Comments 2
14 min read
React.lazy API in 60 seconds (Code-Splitting with Suspense) 00:56

React.lazy API in 60 seconds (Code-Splitting with Suspense)

120
Comments 13
1 min read
How to optimize your JavaScript apps using Loops

How to optimize your JavaScript apps using Loops

10
Comments
4 min read
Avoid recomputing heavy tasks by leveraging memoization in javascript

Avoid recomputing heavy tasks by leveraging memoization in javascript

15
Comments 1
5 min read
A Pedant's Experiment on Optimizing Callback Functions for Array Iteration

A Pedant's Experiment on Optimizing Callback Functions for Array Iteration

36
Comments 8
9 min read
Faster Renders with React.memo

Faster Renders with React.memo

24
Comments 1
4 min read
Scaling Elasticsearch Part 2: How to Speed Up Search

Scaling Elasticsearch Part 2: How to Speed Up Search

95
Comments 1
5 min read
Scaling Elasticsearch Part 1: How to Speed Up Indexing

Scaling Elasticsearch Part 1: How to Speed Up Indexing

62
Comments 9
6 min read
Skipping renders, and memoization in React

Skipping renders, and memoization in React

8
Comments
6 min read
loading...