Quote:
Originally posted by Bad Bunny
Question: How many queries does this add?
|
Let me give you a "good answer" for your "good question": Surprisingly none.
It does not increase your query load because it does not make any SQL connection to your server (as you might have noticed from the hack code). I can hear the question: "Then how does it grab the announcements?" The answer is they are loaded together with your vb settings (that is why I integrated the Admin CP mod. to vb settings screen). And since the settings are already pulled from the db, we dont need to make an extra query for announcements..