jaredmeier / permanote

Permanote is a single-page note-taking app that features a rich-text editor, search, autosaving, and organization with notebooks and tags.
https://permanote-app.herokuapp.com/
6 stars 0 forks source link

Fix n+1 query on notebooks notes association #15

Open jaredmeier opened 4 years ago

jaredmeier commented 4 years ago

In the notebook jbuilder partial, note_ids creates a lot of queries. Can this be fixed with an includes?