vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   DB connection question (programatically speaking) (https://vborg.vbsupport.ru/showthread.php?t=123525)

kofoid 08-09-2006 06:29 PM

DB connection question (programatically speaking)
 
Howdy.... I am trying to reduce the number of DB connections my board makes.... how do I know when something is calling the database? Is it in the template or the PHP file? Is there a quick and dirty way to identify a proframmed DB "call"?

Do phrases typically call the DB? What about plugins?

Sean S 08-09-2006 07:39 PM

As for your question, most/all calls are within the php files. As for a quick or dirty way, I think the best way would be to turn off your forums and turn on the debug mode.

Phrases are stored in the database so yes.

Princeton 08-11-2006 11:56 AM

Although this is in the PROGRAMMING DISCUSSION forum, I'm guessing this is a vbulletin specific. So...

As an admin, you can Turn on DEBUG MODE.
https://vborg.vbsupport.ru/showthread.php?t=82835

When in DEBUG MODE, you will be able to see total queries, cached templates, templates used, page generation time, etc.


All templates and phrases are queried/cached (1 query) per page visit.
If you have an uncached template you will need to add it to the $globaltemplates array.

All plugins/products information are queried/cached at the start.
Individual plugins can create additional queries ... you will have to review each product/plugin you install.

kofoid 08-11-2006 03:04 PM

Sorry to post my question in the PROGRAMMING DISCUSSION forum, but I am going to have to look in my php files which is why I posted it HERE

AN-net 08-16-2006 03:03 PM

reducing your number of queries is also very easy by turning certain features via the admin panel. vbulletin denotes which features slow down performance or add queries. turning those features will increase performance and decrease the number of queries. there are also several modifications that will display load times and query loads without turning on debug.


All times are GMT. The time now is 01:25 PM.

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.01004 seconds
  • Memory Usage 1,714KB
  • 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
  • (5)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