vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - YSLOW 1.0.3 (Make Your Forum Faster) (https://vborg.vbsupport.ru/showthread.php?t=178286)

abrecher 06-01-2008 03:35 PM

Quote:

Originally Posted by maxicep (Post 1537833)
doesn't work with vbseo 3.2 RC7 for now..

Running VB 3.7.1 and vBSEO 3.2.0 RC5 . Works fine for me.

pedroenf 06-01-2008 03:43 PM

Quote:

Originally Posted by abrecher (Post 1537923)
Running VB 3.7.1 and vBSEO 3.2.0 RC5 . Works fine for me.


He was talking about RC7! This new version requires a .htaccess modification, and this hack does too. For me the modification i referred in my previous post worked! And i suppose it works for everybody.

netcommander 06-02-2008 12:21 PM

i've add this hack Running VB 3.7.1 and vBSEO 3.2.0 RC5 . Works fine for me
but i've got a one question how can I test before and after is there any method ? it looks faster

bahisyeri 06-02-2008 04:12 PM

Quote:

Originally Posted by netcommander (Post 1538687)
i've add this hack Running VB 3.7.1 and vBSEO 3.2.0 RC5 . Works fine for me
but i've got a one question how can I test before and after is there any method ? it looks faster

You need to install YSLOW extension to your firefox and it needs Firebug extension.

PaylaX 06-02-2008 04:20 PM

Perfect job!

rootnik 06-02-2008 07:43 PM

Installed, but having problems.

My ads do not seem to be displaying as they were before. This may be my ad server acting up because I restarted apache though (I have the rules in my vhost.conf file instead of htaccess).

I have the javascript redirects disabled and left everything else alone.

netcommander 06-02-2008 08:18 PM

Quote:

Originally Posted by bahisyeri (Post 1538922)
You need to install YSLOW extension to your firefox and it needs Firebug extension.

thanks m8 dude

flipstyle 06-02-2008 08:23 PM

Great plugin. Keep up the good work. It works with vBulletin 3.7.1 with no problems and I see a difference. Thanks.

ALil'Hope 06-02-2008 09:18 PM

I can totally tell my forum is loading faster, Installed!

maxicep 06-02-2008 09:19 PM

Quote:

Originally Posted by abrecher (Post 1537923)
Running VB 3.7.1 and vBSEO 3.2.0 RC5 . Works fine for me.

doesn't work with RC7

maxicep 06-02-2008 09:24 PM

Quote:

Originally Posted by pedroenf (Post 1537882)
Just one info for those who upgrade VBSEO to RC7. In .htaccess file you have to modify one line:

Code:

####Gzip
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*)(js|css|jpg|gif)$ redir.php?file=$1$2&type=$2 [L]
</IfModule>

Just add the code line in red or your images and chats wont work right. At least for me that have static contents (images) in a second server.

and it works now

thanks for this tip :D

pedroenf 06-03-2008 10:05 AM

Quote:

Originally Posted by maxicep (Post 1539163)
and it works now

thanks for this tip :D


You're welcome! :D

Bonus Paradise 06-03-2008 03:18 PM

seems to work fine
now I would have some questions
I have already a htaccess on main page
http://www.bonusparadise.com/
and now this one here in my forum root
http://www.bonusparadise.com/forum
will there be no problems having more htaccess files on the same domain?

Would this work also for my main page
or can i just add all this in my main page htacess and i dont need another one then in forum root?

And one last question
how can i redirect my http://www.bonusparadise.com/forum/index.php
to http://www.bonusparadise.com/forum/

I have this done for my main
but for the forum i just cant manage it somehow.

Any help and info is much appreciated
thanks in advance
Marina

abrecher 06-04-2008 02:44 AM

Does it matter if I have "Add No-Cache HTTP Headers" selected ON or OFF if I'm using this plugin ?

bahisyeri 06-04-2008 02:58 AM

Quote:

Originally Posted by abrecher (Post 1540245)
Does it matter if I have "Add No-Cache HTTP Headers" selected ON or OFF if I'm using this plugin ?

Nooo enabling that option will make your dynamic content sent with no-cache and it will read from users browser so if you make your forums turn off and some users come and see it after u open ur forum they can see it still under maintance.

abrecher 06-04-2008 03:19 AM

Quote:

Originally Posted by bahisyeri (Post 1540261)
Nooo enabling that option will make your dynamic content sent with no-cache and it will read from users browser so if you make your forums turn off and some users come and see it after u open ur forum they can see it still under maintance.

So "Add No-Cache HTTP Headers" should be set to NO ?

bahisyeri 06-04-2008 12:27 PM

Quote:

Originally Posted by abrecher (Post 1540267)
So "Add No-Cache HTTP Headers" should be set to NO ?

Yes you are correct

Magnumutz 06-04-2008 07:11 PM

With vBSEO 3.2.0 RC7, this disables all the AJAX/Javascripts... help?
I've seen some fixes in the upper posts, but i'm not sure if they work for my problem.

Chadi 06-05-2008 12:53 AM

Quote:

Originally Posted by bahisyeri (Post 1538922)
You need to install YSLOW extension to your firefox and it needs Firebug extension.

These two are not compatible with my Firefox 3 RC1 version unfortunately. Anyone willing to do my work on my behalf and show me the results (screenshots)? :D

