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)

Ryuk 05-16-2008 07:07 PM

updating, thx!

tafreeh 05-16-2008 07:47 PM

i have a question...

i have .htaccess file ... i copy all the code from provided .htaccess
and i didnt know where to paste it so i just put the code at the bottom of my .htaccess file.. and i cant really see the difference....

Did i do something wrong..

ohh and i tried overwriting .htaccess but i got some page not found error...

please help me out

Jack0919 05-16-2008 08:05 PM

Quote:

Originally Posted by tafreeh (Post 1521960)
i have a question...

i have .htaccess file ... i copy all the code from provided .htaccess
and i didnt know where to paste it so i just put the code at the bottom of my .htaccess file..

add it at the bottom is right ~~~

do not edit it if you don't know much about it.

tafreeh 05-16-2008 08:13 PM

so u mean i should not use it if i dunt know much about it....

bahisyeri 05-16-2008 08:27 PM

nice one dude :)

Jack0919 05-17-2008 03:59 AM

Quote:

Originally Posted by bahisyeri (Post 1521997)
nice one dude :)

Thank you very much. your code is very helpful.

bahisyeri 05-17-2008 06:18 AM

Quote:

Originally Posted by Jack0919 (Post 1522290)
Thank you very much. your code is very helpful.

No need to thanks , thanks to you for letting me know about that yslow thing:)

l2-inferno 05-17-2008 07:17 AM

Great hack,

Click Installed and Nominated

pedroenf 05-17-2008 02:28 PM

Quote:

Originally Posted by Jack0919 (Post 1521823)
Yes, there are. I stop the gif and jpg gzip, because it made much impact on server load

Well, just adding that those who have a 2nd server for static content (such as images) should keep the gif and jpp gzip. I have upgraded and noticed that the absent of that slowed my forum. And just added other image file type: png|jpeg|swf|bmp|tif|tiff. Don't know if it will have any impact but why not try!

Jack0919 05-17-2008 02:48 PM

Quote:

Originally Posted by pedroenf (Post 1522625)
Well, just adding that those who have a 2nd server for static content (such as images) should keep the gif and jpp gzip. I have upgraded and noticed that the absent of that slowed my forum. And just added other image file type: png|jpeg|swf|bmp|tif|tiff. Don't know if it will have any impact but why not try!

Anyway, this is a choice between the speed and performance. However, I want the forum faster as possible, but, I do not want to let the server be extremely serious for this.

There still a thing, until now, I can not make sure if gzip the image is good for speed.

pedroenf 05-17-2008 05:56 PM

Quote:

Originally Posted by Jack0919 (Post 1522644)
There still a thing, until now, I can not make sure if gzip the image is good for speed.

Neither do i :D. But your hack definitely turned my forum faster a bit. Thanks for that.:up:

Jack0919 05-18-2008 12:22 PM

Quote:

Originally Posted by pedroenf (Post 1522796)
Neither do i :D. But your hack definitely turned my forum faster a bit. Thanks for that.:up:

Thank you for installed.

Phornixx 05-18-2008 02:23 PM

Just 1 file inside the zip file, is this ok? I've only uploaded 1 php file and that is it?

Thanks in advance

EDIT: I use mac and OS X does not show .htacces files, could you put the htacces like .txt file? I've managed to upload it but would be good if you ad the txt file.

Jack0919 05-19-2008 06:22 AM

Quote:

Originally Posted by Phornixx (Post 1523575)
EDIT: I use mac and OS X does not show .htacces files, could you put the htacces like .txt file? I've managed to upload it but would be good if you ad the txt file.

here it is the .htaccess
Code:

RewriteEngine On

####Charset
AddDefaultCharset Off

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

####ETags
FileETag None

####Expires
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
ExpiresByType application/x-shockwave-flash A2592000
ExpiresByType text/css A2592000
ExpiresByType application/x-javascript A2592000
</IfModule>


swalker2 05-20-2008 04:09 PM

installed, working great
thank you

Jack0919 05-21-2008 03:41 PM

I'm happy you like this mod.

Leo Brazil 05-21-2008 05:58 PM

Ni Hao Jack.

Installed and working fine. Nice job indeed.

Tks

Jack0919 05-22-2008 05:50 AM

Xie Xie ,

tell me anything if there is something wrong by this mod.

thx.

MikeWarner 05-22-2008 06:06 AM

I will try this, but my site pretty busy (dedicated server), so I'll keep an eye on any server load this may cause. Fingers crossed, any speed increase will outweigh the increase in server load.

FENIX 05-22-2008 07:17 AM

I uninstalled the other version to try the latest yslow and here are the bugs I have found:

*All topics do not open and just display blank pages
*When viewing user profiles, all the tabs/tables are out of line and each box shows underneath each other.
*Does not work with a chatbox

I have uninstalled this version in favour of the other one so fingers crossed you two develop something :)

Edit: I have uninstalled the other version as now topics do not update correctly after a new post is made (you must manually refresh the page to see the lastest post)

redlabour 05-22-2008 07:36 AM

Quote:

Originally Posted by FENIX (Post 1527658)
to try the latest yslow and here are the bugs I have found:

*All topics do not open and just display blank pages
*When viewing user profiles, all the tabs/tables are out of line and each box shows underneath each other.
*Does not work with a chatbox

Alle "Bugs" are not Bugs - they only appear at you. Maybe Problems with your Style and Errors in your .htaccess. :rolleyes:

Feature Request:

Installationinstruction to make it work with vBadvanced. Sure it "works" with vBadvanced but it does not speed it up this Time.

Kinneas 05-22-2008 08:30 AM

Cor blimey. This really helped my site in loading times. Thanks for this!

*Installs

bahisyeri 05-22-2008 09:34 AM

