All original content is created in Ukrainian. Not all content has been translated yet. Some posts may only be available in Ukrainian.Learn more

Optimization of Rails application performance

This content has been automatically translated from Ukrainian.

Practical Optimization Methods

The performance of a Rails application depends on many factors that are important to consider during the development stage.

Using the right indexes in the database can speed up queries by several times.

N+1 queries are one of the most common problems. Use includes(), preload(), and joins() to eliminate them.

Caching is your best friend. Redis allows you to cache both pages and data fragments.

This post doesn't have any additions from the author yet.

05 Sep 08:00

Rails 7 Configuration for Production

Розробка веб-додатків
Розробка веб-додатків@web-development
06 Sep 17:51

Web Application Security: Fundamentals

Розробка веб-додатків
Розробка веб-додатків@web-development
Docker для Rails розробників
13 Sep 11:23

Docker для Rails розробників

Розробка веб-додатків
Розробка веб-додатків@web-development
09 Sep 23:25

GraphQL vs REST: which one to choose?

Розробка веб-додатків
Розробка веб-додатків@web-development
Testing в Rails: повний гайд
13 Sep 15:49

Testing в Rails: повний гайд

Розробка веб-додатків
Розробка веб-додатків@web-development
02 Jun 03:30

AI assistant for programmers based on GPT

Розробка веб-додатків
Розробка веб-додатків@web-development
new hehe
18 Sep 00:55

new hehe

Розробка веб-додатків
Розробка веб-додатків@web-development