Explore >> Select a destination


You are here

www.jeremymorgan.com
| | claudiobernasconi.ch
76.9 parsecs away

Travel
| | Learn how to authenticate a Blazor Server application using Azure Active Directory (Azure AD).
| | www.chrisvandesteeg.nl
76.9 parsecs away

Travel
| |
| | blog.stevensanderson.com
76.9 parsecs away

Travel
| | Steve Sanderson's Blog
| | samsaffron.com
122.2 parsecs away

Travel
| One very common problem Ruby and Rails have is memory usage. Often when hosting sites the bottleneck is memory not performance. At Discourse we spend a fair amount of time tuning our application so self hosters can afford to host Discourse on 1GB droplets. To help debug memory usage I created the memory_profiler gem, it allows you to easily report on application memory usage. I highly recommend you give it a shot on your Rails app, it is often surprising how much low hanging fruit there is. On unoptimize...