My forum_list has about 50 queries, a private done list of 100 resources has 11 queries.
My resources home has 156, a category with show 100 resources has 550 queries.
So it seems to me that there is a problem.
So i start searching ...
An addon that should add a link for putting resources to a wishllist adds one query per resource, so i have found 100 from the 550.
After watching the tables it seems that the data is fetched from a second table instead of calc values to a new field in xf_resource.
Finally i found the aggressor, it is a small addon that should add prev and next to resource_view; so it should not be there in the category_view at all.
Now i am glad to have found it and start watching the code.
Maybe there is nobody who wants to care for something like that, but i would like to have a field for all the resources here with a short info about the range of queries.
My resources home has 156, a category with show 100 resources has 550 queries.
So it seems to me that there is a problem.
So i start searching ...
An addon that should add a link for putting resources to a wishllist adds one query per resource, so i have found 100 from the 550.
After watching the tables it seems that the data is fetched from a second table instead of calc values to a new field in xf_resource.
Finally i found the aggressor, it is a small addon that should add prev and next to resource_view; so it should not be there in the category_view at all.
Now i am glad to have found it and start watching the code.
Maybe there is nobody who wants to care for something like that, but i would like to have a field for all the resources here with a short info about the range of queries.