issues
search
boostorg
/
website-v2
New Boost website
https://boost.io
Boost Software License 1.0
8
stars
13
forks
source link
Libraries by category view should only show populated categories for selected version
#1417
Closed
GregKaleka
closed
2 weeks ago
GregKaleka
commented
2 weeks ago
Fixes #1224
In libraries-by-category view, filter categories to only ones with libraries in the selected version
Added a prefetch to the query to fix the N+1 query (minor performance improvement)
Before:
After:
Fixes #1224
Before:
After: