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)

pedroenf 04-03-2009 03:58 PM

Could you translate it please :D

What and how to modify?

SCuN 04-03-2009 08:03 PM

very very useful mod
load on my dedicated server decreased 40% !!!!!!!!!!!

cellow 04-04-2009 12:18 AM

feature suggestion:
Give the ability to seperatly flush the cache. For example, only flush the cache of "phrases" or "templates" or "notices" ...

Why this feature?
Sometimes, u just update a notice, and u have to flush the whole cache. IMO, no need!

stryka 04-06-2009 01:53 PM

What are ppl doing to compare before and after results ? What are you using?

testbot 04-06-2009 05:20 PM

Quote:

Originally Posted by stryka (Post 1785041)
What are ppl doing to compare before and after results ? What are you using?

yes, i'm also interested in this.

most mods create extra server load, it would be really nice to have one that actually decreases it!

i'm really interested in this mods success. i hope it does what is says but would like to see some more reviews before installing it.

love the concept!

SnakeV 04-06-2009 07:15 PM

Quote:

Originally Posted by stryka (Post 1785041)
What are ppl doing to compare before and after results ? What are you using?

On a big board with more than 2000 online users this magical addon decreased my server load average from 6 to 3 :)

legion! 04-06-2009 10:28 PM

I installed your hack and got this error

Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/hoodlege/public_html/forums/includes/class_activecache.php on line 20

and i cant get it off and i cant get into the cpanel to reverse this...what do i do???

legion! 04-06-2009 10:39 PM

what da hell man i cant uninstall this...what am i supposed to do???

Megatr0n 04-06-2009 10:49 PM

Quote:

Originally Posted by legion! (Post 1785390)
what da hell man i cant uninstall this...what am i supposed to do???

You need to disable all hacks from your config.php file and then uninstall it.

legion! 04-06-2009 11:04 PM

ok i didnt know i culd do that through the config.php imma go see

legion! 04-06-2009 11:05 PM

Hey man is there any way yu can briefly tell me how to do it?? im in the config file now

legion! 04-06-2009 11:23 PM

i got it uninstalled....

Jasey 04-07-2009 10:18 PM

Since installingg 3.8.2 the edit button no longer works. I have found this plugin to be the issue. Has anyone found a fix for this or are we waiting on an upgrade?

Thanks :)

veenuisthebest 04-08-2009 02:03 AM

Quote:

Originally Posted by Jasey (Post 1786135)
Since installingg 3.8.2 the edit button no longer works. I have found this plugin to be the issue. Has anyone found a fix for this or are we waiting on an upgrade?

Thanks :)

works good for me.

Forget about upgrades btw. :p

el-q6ri 04-08-2009 08:06 AM

Quote:

Originally Posted by el-q6ri (Post 1762638)
I have use eAccelerator and VB 3.7.5 PL1 and this mode but when I select Flush Cache it dont flush the Cache I use PHP5.2.5 and MYSQL 4.1.22-standard

how to solve this ?

any one know hot to solve this error ?

cad2go 04-08-2009 12:11 PM

Quote:

Originally Posted by el-q6ri (Post 1786412)
any one know hot to solve this error ?

Flush the cache manually through the web admin page that comes with eAccelerator

http://www.scriptinstallation.in/eac...interface.html

Sciax2 04-08-2009 06:16 PM

Does it work with lighttpd???
I recently upgraded from apache to lighttpd, but I have some problems enabling xcache in vboptimise options.

OnyxChase 04-08-2009 11:27 PM

I tried this on vBulletin 3.6.12 with xCache but there was barely any difference in Page generation time, but it would use ~100KB more memory per page. So I had to uninstall...

thetgc 04-09-2009 01:03 PM

I installed this but then i couldnt install any other plugins... i kept getting fatal error codes etc...

I had to uninstall it, although it is a great plugin.

Does anyone know how to get around this/fix this?

Im running vb 3.8.2

thanks,

KevinL 04-09-2009 01:12 PM

well, what were the error codes?

thetgc 04-09-2009 01:23 PM

Here you go

Code:

Fatal error: Call to undefined method vb_activecache::flush() in /home/********/public_html/new/includes/adminfunctions_template.php(2359) : eval()'d code on line 6

KevinL 04-09-2009 01:28 PM

Try chmodding Vboptimise folder in your ftp to 777 then flush your cache...then try whatever you were doing.

thetgc 04-09-2009 01:34 PM

how do i flush the cache... sorry im a noob to this :P

I tried flushing the cache with vb optimise but i get this

Code:

Fatal error: Call to undefined method vb_activecache::flush() in /home/remo71/public_html/new/includes/adminfunctions_options.php(490) : eval()'d code on line 62
I chmod the file 777.

