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)
-   -   Board Optimization - [DBTech] vB Optimise 2.0.1 (Lite) (https://vborg.vbsupport.ru/showthread.php?t=237325)

tomoyo23 02-06-2011 02:06 AM

hello error:
Running Test: Fetch Cache
Your Opcache Operator extension is functioning, however it is unable to store data. Please check your extension configuration.
PHP Version 5.2.15
XCache v1.3.1

any solution please?.. greetings

DragonByte Tech 02-06-2011 02:11 AM

Quote:

Originally Posted by DragonByte Tech (Post 2154083)
sadly we're unable to assist with how to set up XCache. You can try Memcached instead, it's got a lot less configuration problems and works on pretty much all systems.


Fillip

denman75 03-09-2011 03:02 PM

installed it and loading time is so much faster
i thought it was query optimization but its really visible faster
thank you and if its keep working like this ill go for the pro version!

BadgerDog 03-14-2011 02:10 PM

Uninstalled vB Optimise 2.0.1 (Lite) ....

Purchased and installed vB Optimise 2.3.0 (Pro) ....

I don't understand why as I'm not a huge technical Unix guy, but for whatever reason, our forums are incredibly faster using this product ... :up:

Thanks Fillip, for helping us get it going with Memcache .... :)

Regards,
Doug

doobiefillin 03-17-2011 02:02 PM

broken in 4.1.2

DragonByte Tech 03-17-2011 03:00 PM

Quote:

Originally Posted by doobiefillin (Post 2174391)
broken in 4.1.2

Unfortunately that does not help us diagnose the problem.

We are running it on two sites using 4.1.2 with no problems.


Fillip

RWerksman 03-23-2011 12:34 AM

FYI - we have this installed with eAccelerator. It was kind of tricky:

- You need eAccelerator 0.9.5.3 or below. The _get and _put caching was dropped from 0.9.6 and above.
- 0.9.5.3 only works with PHP 5.2.x It doesn't work or install with 5.3.x
- The note in the first post of this is correct. You need the extra flag in during PHP compile.

You can test to see if eAccelerator is working correctly (or will work correctly with this mod by dropping the following code into a php file and running it:

Code:

<?php
$rfunc = get_extension_funcs( 'eaccelerator' );
print_r($rfunc);
 
function ea ($str)
{
        eaccelerator_put("testkey", $str);
        for ($i = 0; $i < 1e5; $i++)
        {
                $r = eaccelerator_get("testkey");
        }
        return $r;
}
 
$str = str_repeat("1234567890", 1024); // 10 KB
$r = ea($str);
echo strlen($r);
 
?>

If you get an error. You have some work to do...

I hope this mod is worth it :D

shaw17 04-20-2011 07:39 AM

Killed my forum, had to restore from a backup, warning.

DragonByte Tech 04-20-2011 07:59 AM

Unfortunately your post does not help us diagnose the problem and help you :(


Fillip

Lestat_ 05-01-2011 05:00 PM

maybe stupid question but does this mean this mod reduces server load ? Currently i get about 25 error emails per day , always the same reason (mysql server has gone away) and always the same sql that's causing it (UPDATE vb_session SET lastactivity ...) so i could use a mod which reduces server load :)


All times are GMT. The time now is 12:41 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.01500 seconds
  • Memory Usage 1,736KB
  • 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_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
  • (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