/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

andyatkinson.com
| | www.amberbit.com
3.4 parsecs away

Travel
| | [AI summary] The article explains how to optimize Ruby on Rails applications by removing unused components like ActiveRecord, disabling specific middlewares, creating minimal controllers, and using single-file configurations to reduce resource usage and improve security.
| | newvick.com
3.2 parsecs away

Travel
| | Steps that will make future investigation of your Postgres performance much easier.
| | scoutapm.com
3.0 parsecs away

Travel
| | Once your Rails app begins to see consistent traffic, slow SQL queries will likely arise, but how do you know where your app's slowing down?
| | hakibenita.com
26.6 parsecs away

Travel
| When it comes to database optimization, developers often reach for the same old tools: rewrite the query slightly differently, slap an index on a column, denormalize, analyze, vacuum, cluster, repeat. Conventional techniques are effective, but sometimes being creative can really pay off!