A speedy reply, that alone is a seller! I’m glad you working hard to stop the slowdown it would really help. I really hope you do get around to adding the categories setting though, as of right now I am disabling the ratings for most of the posts and only adding them for one category as I don’t want the different categories mixed in the top ratings widget. As for the white label I will wait a while to see how the widget progresses and then contact you.
Thanks for the quick response, this has fixed the issue. Just to clarify if someone needs this for future reference I changed the array to this and it has done the trick.
$args = array (
'posts_per_page' => $posts_per_page,
'post_type' => 'post',
'category_name' => 'category-slug-here',
'orderby' => 'title',
'order' => 'ASC',
'paged' => $paged
My bad I found it in the settings, wow you thought of everything 🙂