Searchkick and Elasticsearch
Play
7:32 CC

Searchkick and Elasticsearch

#65 Jan 29, 2017 free
Add full text searching using Searchkick and Elasticsearch. Here I will show the steps involved in adding this search to an existing application and a sample of autocomplete functionality.

Improving Partial Loading Performance
Play
11:38 CC

Improving Partial Loading Performance

#145 Aug 5, 2018 free
N+1 queries can make an application slow. Having queries called within views can also slow down an app as well as making it less extendable.

Speeding Up Requests
Play
29:51 CC

Speeding Up Requests

#322 Nov 7, 2021 free
In this episode, we look at several issues around pagination and different kinds of querying that could affect performance when working with large datasets.

Database Index Optimization and Migration Maintenance
Play
4:54 CC

Database Index Optimization and Migration Maintenance

#53 Nov 6, 2016 free
Adding indexes to your databases can increase the SQL search performance on your tables. As your application grows, migration files can become out of hand, use squasher to squish them down to a single file.

Sidekiq Basics
Play
7:34 CC

Sidekiq Basics

#59 Dec 18, 2016 free
Sidekiq is a Ruby Background Processor that manages its queue with a Redis service. Learn the basics of Sidekiq and integrating it with ActiveJob.