vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Arcade Mainpage slow loading (https://vborg.vbsupport.ru/showthread.php?t=156453)

Bolle 08-28-2007 04:08 PM

Arcade Mainpage slow loading
 
I have a Problem.
If I enter the Mainpage (arcade.php), I must wait up to one minute, before the Page is loaded. That happens however only on the Mainpage. All other Subpages (Tournaments, Modules, ect.) go immediately.

I deactivated as much options as possible and deleted all points, but the problem exists further.

Version is up to date.
140 Games are installed.

Please can someone help me?

The Fat Boy 08-29-2007 03:20 AM

im having similar issues, though not so slow

a1whs.com 08-29-2007 04:08 AM

Yup mee too just installed the addon, and seems like main arcade page is kinda slow.

Bolle 08-29-2007 02:45 PM

More Informations about the System.

PHP 4.3.11 with Zend
MySQL 4.0.18
Webserver Apache/2.0.49
vBulletin 3.6.0
ibProArcade v2.6.3a+

Bolle 09-01-2007 10:52 AM

If i set:
$AVATARRESIZE = 0;
the Page loads fast.

If I delete this code simultaneously in all sections, then the Page loads normally.
PHP Code:

$DB->query("SELECT avatar,avatar_size AS size FROM ibf_members WHERE id=".$Highscorechamp['ArcadeChampionMid'.$Cpt]);
    if (
$avatar $DB->fetch_row())
    {
      
$Highscorechamp['ArcadeChampionAvatarCode'.$Cpt] = $std->get_avatar($avatar $avatar['size']);
    if (
$Highscorechamp['ArcadeChampionAvatarCode'.$Cpt] == "")
    {
              
$Highscorechamp['ArcadeChampionAvatarCode'.$Cpt] = "<img src='./arcade/images/noavatar.gif' alt='' />";
    }
    }
    else
    {
      
$Highscorechamp['ArcadeChampionAvatarCode'.$Cpt] = "<img src='./arcade/images/noavatar.gif' alt='' />";
    } 


However thereby this code was noticeable to me.
SELECT avatar,avatar_size AS size FROM ibf_members
?

ForosAbiertos 09-16-2007 06:30 AM

Quote:

Originally Posted by Bolle (Post 1327438)
I have a Problem.
If I enter the Mainpage (arcade.php), I must wait up to one minute, before the Page is loaded. That happens however only on the Mainpage. All other Subpages (Tournaments, Modules, ect.) go immediately.

I deactivated as much options as possible and deleted all points, but the problem exists further.

Version is up to date.
140 Games are installed.

Please can someone help me?

I have the same problem

MrZeropage 09-16-2007 10:42 AM

tried to set $AVATARRESIZE to zero ? (open /arcade.php for this setting)

@Bolle:
ibf_members is ok and gets parsed by the DB-driver later ;)

ForosAbiertos 09-16-2007 03:16 PM

Quote:

Originally Posted by MrZeropage (Post 1340050)
tried to set $AVATARRESIZE to zero ? (open /arcade.php for this setting)

@Bolle:
ibf_members is ok and gets parsed by the DB-driver later ;)

ok solved
Thanks


All times are GMT. The time now is 12:20 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.01149 seconds
  • Memory Usage 1,729KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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