vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite) (https://vborg.vbsupport.ru/showthread.php?t=199207)

BamaStangGuy 12-24-2008 12:51 PM

Quote:

Originally Posted by Deceptor (Post 1692844)
Hm, cache should flush automatically, what cache method are you using? :)

xCache

Deceptor 12-24-2008 12:57 PM

Let me guess, your xcache requires authentification? :)

If authentification is required auto flush can't occur with XCache unfortunately, you can avoid this however if you remove the need for authentification, see my top post FAQ #4 for details :)

PS. Thanks for the donation :)

BamaStangGuy 12-24-2008 12:59 PM

I have it set to off (via php.ini) as I initially thought that was the problem as well.

BamaStangGuy 12-24-2008 01:03 PM

Well, now I can not reproduce it. If I run across it again I'll screen shot everything and repost.

Deceptor 12-24-2008 01:06 PM

Please do. Also make sure the require authentification setting is off in vB Optimise too, but I'm sure you already did that :)

Hostboard 12-24-2008 01:38 PM

Quote:

Originally Posted by Deceptor (Post 1692809)
Could you elaborate on the importing plugins part hostboard? I've imported many products with vB Optimise enabled and had no issues.

Had latest version installed and seemed to be working fine :)

I then uploaded VB Blog 2.0 and went to import the XML file and that pretty yellow line that expands just kept going and going and going right off the screen. After about 5 minutes the line actualy stops but the screen keeps expanding. After 20 minutes I clicked out. In the plugin manager it says Blog 2.0.0 installed but it was no where to be found in the NAV bar.

I turned off the software in the options but had no effect. I finaly disabled the plugin in the plugin manager and Blog installed in seconds without any issues.

Deceptor 12-24-2008 01:39 PM

I installed vBlog 2.0 myself yesterday with no issues, what kinda cache you using? :)

Hostboard 12-24-2008 02:48 PM

Xcache

Deceptor 12-24-2008 02:50 PM

Do you require authentification for your XCache? If so, make sure you apply the setting in vB Optimise for XCache Authentification, otherwise auto flush will hault executions. :)

Hostboard 12-24-2008 02:59 PM

xcache authenticate is off

TheFallenAngel 12-24-2008 03:24 PM

Not really anything major but I'm getting some odd effects on vBadvanced. I've had one user report that they've gotten different buttons from another skin. I cached the welcome block and even got another user's display.

vBadvanced version is 3.1.0

veenuisthebest 12-24-2008 04:22 PM

Quote:

Originally Posted by TheFallenAngel (Post 1692955)
Not really anything major but I'm getting some odd effects on vBadvanced. I've had one user report that they've gotten different buttons from another skin. I cached the welcome block and even got another user's display.

vBadvanced version is 3.1.0

Read the descriptions in the vba modules before enabling settings.

It clearly says not to enable it for welcome block OR any other module that uses templates and no php files.

Deceptor 12-24-2008 04:48 PM

Hostboard - But does your XCache actually "require" authentification, the setting itself is to tell vB Optimise if you need it or not. If you do need it and you don't let vB Optimise know, there will be unexpected results.

unp 12-25-2008 05:24 AM

I have a small problem using APC and vBoptimise, Editing/Saving temlates flushes 'APC Opcode Cache' but not the 'user cache' where the templates are actually stored.
I still have to clear the user cache manually for the changes to reflect.

Also is it possible to disable automatic 'flush cache' because if I am editing more than one template i would not want the cache to flush after every save.

Thank you :)

IRANCITY 12-25-2008 07:49 AM

Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83

when i change system

Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83

_
Unable to add cookies, header already sent.
File: /home/iecloob/domains/iecloob.com/public_html/includes/class_core.php
Line: 3242

IRANCITY 12-25-2008 07:49 AM

what am i doing?

i only install memcache

i dont know how config VB optimise setting

Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83

Warning: Memcache::get() [memcache.get]: php_network_getaddresses: getaddrinfo failed: Name or service not known in [path]/includes/class_activecache_methods.php on line 83

_
Unable to add cookies, header already sent.
File: /home/iecloob/domains/iecloob.com/public_html/includes/class_core.php

Deceptor 12-25-2008 10:03 AM

unp - I'll see what I can do to resolve that, does flushing cache in the ACP drop the templates cache?

IRANCITY - My guess is you've got memcache incorrectly configured, please ensure Memcache is correctly setup in your vBulletin config before choosing memcache in vB Optimise.

unp 12-25-2008 10:45 AM

Quote:

Originally Posted by Deceptor (Post 1693385)
unp - I'll see what I can do to resolve that, does flushing cache in the ACP drop the templates cache?

Flushing cache in ACP has the same effect as saving templates.
Opcode cleared but template cache is still intact.

IRANCITY 12-25-2008 04:53 PM

i can't :(
i've inserted this config's to my config.php :
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$config['Misc']['memcacheserver'] = '127.0.0.3';
$config['Misc']['memcacheport'] = '11211';
$i = 0;

$i++;
$config['Misc']['memcacheserver'][$i] = '127.0.0.3';
$config['Misc']['memcacheport'][$i] = 11211;
$config['Misc']['memcachepersistent'][$i] = true;
$config['Misc']['memcacheweight'][$i] = 1;
$config['Misc']['memcachetimeout'][$i] = 1;
$config['Misc']['memcacheretry_interval'][$i] = 15;

also results of typing this command in ssh :
[root@xxxxxx /]# /usr/local/bin/memcached -u nobody -d -m 64 -l 127.0.0.3 -p 11211
bind(): Address already in use
failed to listen

