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)
-   -   Major Additions - [DBTech] DragonByte SEO v2 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=308615)

Jorandh 02-10-2015 12:54 PM

We just tested out the Lite version, it looks promising and we are interested in the Pro plugin. However, our CPU has jumped up for about 3 times...!

Without the plugin:
Server Load Averages 2.04 1.99 1.63 | 1,392 Users Online (783 members and 609 guests)

With the plugin:
Server Load Averages 6.16 5.54 5.38 | 1,431 Users Online (800 members and 631 guests)

We are running APC by the way for OPCode caching + vbOptimise plugin. Any idea?

BorjaECI 02-11-2015 06:48 PM

nginx support?

Thanks you.

DragonByte Tech 02-11-2015 09:53 PM

Quote:

Originally Posted by Jorandh (Post 2536861)
We just tested out the Lite version, it looks promising and we are interested in the Pro plugin. However, our CPU has jumped up for about 3 times...!

Without the plugin:
Server Load Averages 2.04 1.99 1.63 | 1,392 Users Online (783 members and 609 guests)

With the plugin:
Server Load Averages 6.16 5.54 5.38 | 1,431 Users Online (800 members and 631 guests)


We are running APC by the way for OPCode caching + vbOptimise plugin. Any idea?

Is APC also enabled in vBulletin's config.php?

Also, bear in mind that CPU load of 6 is only a problem if your CPU is a single Dual Core CPU. If you have a Quad Core CPU, 8 is the load ceiling before you may experience slowdown.

Quote:

Originally Posted by BorjaECI (Post 2537048)
nginx support?

Thanks you.

Yes, DBSEO comes with a sample nginx.conf file for Nginx support. You must modify it yourself to suit your server & forum.


Fillip

Jorandh 02-12-2015 08:23 AM

Quote:

Originally Posted by DragonByte Tech (Post 2537074)
Is APC also enabled in vBulletin's config.php?

Also, bear in mind that CPU load of 6 is only a problem if your CPU is a single Dual Core CPU. If you have a Quad Core CPU, 8 is the load ceiling before you may experience slowdown.

Running on 16 cores, but slowing down the site heavily.. APC is active in config.php and on our busy hour the server load went up to 14.xx :(

Now- without the mod- back running on 1.50-4.00, so it seems like it indeed is the plugin. Any idea if the URL rewriting could make the server load increase this much? Using Nginx too- going to try rewriting trough there right now to see any differences.

Marv 02-12-2015 10:09 AM

Quote:

Originally Posted by Jorandh (Post 2537128)
Running on 16 cores, but slowing down the site heavily.. APC is active in config.php and on our busy hour the server load went up to 14.xx :(

Argh, that wasn?t what I?d wanted to hear :/
It?s slowing down the site, yes, but (for us on a minor forum with 200 sessions at one time) not that heavily that user experiences are affected very much. But I guess that?s through design.

Could you please report back, how you got this solved for you in the end, when you?re done reviewing that issue?

Marv 02-12-2015 10:32 AM

Quote:

Originally Posted by Alan_SP (Post 2536307)
Did you had vBSEO and what situation was then?

Yep, we switched directly from vbSEO to DBSEO and I wrote down the loads for comparison. With vbSEO CPU load was ~80% and server loads barely under 1:1:1 .

Quote:

Originally Posted by Alan_SP (Post 2536307)
Each core (you have 12) is represented with 1 when it's up to 100% load in server load averages. So, if your server would run with 50% load, you'd see something like: 6:6:6 (well, the number of the beast :D). You could interpret it like 6 cores run to the max and 6 aren't working at all. Or any other way you want to.

I?m not worried to run out of ressources :D. Indeed it has slightly slowed down the server. I was just courious if that could somehow add up over time to create a problem the one or other way. As Jorandh pointed out now, unfortunal it can be a big deal. Unless DBTech can?t relay on a QA with 20 people, DBSEO is beeing updated on the fly and therefor needs bug reports they can act upon. It?s a bit to much to expect, that Fillip is going through each an every line of code to reflect every server config, environment or custom feature available.

Errm wait..mhm..that idea doesn?t sound THAT bad :D;)

Alan_SP 02-12-2015 04:03 PM

Yes, it looks bad, having server load from vBSEO to DBSEO spike that much.

On the other hand, I hope that DBTech would find a way to reduce that load with next versions. For example, APTL (thanks mod) had greatest impact on server (at least mine), so much so I had to stop using it. But, over time that was reduced so much that now it's reasonable.

Hopefully the same will be with DBSEO.

Alan_SP 02-12-2015 04:04 PM

Quote:

Originally Posted by Jorandh (Post 2537128)
Running on 16 cores, but slowing down the site heavily.. APC is active in config.php and on our busy hour the server load went up to 14.xx :(

What's with page generation time? How longer it takes to create page (forum index, full thread page, these are the most telling pages to check)?

crouzmind 02-12-2015 05:28 PM

am install this tool give error when enable Rewrite Forum URLs Rewrite Thread URLs 404 error on threads every thread i did both this thing but same problem

RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|image s|reviewpost|classifieds|photo post)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]

4. (vB4 Only) Go to AdminCP -> Settings -> Options -> Friendly URLs
and set the "URL Type" to "Standard URLs".

5. (vB4 Only) Go to AdminCP -> Settings -> Options -> Friendly URLs
and set the "Canonical URL" enforcement to "Off"

ForceHSS 02-12-2015 06:30 PM

Quote:

Originally Posted by crouzmind (Post 2537186)
am install this tool give error when enable Rewrite Forum URLs Rewrite Thread URLs 404 error on threads every thread i did both this thing but same problem

RewriteEngine On

# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews

RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|image s|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]


4. (vB4 Only) Go to AdminCP -> Settings -> Options -> Friendly URLs
and set the "URL Type" to "Standard URLs".

5. (vB4 Only) Go to AdminCP -> Settings -> Options -> Friendly URLs
and set the "Canonical URL" enforcement to "Off"

is your admincp folder renamed or have you left it as default name


All times are GMT. The time now is 06:47 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.01995 seconds
  • Memory Usage 1,756KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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