The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Showing public poll results = damn slow?
It seems like displaying results of public posts on my board is damn slow.
Looking at the queries I found that for each option there is one query, which takes kinde long to execute. Example: Code:
SELECT user.userid,user.username FROM pollvote AS pollvote, user AS user WHERE user.userid = pollvote.userid AND pollid = '1832' AND voteoption = '1' ORDER BY username ASC Time before: 0.42810201644897 Memory Before: 698KB Time after: 0.87274694442749 Time taken: 0.44464492797852 Memory After: 698KB Any idea as to why these queries are that slow and how this could be optimized (vB3)? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|