diff options
author | Charles de Bueger <chabekah@gmail.com> | 2012-12-03 20:57:40 +0200 |
---|---|---|
committer | Charles de Bueger <chabekah@gmail.com> | 2012-12-03 20:57:40 +0200 |
commit | c32c65597931e9e074dd590736bd1f0b645745c4 (patch) | |
tree | a112d036639221488bde02cf0099454d7b9e8d1f /lib/refinery/blog/engine.rb | |
parent | 562dc9f49348b60cc9e6eb185ef2f8badbb65c32 (diff) | |
download | refinerycms-blog-c32c65597931e9e074dd590736bd1f0b645745c4.tar.gz refinerycms-blog-c32c65597931e9e074dd590736bd1f0b645745c4.tar.bz2 refinerycms-blog-c32c65597931e9e074dd590736bd1f0b645745c4.zip |
Update db/migrate/20110803223522_create_blog_structure.rb
I noticed a bit of performance lag (thanks to new relic) on the blog index page (which loads all categories and comments at the same time). I see that the blog_comments table is lacking an index on the actual blog_post_id - meaning it will take a bit longer than we might like to find all the comments for a given blog.
Diffstat (limited to 'lib/refinery/blog/engine.rb')
0 files changed, 0 insertions, 0 deletions