Forem

Performance

Tag for content related to software performance.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
The State Of JavaScript

The State Of JavaScript

121
Comments 4
2 min read
Implementing backpressure for smoother user experience in low-end devices

Implementing backpressure for smoother user experience in low-end devices

8
Comments 2
5 min read
Speed up your PostgreSQL unit tests with one weird trick!

Speed up your PostgreSQL unit tests with one weird trick!

23
Comments 3
2 min read
Shine a light on JavaScript performance with Lighthouse

Shine a light on JavaScript performance with Lighthouse

109
Comments 6
2 min read
Streams For the Win: A Performance Comparison of Node.js Methods for Reading Large Datasets (Pt 2)

Streams For the Win: A Performance Comparison of Node.js Methods for Reading Large Datasets (Pt 2)

5
Comments
9 min read
Adaptive Serving using JavaScript and the Network Information API

Adaptive Serving using JavaScript and the Network Information API

183
Comments 12
3 min read
Lessons learned about performance
Cover image for Lessons learned about performance

Lessons learned about performance

21
Comments
4 min read
Making renders faster with the React 16.5 profiler
Cover image for Making renders faster with the React 16.5 profiler

Making renders faster with the React 16.5 profiler

109
Comments 2
4 min read
SVG sprites vs CSS background image for multiple instances of icons

SVG sprites vs CSS background image for multiple instances of icons

15
Comments 3
3 min read
A Simple List Render Optimization For React 🏎
Cover image for A Simple List Render Optimization For React 🏎

A Simple List Render Optimization For React 🏎

48
Comments 1
3 min read
Grouping AJAX requests in a pool
Cover image for Grouping AJAX requests in a pool

Grouping AJAX requests in a pool

42
Comments 7
10 min read
Automatically Removing Unused CSS from Wordpress Pages?

Automatically Removing Unused CSS from Wordpress Pages?

16
Comments 45
1 min read
Improving Client-Side Performance

Improving Client-Side Performance

34
Comments
11 min read
JavaScript Performance using console.time() & console.timeEnd()

JavaScript Performance using console.time() & console.timeEnd()

51
Comments 17
1 min read
The Web I Want

The Web I Want

288
Comments 70
6 min read
7 Types of Web Performance Tests

7 Types of Web Performance Tests

50
Comments 3
2 min read
Refactoring an inherited codebase

Refactoring an inherited codebase

5
Comments
9 min read
Have you had to make your Python code run fast?
Cover image for Have you had to make your Python code run fast?

Have you had to make your Python code run fast?

30
Comments 6
1 min read
How to improve the Site score from Chrome Lighthouse
Cover image for How to improve the Site score from Chrome Lighthouse

How to improve the Site score from Chrome Lighthouse

13
Comments
4 min read
What is React Server Side Rendering and should I use it?
Cover image for What is React Server Side Rendering and should I use it?

What is React Server Side Rendering and should I use it?

153
Comments 10
5 min read
Repeatable Read vs Serializable Isolation Level in Postgres
Cover image for Repeatable Read vs Serializable Isolation Level in Postgres

Repeatable Read vs Serializable Isolation Level in Postgres

21
Comments
8 min read
How to code split Redux store to further improve your app's performance
Cover image for How to code split Redux store to further improve your app's performance

How to code split Redux store to further improve your app's performance

64
Comments 8
5 min read
Javascript Algorithms #2: Palindromes

Javascript Algorithms #2: Palindromes

85
Comments 9
6 min read
Lighthouse: a powerful tool included in Chrome and DevTools
Cover image for Lighthouse: a powerful tool included in Chrome and DevTools

Lighthouse: a powerful tool included in Chrome and DevTools

53
Comments 1
7 min read
Javascript Algorithms #1: Counting the Vowels in a String Of Text

Javascript Algorithms #1: Counting the Vowels in a String Of Text

106
Comments 16
7 min read
loading...