The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I wanted to optimize some queries in iTrader and found a problem when loading the latest traders in combination with a huge user table.
A query looks like that: Code:
$itrader_shame_get = $vbulletin->db->query_read_slave(" SELECT itrader_total, itrader_pcnt, username, userid, joindate FROM " . TABLE_PREFIX . "user WHERE itrader_total < 0 ORDER BY itrader_total ASC LIMIT $mainpagelimit "); Do you have any idea how this could be enhanced? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|