DEV Community

Performance

Tag for content related to software performance.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
How to Build Low Latency Java Applications

How to Build Low Latency Java Applications

1
Comments
10 min read
Handling performance issues in Smart TV applications

Handling performance issues in Smart TV applications

2
Comments 8
7 min read
What happens if you put HTTP server inside Postgres?

What happens if you put HTTP server inside Postgres?

Comments 1
5 min read
9 ways to tune SQL performance

9 ways to tune SQL performance

Comments
2 min read
Generically Bloated

Generically Bloated

4
Comments
9 min read
The go-like Return Style is Nice and Fast

The go-like Return Style is Nice and Fast

4
Comments 1
2 min read
Short circuit evaluation and why it’s important

Short circuit evaluation and why it’s important

Comments
2 min read
Caching Site Assets with AWS CDK & S3 - snippet

Caching Site Assets with AWS CDK & S3 - snippet

1
Comments 1
4 min read
Relative Time String

Relative Time String

1
Comments
3 min read
Integrity Check using PGP for JMeter

Integrity Check using PGP for JMeter

1
Comments
8 min read
Continuous performance audits in Nuxt with Lighthouse CI and Github Actions

Continuous performance audits in Nuxt with Lighthouse CI and Github Actions

15
Comments 4
5 min read
How to optimise a Next.js site for maximum performance

How to optimise a Next.js site for maximum performance

13
Comments
14 min read
Introducing CodSpeed: Continuous Performance Measurement

Introducing CodSpeed: Continuous Performance Measurement

3
Comments
4 min read
From End-to-End Testing to Shift-Left Testing: A Guide to Improving Software Quality

From End-to-End Testing to Shift-Left Testing: A Guide to Improving Software Quality

2
Comments
3 min read
Effective techniques to use Comments in Swift iOS

Effective techniques to use Comments in Swift iOS

6
Comments
4 min read
Improving the performance of styled components with native CSS features

Improving the performance of styled components with native CSS features

7
Comments 4
3 min read
Performance Regression Testing for React Native

Performance Regression Testing for React Native

6
Comments
12 min read
How to approach performance issues

How to approach performance issues

1
Comments
5 min read
ChatGPT Use cases for Performance Engineers

ChatGPT Use cases for Performance Engineers

14
Comments 2
15 min read
Fast and Light Relative Time Strings in JS

Fast and Light Relative Time Strings in JS

34
Comments 2
6 min read
SuperJSONatural -> Faster & binary serialization!

SuperJSONatural -> Faster & binary serialization!

1
Comments
2 min read
Maximizing PostgreSQL Performance: Advanced Features and Techniques

Maximizing PostgreSQL Performance: Advanced Features and Techniques

2
Comments
2 min read
Listing active and inactive YugabyteDB connections

Listing active and inactive YugabyteDB connections

1
Comments
5 min read
Why Is Performance Testing Important? All You Need to Know

Why Is Performance Testing Important? All You Need to Know

1
Comments
8 min read
Why So Slow? Using Profilers to Pinpoint the Reasons of Performance Degradation

Why So Slow? Using Profilers to Pinpoint the Reasons of Performance Degradation

Comments
6 min read
7 Techniques for optimizing JavaScript performance and reducing load times

7 Techniques for optimizing JavaScript performance and reducing load times

1
Comments
2 min read
How to develop custom splash screens on Fire TV

How to develop custom splash screens on Fire TV

5
Comments
4 min read
Hashing Passwords using the md5() Method in Groovy and Using it as a Parameter in JMeter

Hashing Passwords using the md5() Method in Groovy and Using it as a Parameter in JMeter

1
Comments
2 min read
Handheld Friendly — Why do so many websites have this mystery tag?

Handheld Friendly — Why do so many websites have this mystery tag?

7
Comments
2 min read
How to Improve Your Site's Ranking using Lighthouse Chrome Extension

