Run this query on the database:
SELECT COUNT(*) FROM uc_attributes AS a LEFT JOIN uc_attribute_options AS ao ON a.aid = ao.aid GROUP BY a.aid, a.name, a.orderingAlso, the Devel module lets you see all the queries that were run to build each page load and the functions that did them. If you turn the query log on and go to that page, see if this query is done by "pager_query". If it's something else, run that query and see what you get.



Joined: 08/07/2007