vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Functions and queries (https://vborg.vbsupport.ru/showthread.php?t=42329)

Velocd 08-15-2002 05:29 PM

Functions and queries
 
I have a quick question about functions.

Say you call a function in index.php, called getsubforums(), that exists within functions.php. This function (which might need variables passed to it) will call queries within itself to get the subforums of each forum generated in index.php, when called. Now, if I did this without the function and hardcode it all into index.php, would that generate the same amount of queries to contrast if I did it within functions.php? Or would the queries called in functions.php not be visible (like in vbmicrostats) for index.php?

I'll be amazed if anybody can understand what I just asked...;)
But it's worth a try..

I'm asking it for this hack also, which generates tons of queries although the hack is very useful:
https://vborg.vbsupport.ru/showthrea...545#post285545

tHE DSS 08-15-2002 06:46 PM

Ummm... if I am on the right tracks of what you are saying, then, the same amount of queries will be executed no matter where it gets executed from, as long as the code is pretty much the same (no extra queries added).

Perhaps the main consideration would be where to place the code, for better PHP interpretation (not really a biggie though).

Placing the function inside a script that's called into pretty much every script, will cause the interpreter to have to skip the function code for every script that is exectuted (until called)... whereas, if you place the code inside the index.php for example, then the interpreter deals with it only in that script.

Velocd 08-15-2002 07:35 PM

Well, the main thing I wanted to know is if the same amount of queries would be added to that page, if called in a function located in another file. And you've answered that question, so thanks ;)

Logician 08-23-2002 08:55 AM

:)

If you query your MYSQL database (whether inside or outside a function), of course same amount of query load you will create for your server.

Well if you are asking if this query load will be displayed or not via Nakkid's Hack, I dont know, but I believe yes it would. But does it matter? If your page is making 1000 SQL quaires to your MYSQL server and it shows only 3 has been made, what would it be for? You have still created 1000 query load whether it's hidden or obvious to page visitors..


All times are GMT. The time now is 10:46 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00892 seconds
  • Memory Usage 1,713KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete