You are here |
www.jeremymorgan.com | ||
| | | |
claudiobernasconi.ch
|
|
| | | | Learn how to authenticate a Blazor Server application using Azure Active Directory (Azure AD). | |
| | | |
www.chrisvandesteeg.nl
|
|
| | | | ||
| | | |
blog.stevensanderson.com
|
|
| | | | Steve Sanderson's Blog | |
| | | |
samsaffron.com
|
|
| | 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... |