PerformanceBackground processing for performance in RailsPerformance issues often stem from tasks ill-suited for real-time processing during normal web operations.Best Practices PerformanceRoland Lopez Roland Lopez12/05/2024 · 2 min readRedesign your models for performance in railsYes, performance issues are mostly solved by better defining the problem to eliminate the existing complexity in the code.Best Practices PerformanceRoland Lopez Roland Lopez12/05/2024 · 3 min readRuby on Rails SQL Performance: Indexing for EfficiencyThe most common location of performance issues in the MVC framework is the database layer. The 80/20 Pareto law for slow queries.Best Practices PerformanceRoland Lopez Roland Lopez12/05/2024 · 4 min readRails orm performance best practicesActiveRecord simplifies database interactions, but misusing its API can lead to severe performance bottlenecks.Best Practices PerformanceRoland Lopez Roland Lopez09/05/2024 · 2 min read