vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Everywhere Sidebar 4 VB4 (https://vborg.vbsupport.ru/showthread.php?t=233871)

janslu 10-12-2011 11:24 AM

Hi,
My database load rose by almost 70% after I upgraded version 1.1.4 to 1.4.4.4 yesterday. Is there any reason for this behaviour? Any chance for a better caching of content blocks? I have 10 blocks but most of them use long cache time as they are static and are being displayed for every user...

inphoenix 10-13-2011 02:33 AM

Quote:

Originally Posted by almannai (Post 2256156)
You disappeared!! :)

How it goes?

Sorry. I was dealing with an issue on the forum and had to turn off this mod to get rid of it. The forum and side bar mod works fine with Internet explorer and chrome on a PC. However some users on firefox and safari (mac) said they see a ghost banner right in the top middle of forum home and they cannot click any link from froum home. I wasn't able to recreate the issue until I donwloaded firefox (on PC) and saw it myself. I turned off another mods and finally turning off this mod resolved it. I can send you a screen shot of this issue via email. I do have an aftermarket style installed. Maybe that is causing the issue. Not sure what the problem is but I would really like to have it resolved. I love this mod and want the banner rotation with gold version. But I do want it to work as well. PM me with your email if you want a screen shot or if you know what the issue is let me know the fix.

almannai 10-13-2011 05:04 AM

Quote:

Originally Posted by inphoenix (Post 2256588)
Sorry. I was dealing with an issue on the forum and had to turn off this mod to get rid of it. The forum and side bar mod works fine with Internet explorer and chrome on a PC. However some users on firefox and safari (mac) said they see a ghost banner right in the top middle of forum home and they cannot click any link from froum home. I wasn't able to recreate the issue until I donwloaded firefox (on PC) and saw it myself. I turned off another mods and finally turning off this mod resolved it. I can send you a screen shot of this issue via email. I do have an aftermarket style installed. Maybe that is causing the issue. Not sure what the problem is but I would really like to have it resolved. I love this mod and want the banner rotation with gold version. But I do want it to work as well. PM me with your email if you want a screen shot or if you know what the issue is let me know the fix.

Sorry no support for custom styles.

janslu 10-19-2011 03:42 PM

Hi almannai,

Few days have passed and my database is still having problems with increased load after the upgrade. I get repeated errors like this one:

Code:

SELECT block.*,
blocktype.productid, blocktype.name AS blocktypename, blocktype.title AS blocktypetitle,
blocktype.description as blocktypedescription, blocktype.allowcache
FROM block AS block
LEFT JOIN blocktype AS blocktype ON (block.blocktypeid = blocktype.blocktypeid)
WHERE 1 AND block.active = 1 AND blocktype.productid IN ('everywhere_sidebar','GaduGadu','vbblog','crawlability_sitemap','crawlability_vbseo','evbs_sstab_advanced','_vboptimise_dbtech','welcome_headers4t','eparate','vsa_sfm','sevenskins_imageresizer','gallery','psi_smqre','dp_sphinx_search','vbulletin','')
ORDER BY block.displayorder, block.title;

It was working better with version 1.1.2 but I have troubles getting the old version to work with vb 4.1.7. Can you think of any way to speed up the process of rendering the sideblock? What may be the reason of query number increase between 1.1.2 and 1.4.4.4?

almannai 10-19-2011 04:06 PM

Quote:

Originally Posted by janslu (Post 2258991)
Hi almannai,

Few days have passed and my database is still having problems with increased load after the upgrade. I get repeated errors like this one:

Code:

SELECT block.*,
blocktype.productid, blocktype.name AS blocktypename, blocktype.title AS blocktypetitle,
blocktype.description as blocktypedescription, blocktype.allowcache
FROM block AS block
LEFT JOIN blocktype AS blocktype ON (block.blocktypeid = blocktype.blocktypeid)
WHERE 1 AND block.active = 1 AND blocktype.productid IN ('everywhere_sidebar','GaduGadu','vbblog','crawlability_sitemap','crawlability_vbseo','evbs_sstab_advanced','_vboptimise_dbtech','welcome_headers4t','eparate','vsa_sfm','sevenskins_imageresizer','gallery','psi_smqre','dp_sphinx_search','vbulletin','')
ORDER BY block.displayorder, block.title;

It was working better with version 1.1.2 but I have troubles getting the old version to work with vb 4.1.7. Can you think of any way to speed up the process of rendering the sideblock? What may be the reason of query number increase between 1.1.2 and 1.4.4.4?

I didn't test it on vb4.1.7 am still on 4.1.5, once upgrade and get this error I will upgrade the mod.

For the slowness you need to decrease the number of blocks for max of 6 and use different blocks for different forums and/or pages.

Edited:
One of the guys checked 1.4.4.4 on 4.1.7 and it's ok. Check your settings!

janslu 10-20-2011 08:02 AM

Sorry i wasn't clear. This error is caused by my db server timing out (MySQL server has gone away). I just want to know why ES 1.1.2 was working fine and with the same number of blocks has problems in version 1.4.4.4). My forum is busy but the increase in load is substantial and I think this might indicate that there's a place for substantial optimization.

Sorry for bothering. I'd be happy to return to 1.1.2 but I have troubles getting it to work with vb 4.1.7.

almannai 10-20-2011 04:57 PM

Quote:

Originally Posted by janslu (Post 2259250)
Sorry i wasn't clear. This error is caused by my db server timing out (MySQL server has gone away). I just want to know why ES 1.1.2 was working fine and with the same number of blocks has problems in version 1.4.4.4). My forum is busy but the increase in load is substantial and I think this might indicate that there's a place for substantial optimization.

Sorry for bothering. I'd be happy to return to 1.1.2 but I have troubles getting it to work with vb 4.1.7.

Since 1.2 version controling block showing for different forums and pages has been added. This force to fech each block one by one as configured in the mod options. Version 1.1.2 is simple to either display the full sidebar on the page/forum or not.

Hostboard 10-21-2011 12:26 AM

Seems this is being sold on ebay... Might want to report it...

http://www.ebay.com/itm/Everywhere-s...item2c6010d93d

davio33 10-21-2011 12:47 AM

I cant get the "Filter Blocks by forums" part to work on 4.1.6

I place inside of block

block_html_9:10952

but that block still shows throughout the site, instead of just forum#10952

am i doing it right?

almannai 10-21-2011 03:58 AM

Quote:

Originally Posted by Hostboard (Post 2259578)
Seems this is being sold on ebay... Might want to report it...

pt=LH_DefaultDomain_0&hash=item2c6010d93d[/url]

Ok thanks

Quote:

Originally Posted by davio33 (Post 2259582)
I cant get the "Filter Blocks by forums" part to work on 4.1.6

I place inside of block

block_html_9:10952

but that block still shows throughout the site, instead of just forum#10952

am i doing it right?

You need to put this in "Filter Blocks by forums"
block_html_9:10952


You need to put this in "Filter Blocks by pages"
block_html_9:

Where 10952 is forum id

Finally don't forget to set"Block Configuration Switch" to No

Regards,


All times are GMT. The time now is 01:02 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.02807 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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