KevinL 04-09-2009 01:57 PM

Quote:

Originally Posted by thetgc (Post 1787345)
how do i flush the cache... sorry im a noob to this :P

I tried flushing the cache with vb optimise but i get this

Code:

Fatal error: Call to undefined method vb_activecache::flush() in /home/remo71/public_html/new/includes/adminfunctions_options.php(490) : eval()'d code on line 62
I chmod the file 777.

what php version do you use? You have to have at least 5.1..also make sure you set up your config file right for your cache method

thetgc 04-09-2009 02:02 PM

PHP version 5.2.8

This is my config for cache settings

Code:

        // ****** DATASTORE CACHE CONFIGURATION *****
        // Here you can configure different methods for caching datastore items.
        // vB_Datastore_Filecache  - to use includes/datastore/datastore_cache.php
        // vB_Datastore_APC - to use APC
        // vB_Datastore_XCache - to use XCache
        // vB_Datastore_Memcached - to use a Memcache server, more configuration below
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';

although im not sure which cache method to use

KevinL 04-09-2009 02:12 PM

you have to uncomment it... remove the // from

Code:

// $config['Datastore']['class'] = 'vB_Datastore_Filecache';
Read the instructions in the zip, it should tell you all this ;)

thetgc 04-09-2009 02:23 PM

Thanks :)

works great now :)

KevinL 04-09-2009 02:26 PM

Quote:

Originally Posted by thetgc (Post 1787389)
Thanks :)

works great now :)

Excellent!!! :)

mute 04-10-2009 08:16 PM

Question, sorry if this was already covered, I didn't want to dig through 64 pages of stuff. We've had our own similar implementation of a plugin to do some of the same stuff, but vBoptimize looks to cover some bases we hadn't done yet.

My question is, how backwards compatible is this? We're still stuck in 3.6 land, and I didn't see a mention if compatibility in the first post.

voter 04-16-2009 09:03 PM

Quote:

Fatal error: Call to undefined method vb_activecache::flush() in ...includes/adminfunctions_template.php(2359) : eval()'d code on line 6
This comes every time I am trying to edit and save ANY template.

Will hope to find more as of I think it comes from some other plugin that possibly conflicting with this one.
I only localize, that it not happen if I switch off the Plugin "vB Optimise: Kill Cache" in this package.

supersy 04-17-2009 09:21 PM

are there any incompatibilities with version 3.8.2 ?

tafreeh 04-18-2009 05:20 AM

i just installed this on 8.2... and its working great..... no errors so far....
great mod...thnx

JohnBee 04-18-2009 08:30 PM

Worked with this MOD for a few weeks taking readings on my forums.
For me, it did not benefit site performance whatsoever.

We use xCache and it is well optimized.
Thing is though the added data was seen in xcache manager.
Rather than finding performance gains, I actually found slower rendering times then without it.

Perhaps my forum is not large enough for this MOD to be beneficial. :confused:

dutchbb 04-18-2009 09:18 PM

Quote:

Originally Posted by Deceptor (Post 1688301)
-Reserved-

Why would the vB devs not do this with the default code? Seems to me there must be a reason for them not doing it?

voter 04-20-2009 03:56 PM

BUG.
When one has many languages on forum, this caching disturbing the users who don't use the forum default language.

When a user logs in he sees the phases in default language.

Even choosing another language could bring after couple minutes and clicks, to situation, that user sees everything again in default language or last used language from other user, the phrases of which is just cached.

I switched off for my forum the plugins
vB Optimise: Cache Phrases fetch_userinfo_query
vB Optimise: Cache Phrases (Finalise)

The rest is still ok and doing good job.

rmxs 04-21-2009 05:00 PM

When a member register, the email received don“t have the "FROM" part

Any suggestion how can we fix this?

katan 04-21-2009 07:33 PM

Thank you!

KevinL 04-21-2009 09:19 PM

Quote:

Originally Posted by rmxs (Post 1796114)
When a member register, the email received don?t have the "FROM" part

Any suggestion how can we fix this?

Turn off 'cache phrases'

static-skillz 04-23-2009 01:19 AM

I asked in Kiros' thread regarding getting his plugin and yours to work together, and was wondering if you have any intention of doing this?

billb 04-23-2009 03:43 PM

Installed on 3.8.2 works perfect;
many thanks great mod Deceptor;

Note:
In the admincp clicking the 2nd option (optimal settings check )
gives me page cannot be displayed !

Regards


All times are GMT. The time now is 04:57 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.02252 seconds
  • Memory Usage 1,819KB
  • 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
  • (5)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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