Live site.
Here's the query that gets generated by the CMSRepeater/UniViewer:
SELECT DocumentID, DocumentName, NodeAliasPath, Author, Deck, PublishDate, DocumentCulture, NodeID, NodeLinkedNodeID, SiteName, ClassName FROM View_Stockhouse_ContentItem_Joined WHERE ((((NodeSiteID = 3) AND (Published = 1)) AND (DocumentCulture = N'en-US')) AND (NodeAliasPath LIKE N'/Opinion/Independent-Reports/%')) ORDER BY PublishDate DESC
This query takes 2.5 seconds to execute and returns 1.9MB of data. I have caching turned off because I don't want to mask performance problems in pre-production code.