dan.laffan said 3 months ago on Optimizations :
Hi David,

Thanks for another great episode. Regarding your seeds file, have you considered / previously tried using the Faker gem to generate pseudo-realistic seed data for your dev environment?

Cheers, Dan

David Kimura PRO said 3 months ago on Optimizations :
I usually use the Faker gem, but there is a lot of overhead when trying to seed in a million plus records. If it were to give a realistic data feel then that would work great, but less so for handling a lot of data.

Ruan Lopes said 3 months ago on Optimizations :
Nice one, David!

Just curious, is there any reason why you're not using Rails built-in strict_loading for detecting the N+1 queries?

Login to Comment