[LRUG] Any words of wisdom please
    Michael Pavling 
    pavling at gmail.com
       
    Thu Mar  9 06:32:53 PST 2017
    
    
  
On 9 March 2017 at 13:57, Mark van Harmelen <mark at hedtek.com> wrote:
> If anyone else is tempted please, two questions remain, one about future
> optimisations of I think three (N+1) queries I used to generate the page at
> https://markvan.me/categories/Computer
>
> Am I actually doing three (N+1) queries for starters, and are there words I
> can google that might lead me to some improvements, even via caching?
The Bullet gem can help identify N+1 queries, etc:
https://github.com/flyerhzm/bullet
    
    
More information about the Chat
mailing list