[LRUG] Fwd: Recommendations for Ruby & Rails optimisation resources

Simon Coffey simon at tribesports.com
Mon Nov 26 06:04:13 PST 2012


On 26 November 2012 13:14, Jonathon Horsman <jonathon at arctickiwi.com> wrote:
>
> Thanks for all the suggestions.
>
> I've added the new relic gem and looked at the results, which seem a bit
> light on details unless I'm missing something.
>

The free account gives you very little info from production - you can
inspect a full trace breakdown in development mode, though:

https://newrelic.com/docs/ruby/developer-mode

Obviously profiling done in development mode should be taken with a
pinch of salt, but it's usually good enough to make a start, at least.
You can also sign up for a free trial of the full-fat account to get
the production traces, but IIRC you'll need to hand over credit card
details first, and they're quite eager salesmen (although always
totally professional IME).

>From the description above it's hard to say what the bottleneck might
be - hopefully the full trace in development mode will provide a few
more clues.

Cheers,
Simon



More information about the Chat mailing list