I uploaded both htaccess and redir files and I'm using VBSEO RC5 at this time. I would like to get some results, remove the yslow modifications and then get the results without the modifications.

Thanks to whomever may help on this.

taxick 06-05-2008 12:49 PM

Info:

This hack will not work with vBSEO 3.2.0 RC7!

When this hack and vbseo is installed on you forum, the WYSIWYG editor will not work :(

Me be the Problem is ind the .htaccess

EDIT: PROBLEM FIXET

I added "RewriteCond %{REQUEST_FILENAME} -d" to the .htaccess

thx to pedroenf

pedroenf 06-05-2008 12:59 PM

Quote:

Originally Posted by taxick (Post 1541498)
Info:

This hack will not work with vBSEO 3.2.0 RC7!

When this hack and vbseo is installed on you forum, the WYSIWYG editor will not work :(

Me be the Problem is ind the .htaccess


Could you explain better please? Have you tried out the solution i posted in this thread?

taxick 06-05-2008 02:04 PM

Quote:

Originally Posted by pedroenf (Post 1541503)
Could you explain better please? Have you tried out the solution i posted in this thread?

Sorry - My bad!!

I have not read you post. :o

I added "RewriteCond %{REQUEST_FILENAME} -d" to the .htaccess

Now its work.. Thx for you help. :up:

Installed agian :D

maxicep 06-05-2008 02:08 PM

Quote:

Originally Posted by taxick (Post 1541498)
Info:

This hack will not work with vBSEO 3.2.0 RC7!

When this hack and vbseo is installed on you forum, the WYSIWYG editor will not work :(

Me be the Problem is ind the .htaccess

i have no problem on vbseo 3.2 rc7 and vbb 3.7.1

tekguru 06-05-2008 06:04 PM

Working perfectly for me with vBSEO and vB 3.7.1 - actually reduced server load!

PGAmerica 06-05-2008 06:46 PM

The moment I upload the .htacess file into my forum root, my site gets all funky. The drop-down menus in vbulletin no longer work and my shoutbox stops working.

sross 06-07-2008 09:55 PM

Quote:

Originally Posted by abrecher (Post 1540267)
So "Add No-Cache HTTP Headers" should be set to NO ?

I'm pretty confused about this. In vbulletin settings it states:

Quote:

Selecting yes will cause vBulletin to add no-cache HTTP headers. These are very effective, so adding them may cause server load to increase due to an increase in page requests.
vbulletin recommends this but if you are saying i will have better performance i guess i will disable it and give it a go.

Also, this is weird.. i am running vbseo fine yet see no .htaccess in my forum root, i thought vbseo has an .htaccess in the forum root? I made a fake .htaccess2 file and can see it. Will check vbseo site
*nevermind, found it in plesk filemanager

losedude 06-08-2008 06:47 AM

Seems to work great.

Mesohu 06-08-2008 08:02 AM

How I can see or test it by any site ?
Before & After installing it ?

PGAmerica 06-08-2008 03:09 PM

Quote:

Originally Posted by PGAmerica (Post 1541727)
The moment I upload the .htacess file into my forum root, my site gets all funky. The drop-down menus in vbulletin no longer work and my shoutbox stops working.

Is there any answer to my problem?

pedroenf 06-08-2008 03:20 PM

Quote:

Originally Posted by PGAmerica (Post 1544147)
Is there any answer to my problem?

If you have done a little search arround you would find my post :D : https://vborg.vbsupport.ru/showpost....&postcount=240

xXEsEtUlOnXx 06-08-2008 04:13 PM

thanks works perfectly, marked as installed

PGAmerica 06-08-2008 05:12 PM

Quote:

Originally Posted by pedroenf (Post 1544156)
If you have done a little search arround you would find my post :D : https://vborg.vbsupport.ru/showpost....&postcount=240

Just one info for those who upgrade VBSEO to RC7. In .htaccess file you have to modify one line:

I saw that, but I am not runner VBSEO

pedroenf 06-09-2008 02:20 AM

Well in that case i'm sorry for the misunderstanding.

PGAmerica 06-09-2008 02:08 PM

Well, I am still having the same problem tho.

bartek24m 06-11-2008 07:55 PM

after installthis mod my shoutbox doesnt work correctly

when users try to type polish singhts (marks) like 'śżąźłć' they optain question marks - '?????' :(

how can i solve this problem ?


Thanks for help

PGAmerica 06-11-2008 08:11 PM

That is one of the symptoms I am having too. They don't seem to want to answer these questions tho

Deimos 06-11-2008 09:25 PM

Ended up removing it.

Had a few problems, with the BBCode toolbar and when people went to edit their posts

Using the "Img" button in the toolbar didn't work and even using the [*img] bbcode, didn't work either (turned the url/bbcode into gibberish)
Using the Edit button on a post and all characters such as £, $ and others, turned into hashes and weird symbols.

Deimos 06-11-2008 09:38 PM

Think I spoke to soon, I forgot about the UTF8 option in the VBSEO file, hehe.

iogames 06-11-2008 10:31 PM

so isn't bug free?

Deimos 06-11-2008 11:27 PM

Is anything Bug free? heh
I can't get it to work right, some drop down menus stop working when it's installed, so had to remove it.


All times are GMT. The time now is 08:58 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.01586 seconds
  • Memory Usage 1,827KB
  • 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
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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