Well, if you are running your forum on your machine and only its running there or you know how to manage it. Use lighttpd and enable mod_compress and mod_expire and make config on it :) , this plugin is so nice and good for people who is on hosting and cant access apache configs and i respect Jack because he is trying to help people with this plugin and i helped him a bit and i saw some guy only changed htaccess and called this plugin made by his own.
Respect,
Jack if you need some help you can ask me in private :)

FENIX 05-23-2008 05:58 AM

Quote:

Originally Posted by redlabour (Post 1527667)
Alle "Bugs" are not Bugs - they only appear at you. Maybe Problems with your Style and Errors in your .htaccess. :rolleyes:

The other version of this worked fine (by simon) - someone else has said this mod does not work with a chatbox. If one works but the other doesn't, surely this is a problem with the code and not my forum! Either way, it gives Jack something to look into incase it is a problem several people are having.

mikkitine 05-23-2008 06:02 AM

<span style="text-decoration: line-through">Does this mod make any changes to the httpd.conf file? I need to know because after installing the update, recently my server's apache software has been turning off. Thanks in advance.</span>

Nevermind, this mod is fine with my stuff.

Galeon 05-23-2008 01:03 PM

I found a error message in apache error log. What does it means?
PHP Warning: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in X:\\Web\\redir.php on line 31

soundbarrierpro 05-23-2008 01:34 PM

Quote:

Originally Posted by FENIX (Post 1528648)
The other version of this worked fine (by simon) - someone else has said this mod does not work with a chatbox. If one works but the other doesn't, surely this is a problem with the code and not my forum! Either way, it gives Jack something to look into incase it is a problem several people are having.

That would be me.

I need it to work with MGC_CHATBOX_EVO and CINVINS forum feed listings. It also screws up my default template CSS when I use the browser refresh or F5

TheSupportForum 05-24-2008 05:58 AM

hi guys, i know mine worked better, but vulletin rmeoved it, as i didnt has his permission to reuse it, however i will be helping him next week after i come off my annual leave

i know what the problem is with chat box, but we need to get VBseo working on it too

i will be posting the modief version i had on my own forum
www.dungeonlordsrpg.co.uk, by the end of next week
but my main concern it to help this coder

redlabour 05-24-2008 06:12 AM

Quote:

Originally Posted by FENIX (Post 1528648)
The other version of this worked fine (by simon) - someone else has said this mod does not work with a chatbox.

This only means that it has no effects on Hacks that are in other Subfolders of your FTP.

But the Hacks are still working fine as before.

Instructions to make it work in vBadvanced if Forum is installed in /forum and vBa in /:

Move one copy of redir.php to / and add the .htaccess Modifications to /.
Move one copy of redir.php to /forum and add the .htaccess Modifications to /forum.

Should work with every FTP Directory.

On my Project it now boosts both Directorys. ;)

alehawk 05-24-2008 10:12 PM

this should work on any site has or not vb installed or not?

Brandon Sheley 05-24-2008 10:31 PM

does it only speed up on IE or firefox as well?

Discussions 05-24-2008 11:18 PM

This works pretty good. vBulletin already has compressed their .js files though, so, there is no need to have it gzipped.

Discussions 05-24-2008 11:18 PM

Quote:

Originally Posted by alehawk (Post 1530453)
this should work on any site has or not vb installed or not?

Yes it should.

TheSupportForum 05-26-2008 11:28 AM

i have been able to get it to work properly with the following scripts

VBSeo 3.1.0
vBadvanced CMPS v3.0.1
Inferno vBShout Pro 2.5.1

I have PM'd the Author of this script with the updated htaccess file

just waiting for feedback for a new release from the author
my website is http://www.dungeonlordsrpg.co.uk
currently updating with new features, would like some idea's from all

mikkitine 05-26-2008 02:01 PM

Quote:

Originally Posted by redlabour (Post 1529746)
This only means that it has no effects on Hacks that are in other Subfolders of your FTP.

But the Hacks are still working fine as before.

Instructions to make it work in vBadvanced if Forum is installed in /forum and vBa in /:

Move one copy of redir.php to / and add the .htaccess Modifications to /.
Move one copy of redir.php to /forum and add the .htaccess Modifications to /forum.

Should work with every FTP Directory.

On my Project it now boosts both Directorys. ;)

Thanks a lot for this advice.

Leo Brazil 05-26-2008 05:21 PM

Quote:

Originally Posted by simonhind (Post 1531734)
i have been able to get it to work properly with the following scripts

VBSeo 3.1.0
vBadvanced CMPS v3.0.1
Inferno vBShout Pro 2.5.1

I'll keeping a look on this closely once I have the same config on mine.

That's cool.

joerns 05-26-2008 06:14 PM

Works great, with VBSEO and all. Thanks!!

TheSupportForum 05-26-2008 08:48 PM

many people have said that version 1.0.3 has problems with vseo and chatbox
due to vseo using there own htaccess file

trackpads 05-26-2008 11:38 PM

Quote:

Originally Posted by Leo Brazil (Post 1532060)
I'll keeping a look on this closely once I have the same config on mine.

That's cool.

I am using the same. I had to merge the htaccess files but no biggie. works fine.

redlabour 05-27-2008 02:50 AM

Quote:

Originally Posted by simonhind (Post 1532222)
many people have said that version 1.0.3 has problems with vseo and chatbox
due to vseo using there own htaccess file

Many People trying to install Version 1.0.3 and vBSEO and Chatbox are incompetently to edit a .htaccess File. It is not a Problem of YSLOW - it is a Problem of the Users trying to install it. :cool:


All times are GMT. The time now is 05:50 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.01450 seconds
  • Memory Usage 1,829KB
  • 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
  • (17)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