vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Response Time (https://vborg.vbsupport.ru/showthread.php?t=234665)

kh99 02-02-2010 01:31 AM

Yeah, I think that's your problem - if radded is blank you shouldn't be including it in the average, right? You're subtracting the start time from 0 and ending up with a huge negative number. I think you need something like:

PHP Code:

if ($rep 0)
{
            
$seconds += ($rep $tick); 
            
$i++; 



Mythotical 02-02-2010 01:33 AM

Another test, I changed $rep - $tick back to normal and got this:
Code:

tid=3 tadded=1265085047 radded=1265085108 seconds=61 i=1
tid=2 tadded=1265002705 radded=1265084927 seconds=82283 i=2
tid=1 tadded=1264641238 radded=1264641238 seconds=82283 i=3
7:37

Good point, I will add that and test.

--------------- Added [DATE]1265081713[/DATE] at [TIME]1265081713[/TIME] ---------------

Do I need this at all?

PHP Code:

     if($i>0
     { 
        
$avg $seconds $i
     } 
  } else { 
     
$avg 0
  } 


kh99 02-02-2010 02:03 AM

Quote:

Originally Posted by Steve M (Post 1972728)
Do I need this at all?

Well that first part keeps you from dividing by 0 if there are no replies. The last part I guess just sets it to 0 if there are no tickets (or there's a database error or something).

Mythotical 02-02-2010 03:01 AM

Ah ok, overall then it is working, showing a high reply time but I assume that is due to the amount of tickets and the replies that are there since it is a testing enviroment.

kh99 02-02-2010 05:35 AM

yeah, you can see the debug output and you can actually do the math yourself. you have 3 tickets with reply times 61 seconds, about 22 hours, 0 seconds, so the average should be around 7 hours.

Mythotical 02-02-2010 05:52 AM

Yeah, pain pills kinda slows down my math skills. LOL

Its all good now, I have it giving an average for last 30 tickets and an average for a single ticket.

Thanks for all the help.


All times are GMT. The time now is 09:52 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.04983 seconds
  • Memory Usage 1,727KB
  • 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)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete