I just did a quick test for NGG 2.0.12 and compare with 1.9.13.
Homepage – total queries (and average page load time) – same other plugins and settings:
2.0.12 – 116 queries (3.5 sec)
1.9.13 – 48 queries (0.8 sec)
Only one entry for displayed galleries (seems fixed, but need more testing).
“Gallery Settings” and “Other Options” -> accordion menu (ugly, in my opinion). It was much better and clearer before.
Still bug with Manage Album option in Admin panel – Contents of Albums IDs displays over “Select gallery” box. Not a big deal, but it looks ugly and it’s not happened before.
“Hotfix“: nggadmin.css (/products/photocrati_nextgen/modules/ngglegacy/admin/css/)
find:
.groupItem .item_top {
and add just before closing } and change height to height: 100%;
find:
div .groupItem {
change width: 295px; to width: 100%;
(and optional increase line-height). Also add:
word-wrap: break-word;
Now albums are displayed in Album ID box (not over other boxes).
It seems that the options are fixed, because now load faster. However, 1.9.13 is still faster and optimized, but fixes are noticeable.