IRANCITY 12-25-2008 07:51 PM

help me

Bounce 12-25-2008 08:42 PM

Quote:

Originally Posted by IRANCITY (Post 1693594)
help me

add this line right under <?php

define('DISABLE_HOOKS', true);

Then disable vB Optimise 1.3.2 or change the option to File Cache

Deceptor 12-25-2008 11:42 PM

IRANCITY - Your issue seems to be with memcached and using vBulletins memcache datastore, not vB Optimise.

Red Blaze 12-26-2008 02:48 AM

Installed it for 3.6.+ and it works. Although I can't see any numbers, I have noticed a huge difference in response. Thanks alot!

*Even motivated me to upgrade vB Advanced. :p*

maidos 12-26-2008 07:52 AM

had debug enabled and xcache installed, but i only noticed that pageload were slower when i had the mod enabled. without it load 0.4 seconds 59 queries and with mod enabled 0.8 seconds 57 queries

BamaStangGuy 12-26-2008 10:36 AM

59 queries is ridiculous.

Hostboard 12-26-2008 11:09 AM

Quote:

Originally Posted by maidos (Post 1693852)
had debug enabled and xcache installed, but i only noticed that pageload were slower when i had the mod enabled. without it load 0.4 seconds 59 queries and with mod enabled 0.8 seconds 57 queries

Reenabled and started taking a look at load times figured I could alwyas disable if the importing of plugins was an issue and found my load times are also longer with this module under xcache.

SBlueman 12-26-2008 11:23 AM

Quote:

Originally Posted by SBlueman (Post 1690417)
Went to go save the vb Optimize setting in a vbAdvanced module and I got this error:

Quote:

Fatal error: Call to undefined function save_settings() in /home/sblueman/public_html/forums/includes/class_activecache_vbadvanced.php on line 74

Has this issue been resolved?

Deceptor 12-26-2008 03:58 PM

SBlueman - I believe the issue is related to non vB 3.8 installs, although some vB 3.7 installs have said the vBAdvanced install is working, perhaps between one of the 3.7 versions code changed between vB shifting save_settings(). This is a default vB function so isn't really an issue with vB Optimise, all I can say is try upgrade your vB to the latest vB 3.7 install :)

maidos - Your forum is executing a lot of queries, the two that this mod reduces will barely impact your forum because it is nearly executing 60 altogether. You really need to drop mods on your forum that are adding so many queries.

andrewkhunn 12-26-2008 05:06 PM

Quote:

Originally Posted by Deceptor (Post 1694119)
SBlueman - I believe the issue is related to non vB 3.8 installs, although some vB 3.7 installs have said the vBAdvanced install is working, perhaps between one of the 3.7 versions code changed between vB shifting save_settings(). This is a default vB function so isn't really an issue with vB Optimise, all I can say is try upgrade your vB to the latest vB 3.7 install :)

I am receiving this error, like SBlueman, on vB 3.6.8 as well. You had mentioned fixing it in the next release...

Deceptor 12-26-2008 06:36 PM

andrewkhunn - If it was an issue with vB Optimise specifically I would fix it, but it's due to using an old vB version I'm afraid.

JesusLiv3s 12-27-2008 05:37 AM

When setting the modification to "Online", even when all features are turned off, FORUMHOME expands significantly horizontally.

Screenshot: http://i39.tinypic.com/2ai4ze0.jpg

Why's this happening? I turned the modification off until I can determine the issue.

Andreas 12-27-2008 09:24 AM

Hmm, instead of flushing the whole cache (which seems to be a bit too much anyway), what about keeping track of cached keys and only flush those that are really needed?
Eg. when certain data gets cached add the key to an internal list and when a flush is needed flush only those keys that are affected.

That would also avoid authentication problems (which also occur with eAccelerator btw.)

Deceptor 12-27-2008 04:00 PM

JesusLiv3s - vB Optimise won't modify output if you disable all features but just have it turned on, but with that said, try running it on a default style and see if the same occurs. Which cache method are you using?

Andreas - I agree, and with flush causing issues with authentification I figured it'd probably be better just to create a work-around where keys being used/set by vBO will be overwritten with a flag that when fetched vBO will treat it as "null".

MissKalunji 12-27-2008 04:58 PM

I'm having a problem with Flush cache....Like i have to TURN off vboptimize then flush cache THEN turn it back on...For it to show my template edit

Deceptor 12-27-2008 05:28 PM

MissKalunji - If you're using XCache with Authentification required, then any attempts to auto flush cache will fail because of the authentification needed. If you disable XCache authentification and set it so in vB Optimise, it will begin to work then :)

MissKalunji 12-27-2008 05:30 PM

i'm not using any. i'm on"file cache" webhosting asked me for an outragious price to install xcache so i'm living without it for now til i have enough courage to install it myself or something...

Deceptor 12-27-2008 05:34 PM

The filecache should drop during auto flush, perhaps there's a permission error. Do you have SuPHP option on or off in vB Optimise?

MissKalunji 12-28-2008 12:37 AM

Quote:

Originally Posted by Deceptor (Post 1694938)
The filecache should drop during auto flush, perhaps there's a permission error. Do you have SuPHP option on or off in vB Optimise?

it was on OFF is that important?

i didn't even notice

Deceptor 12-28-2008 03:23 AM

Depends on your setup, typically it should be off, but try setting it to On. It may resolve your issue :)

KHALIK 12-28-2008 04:48 AM

Installed


All times are GMT. The time now is 03:12 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.03381 seconds
  • Memory Usage 1,826KB
  • 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
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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