Forem

Performance

Tag for content related to software performance.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
JS Performance: Perhaps We Shouldn't Always Use Arrays

JS Performance: Perhaps We Shouldn't Always Use Arrays

79
Comments 24
2 min read
NIL pattern #perfmatters
Cover image for NIL pattern #perfmatters

NIL pattern #perfmatters

62
Comments
4 min read
Drive Chrome using Puppeteer

Drive Chrome using Puppeteer

10
Comments 1
1 min read
Choosing Cloud Providers and Virtual Machines: The Easy Way

Choosing Cloud Providers and Virtual Machines: The Easy Way

10
Comments
6 min read
Rails url_for and strong parameters aren't fast

Rails url_for and strong parameters aren't fast

9
Comments
3 min read
Performance Profiling a Redux App
Cover image for Performance Profiling a Redux App

Performance Profiling a Redux App

31
Comments
3 min read
Data Integrity and Performance Considerations in MySQL Semisynchronous Replication

Data Integrity and Performance Considerations in MySQL Semisynchronous Replication

8
Comments
5 min read
How we decreased load time by 40% by removing just 1 file

How we decreased load time by 40% by removing just 1 file

49
Comments 9
3 min read
Why homogenous dev setups aren't the best idea
Cover image for Why homogenous dev setups aren't the best idea

Why homogenous dev setups aren't the best idea

37
Comments 14
5 min read
Web cache server HTTP/2 performance benchmark: nuster vs nginx

Web cache server HTTP/2 performance benchmark: nuster vs nginx

13
Comments 14
3 min read
Site Reliability Engineering: Google's Secret Sauce For High Availability And Happy Ops
Cover image for Site Reliability Engineering: Google's Secret Sauce For High Availability And Happy Ops

Site Reliability Engineering: Google's Secret Sauce For High Availability And Happy Ops

108
Comments 3
6 min read
Stopping a Java memory leak

Stopping a Java memory leak

31
Comments 1
3 min read
State of the Web: Top Image Optimization Strategies

State of the Web: Top Image Optimization Strategies

25
Comments 2
7 min read
hasOwnProperty considered harmful

hasOwnProperty considered harmful

34
Comments 6
1 min read
Why I Deleted My IDE; and How It Changed My Life For the Better

Why I Deleted My IDE; and How It Changed My Life For the Better

101
Comments 37
8 min read
ActiveRecord performance: the N+1 queries antipattern
Cover image for ActiveRecord performance: the N+1 queries antipattern

ActiveRecord performance: the N+1 queries antipattern

69
Comments 3
6 min read
How 3 Lines of Code Reduced CPU and Memory Consumption by 13%

How 3 Lines of Code Reduced CPU and Memory Consumption by 13%

10
Comments 2
3 min read
loading...