Posts Tagged: optimization
-
Fixing Catastrophic Backtracking in Custom Ruby Regexes
A guide to understanding and fixing catastrophic backtracking in Ruby's regular expressions to prevent performance issues and application crashes.
-
Reducing Largest Contentful Paint (LCP) Times in Server-Rendered Rails Views
Learn practical techniques to diagnose and fix poor Largest Contentful Paint (LCP) times in server-rendered Ruby on Rails applications.