How to Improve Your Site's Ranking using Lighthouse Chrome Extension

5
Comments 1
3 min read
Monitoring Linux instances with Prometheus and Grafana

Monitoring Linux instances with Prometheus and Grafana

19
Comments 3
7 min read
Web Performance: Images

Web Performance: Images

6
Comments 2
2 min read
How to debounce and throttle in React without losing your mind

How to debounce and throttle in React without losing your mind

97
Comments 16
13 min read
Effective Promise Concurrency in JavaScript

Effective Promise Concurrency in JavaScript

14
Comments 1
7 min read
Software Architecture Patterns: Space-based Architecture

Software Architecture Patterns: Space-based Architecture

15
Comments
2 min read
A "Shallow" Dive into Memory Leaks in Ruby

A "Shallow" Dive into Memory Leaks in Ruby

15
Comments 2
6 min read
Software Architecture Patterns: Command Query Responsibility Segregation

Software Architecture Patterns: Command Query Responsibility Segregation

6
Comments
2 min read
Software Architecture Patterns: Layered Architecture

Software Architecture Patterns: Layered Architecture

8
Comments
2 min read
5 Common Software Architecture Patterns. When Should You Apply Them?

5 Common Software Architecture Patterns. When Should You Apply Them?

10
Comments
1 min read
Software Architecture Patterns: Microservices Architecture

Software Architecture Patterns: Microservices Architecture

4
Comments
2 min read
Software Architecture Patterns: Event-driven Architecture

Software Architecture Patterns: Event-driven Architecture

4
Comments
2 min read
Advanced downsampling with the LTTB algorithm

Advanced downsampling with the LTTB algorithm

7
Comments
4 min read
How PostgreSQL database tables rows are allocated?

How PostgreSQL database tables rows are allocated?

Comments
14 min read
Introducing VeloxDB

Introducing VeloxDB

3
Comments
4 min read
Scaling CrateDB clusters up and down to cope with peaks in demand

Scaling CrateDB clusters up and down to cope with peaks in demand

1
Comments
5 min read
Fetching large results sets from CrateDB

Fetching large results sets from CrateDB

Comments
6 min read
Ingesting with CrateDB

Ingesting with CrateDB

Comments
7 min read
Getting Started in Technical Leadership

Getting Started in Technical Leadership

Comments
6 min read
Async pipe is not pure 🤯

Async pipe is not pure 🤯

15
Comments 4
6 min read
Zero byte favicon markup — Keep the favicons without any of the markup

Zero byte favicon markup — Keep the favicons without any of the markup

8
Comments 2
2 min read
What I Like About Astro

What I Like About Astro

Comments
7 min read
Optimizing React Performance for Efficient User Interfaces

Optimizing React Performance for Efficient User Interfaces

4
Comments
2 min read
Testing the Performance of User Authentication Flow

Testing the Performance of User Authentication Flow

1
Comments
1 min read
Testing the Performance of User Authentication Flow

Testing the Performance of User Authentication Flow

1
Comments
1 min read
How to Lazy Load Disqus for Improved Site Performance

How to Lazy Load Disqus for Improved Site Performance

Comments
4 min read
Read Ruby's Enumerable Docs

Read Ruby's Enumerable Docs

Comments 1
3 min read
Accessible website: 7 steps to better accessibility and SEO performance

Accessible website: 7 steps to better accessibility and SEO performance

11
Comments
4 min read
TOP 6 React Native libraries with native performance ⚡️

TOP 6 React Native libraries with native performance ⚡️

9
Comments 1
3 min read
How to Improve the Performance of Your Rails App by Eliminating N+1 Database Queries

How to Improve the Performance of Your Rails App by Eliminating N+1 Database Queries

12
Comments
4 min read
3 Ways to Convert Numbers to Words in Clojure: A Performance Comparison

3 Ways to Convert Numbers to Words in Clojure: A Performance Comparison

2
Comments
3 min read
loading...