DEV Community

Performance

Tag for content related to software performance.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Effective Performance Monitoring via AppSignal

Effective Performance Monitoring via AppSignal

12
Comments
4 min read
What Load Testing Is In Web Development

What Load Testing Is In Web Development

44
Comments 3
3 min read
Optimize React Hooks Performance

Optimize React Hooks Performance

30
Comments 5
5 min read
How to load your custom fonts in a smart way

How to load your custom fonts in a smart way

48
Comments 3
4 min read
Fast base2 decoding on the upcoming Intel Icelake

Fast base2 decoding on the upcoming Intel Icelake

7
Comments
4 min read
The great iterate debate: filter/map, reduce, or for?

The great iterate debate: filter/map, reduce, or for?

7
Comments 3
6 min read
Improving Elm's compiler output

Improving Elm's compiler output

65
Comments 16
7 min read
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!

24
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

21
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
gnu time(usr/bin/time) can check process memory usage,without vmstat or sar

gnu time(usr/bin/time) can check process memory usage,without vmstat or sar

11
Comments 2
2 min read
How to write this SQL select the best way?

How to write this SQL select the best way?

10
Comments 7
1 min read
Why I Replaced Disqus and You Should Too

Why I Replaced Disqus and You Should Too

8
Comments 2
2 min read
Beware of Chaining Javascript Array Methods

Beware of Chaining Javascript Array Methods

6
Comments
5 min read
CDS Perf Review Clinic Takeaways

CDS Perf Review Clinic Takeaways

5
Comments
2 min read
Why Lerna and Yarn Workspaces is a Perfect Match for Building Mono-Repos: A Close Look at Features and Performance

Why Lerna and Yarn Workspaces is a Perfect Match for Building Mono-Repos: A Close Look at Features and Performance

54
Comments 5
19 min read
CSS/JS coverage in Chrome

CSS/JS coverage in Chrome

4
Comments
2 min read
Why just cache when you can memoize(with expiration and guaranteed consistency)

Why just cache when you can memoize(with expiration and guaranteed consistency)

10
Comments
3 min read
How much difference does adding an index to a database table make?

How much difference does adding an index to a database table make?

11
Comments
3 min read
Make your builds quicker with Gulp 4

Make your builds quicker with Gulp 4

47
Comments
4 min read
Speed up your web page loading with WebP

Speed up your web page loading with WebP

54
Comments 7
3 min read
Modular redux architecture

Modular redux architecture

21
Comments 1
5 min read
Understanding JavaScript/TypeScript Memoization

Understanding JavaScript/TypeScript Memoization

50
Comments 11
5 min read
Performance measurement of JavaScript solutions to common algorithmic questions (part 1)

Performance measurement of JavaScript solutions to common algorithmic questions (part 1)

50
Comments 21
6 min read
Quick Tip: Managing event listeners with bound callbacks

Quick Tip: Managing event listeners with bound callbacks

31
Comments 3
1 min read
Load Pages Instantly with instant.page

Load Pages Instantly with instant.page

80
Comments 15
1 min read
Modern bundling

Modern bundling

14
Comments
6 min read
Average color of an image, vectorized

Average color of an image, vectorized

9
Comments
9 min read
Modern web techniques/tricks for image handling and delivery on your site

Modern web techniques/tricks for image handling and delivery on your site

16
Comments
6 min read
A Use Case Implementation for External API Integration

A Use Case Implementation for External API Integration

7
Comments 2
8 min read
Performance Testing Elasticsearch

Performance Testing Elasticsearch

57
Comments 1
6 min read
Learn Go with tests - Context

Learn Go with tests - Context

70
Comments
10 min read
Is nodejs v11 faster than v6

Is nodejs v11 faster than v6

14
Comments 4
4 min read
Measuring the performance of a website from multiple locations on a budget

Measuring the performance of a website from multiple locations on a budget

12
Comments
8 min read
Ruby/Rails : Memoization with dynamically defined methods

Ruby/Rails : Memoization with dynamically defined methods

14
Comments 2
2 min read
Quick Share : Web Framework Benchmarks

Quick Share : Web Framework Benchmarks

9
Comments 3
1 min read
42 performance tips for Ruby on Rails

42 performance tips for Ruby on Rails

174
Comments 3
15 min read
Multithreaded Programming

Multithreaded Programming

18
Comments
9 min read
loading...