The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
what exactly is a query
what is it and how does it effect the board???
|
#2
|
||||
|
||||
uhh ill try my best :\
a querry is when php looks for some specific info in the database i think and depending on what the querry does is how it would affect the board, if there are too many large querrys it will make the computer work harder |
#3
|
||||
|
||||
so the less query's there are the faster the board will load???
|
#4
|
|||
|
|||
A query is a request sent to the database that optionally returns data in the form of a matrix (2D array or rows of columns).
The more queries, the more communication there is between the MySQL server and the client (not necessarily PHP), the higher the server load becomes, and the slower the page loads. |
#5
|
|||
|
|||
how do u reduce queries?
|
#6
|
|||
|
|||
Don't hack vB, or don't query the database unless you absolutely have to.
|
#7
|
||||
|
||||
Also, you can reduce queries by some of the board optimization hacks
|
#8
|
||||
|
||||
^^^ which hacks would be good for that
|
#9
|
||||
|
||||
filburts or Xenon's, both are equally good
|
#10
|
||||
|
||||
could i get a link
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|