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)

Y-ZOOM 05-27-2008 04:11 AM

man im in big trouble

i'v uploaded ur files into my forum and this is the first .htaccess in my forum root

but after i uploaded . the colore of thread and size and smiles in the liberator won't working

so i removed the 2 files but the problem still in my forum

. just in Internet Explorer , but in firefox every thing is okay

i'v tried and created a new folder in my root /vb3

and it's working in Internet Explorer , but all my pages are indexed in google

with this path /vb not vb3 .. and i really want to fix this folder "/vb"

please help me man

soundbarrierpro 05-27-2008 12:35 PM

Did you backup? Reload from your backup. This hosed up my site as well.

misr.cc 05-27-2008 03:13 PM

super speed ... i like it

thanx

Leo Brazil 05-27-2008 03:22 PM

Quote:

Originally Posted by trackpads (Post 1532351)
I am using the same. I had to merge the htaccess files but no biggie. works fine.

I did that too right now and it's working great.

Galeon 05-27-2008 03:45 PM

I found a error message in apache error log.
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

Anyone help?

neologan 05-27-2008 07:00 PM

very nice :)

tokenyank 05-27-2008 07:15 PM

Installed


Results before hack enabled with my own server optimization in place:
http://www.mumsonline.net/techsupport/before.jpg

And after:
https://vborg.vbsupport.ru/

Not a huge difference, but enough over time!

Thanks! :)

zlos 05-28-2008 01:22 PM

Had to remove it - although for me worked perfectly.
I have had quite a lot of user complaints about problems with vB editor. Cleaning temps of their browsers does not help.
It seems that some combinations of MS IE 7.xx, Windows and Java could not read the .js files.

mariocaz 05-28-2008 05:26 PM

Installed and working like a charm in conjuntion with this mod:

https://vborg.vbsupport.ru/showthread.php?t=121315

thank you so much!!!

nothing4me 05-28-2008 07:03 PM

WARNING: DO NOT INSTALL.

This puts a CACHE on the your user's hard drive. Everytime they reload the page, it will load the CACHE. For example, if you close your forum for an upgrade, they will get the closed error even if you open it up again. The only way to reverse it is to remove this mod and ask the users to CLEAR THEIR CACHE. Also, new posts etc won't be seen either since they are keeping a CACHE!

This hack is reported.

tokenyank 05-28-2008 11:09 PM

Reported???

For forcing enduser cache? Something that enduser browsers should do as default? (well, FF and Opera does... But we can't expect IE to work properly... It is Microsoft after all!)

Using a hack that clearly says:
Quote:

Add an Expires header

Adding an Expires header to your components with a date in the future makes them cacheable, reducing the load time of your pages.
Seems as though someone didn't read what this did before installing the modification!!! *tsk tsk*

As to not updating new posts, this hack does nothing to cache dynamic content of your site it only caches images/swf/css etc
Code:

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

Nothing in there about cacheing php (or if you are running some SEO mods, html)... And, if you're overly sensitive... If you turn the board off, when you re-enable it, also turn on "no cache" headers in your vb options for a day to force users' browsers to update upon return...

The warning isn't necessary, reporting it shows your nativity, and any of your problems can be solved or are simply imagined.

mariocaz 05-28-2008 11:39 PM

nothing4me are you very sure of that ??

nothing4me 05-28-2008 11:40 PM

Quote:

Originally Posted by tokenyank (Post 1534543)
Reported???

For forcing enduser cache? Something that enduser browsers should do as default? (well, FF and Opera does... But we can't expect IE to work properly... It is Microsoft after all!)

Using a hack that clearly says:


Seems as though someone didn't read what this did before installing the modification!!! *tsk tsk*

As to not updating new posts, this hack does nothing to cache dynamic content of your site it only caches images/swf/css etc
Code:

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

Nothing in there about cacheing php (or if you are running some SEO mods, html)... And, if you're overly sensitive... If you turn the board off, when you re-enable it, also turn on "no cache" headers in your vb options for a day to force users' browsers to update upon return...

The warning isn't necessary, reporting it shows your nativity, and any of your problems can be solved or are simply imagined.

Try doing it yourself. The problem persists with IE and FF. One of the settings in this mod is causing the browser to cache the whole thing instead of what it was really supposed to cache. Edit: (I'm guessing the PHP file has something to do with it?)

And I know browsers cache webpages, but they keep it for a short amount of time. This mod increases that time too much. (Look at my 1st paragraph)

nothing4me 05-28-2008 11:41 PM

Quote:

Originally Posted by mariocaz (Post 1534560)
nothing4me aere you very sure of that ??

Yes. I am positive. I have gotten complaints from my users (over 30 complained) after I told them that the site was back up. I was constantly getting "Forum is off" messages at the top of VBulletin too on random pages.

We were talking on MSN etc, so that's how I know. After I removed the mod + asked them to clear their cache, it worked for them and me. (Both FF and IE.)

If you guys don't believe me, just try it yourself.

mariocaz 05-29-2008 12:32 AM

Mmm very bad news because the mod is working very nice in my forum.

I hope the author come here to help us with this.

nothing4me 05-29-2008 12:49 AM

Quote:

Originally Posted by mariocaz (Post 1534591)
Mmm very bad news because the mod is working very nice in my forum.

I hope the author come here to help us with this.

I PM'd him, so I guess we'll wait for a reply. This is a nice mod, just needs some fixing. :(

Marco van Herwaarden 05-29-2008 06:37 AM

Quote:

This hack is reported.
We do not take any action for a modification that does as described: Cache items locally.

tokenyank 05-29-2008 07:27 AM

Quote:

Originally Posted by nothing4me (Post 1534562)
Try doing it yourself.

I have, been using it since I posted my results images... Absolutely no problems and significantly lower page load times in IE (firefox always cached properly, IE7 played silly buggers)
Quote:

Originally Posted by nothing4me (Post 1534562)
Edit: (I'm guessing the PHP file has something to do with it?)

php file only pipes css and js through a gzip routine to compress them.
Code:

switch ($_REQUEST['type']){
  case 'css':
    header("Content-type: text/css");
    break;
  case 'js' :
    header("Content-type: text/javascript");
      break;
  default:
    header("Content-type: text/plain");
}

Again, nothing to do with html or php.

This mod is safe to use and does exactly what it says it does on the tin. If you don't like the time limits lower them.

Change the value (2592000) in .htaccess to something else like:

Code:

#      300  5 MIN
#      600  10 MIN
#      900  15 MIN
#    1800  30 MIN
#    2700  45 MIN
#    3600  1 HR
#    7200  2 HR
#    10800  3 HR
#    14400  4 HR
#    18000  5 HR
#    36000  10 HR
#    39600  11 HR
#    43200  12 HR
#    46800  13 HR
#    50400  14 HR
#    54000  15 HR
#    86400  1 DAY
#  172800  2 DAY
#  259200  3 DAY
#  345600  4 DAY
#  432000  5 DAY
#  518400  6 DAY
#  604800  1 WEEK
#  1209600  2 WEEK
#  1814400  3 WEEK
#  2419200  4 WEEK
#  4838400  2 MONTH
#  7257600  3 MONTH
#  9676800  4 MONTH
# 12096000  5 MONTH
# 14515200  6 MONTH
# 16934400  7 MONTH
# 19353600  8 MONTH
# 21772800  9 MONTH
# 24192000  10 MONTH
# 26611200  11 MONTH
# 29030400  12 MONTH


buileminh 05-29-2008 07:46 AM

Work like a charm with my forums! Great! Installed!

abrecher 05-29-2008 12:44 PM

Works exactly as described on 3.7.1

pross 05-29-2008 02:38 PM

instead of your external script i use this on all my sites...
Code:

<IfModule mod_deflate.c>
<FilesMatch "\\.(js|css|html|htm|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>


mariocaz 05-29-2008 03:29 PM

Hi guys,

So this Mod is secure for our forums ??

thanx

Leo Brazil 05-29-2008 07:53 PM

Quote:

Originally Posted by Marco van Herwaarden (Post 1534789)
We do not take any action for a modification that does as described: Cache items locally.

What does it mean exactly ?

Of course, I understood Vb.org will do nothing about this but so ?

nothing4me 05-29-2008 09:20 PM

Quote:

Originally Posted by mariocaz (Post 1535225)
Hi guys,

So this Mod is secure for our forums ??

thanx

It is, but you may have problems with caching. Test it out before using it, I guess.

tokenyank 05-29-2008 11:44 PM

Quote:

Originally Posted by mariocaz (Post 1535225)
Hi guys,

So this Mod is secure for our forums ??

thanx

Absolutely, this modification does nothing to the vb core files, nor is it a plug in... It simply uses existing technology (mod_expires on Apache) to force local cacheing.

Quote:

Originally Posted by Leo Brazil (Post 1535523)
What does it mean exactly ?

It means that no action will be taken against this mod because there is nothing wrong with it.

The mod forces browsers to cache (store files locally to avoid downloading images/files on every impression) which will 1) reduce bandwidth consumption of your forums and 2) increase the speed in which your pages will load in an end user's browser.

This mod is really for IE7 because Firefox and Opera are 'intelligent' enough to cache images and .js scripts to an acceptible level, however IE7 does not cache properly so using the .htaccess forces IE7 to cache images/.js files/swf files/etc and will also parse .js/text/.css files through an extra gzip routine which will reduce the over all bandwidth used because the files will be downloaded as compressed.
http://www.mumsonline.net/techsupport/after.jpg
As you can see, the first impression (or any impression with an empty cache) will be a 'normal' download. So, under these conditions, the user will download 210k of files and the server will be asked for 51 different operations. However, every revisit with a primed cache, the user will only have to download 28k worth of information and the server will only be asked to perform 17 operations as the rest of the information needed will be stored on the user's own computer in their local cache.

To put it in real terms... Using this hack will save me (everyone will be different depending on how big the forum is) almost 2mb of bandwidth per 10 impressions (roughly, it's late, I can't be arsed to do the maths! ;) ) so on a site like mine that does over 4 million impressions a month, my bandwidth consumption will be considerably lower as well as my users not being forced to download 1/5th of a meg every time they visit the site.

Jack0919 05-30-2008 04:54 PM

Sorry
==============================
As you know, There is a very big disaster taken place in China, I affected by this too. There is so many things need to do, and there is very little time to the Internet.

More or less, I had already know about this mod has some problem. and I want to say sorry to everybody. I pormise, this mod will be updated as soon as I check the problem, and I will try to get more time to the Internet.(Next week! I think I will have some time, and I will put the time on this.)

Thank and sorry for everybody. And again, If you realy like this mod, please support me, all the donate will be send to the victims in China.

Galeon 05-30-2008 05:13 PM

支持, 我己捐款給四川同胞.

Jack0919 05-30-2008 05:19 PM

<font color="Red">by the way , I had read the replys in a short time.

what the problem indeed ?</font>

I get a message from nothing4me, but I dont think that a problem...

maybe I'm worng ? who helps me ?

Jack0919 05-30-2008 05:20 PM

Quote:

Originally Posted by Galeon (Post 1536407)
支持, 我己捐款給四川同胞.

众志成城,万众一心,多难兴邦。

mariocaz 05-30-2008 05:23 PM

These ones are the problems that nothing4me said:

Quote:

Originally Posted by nothing4me (Post 1534346)
WARNING: DO NOT INSTALL.

This puts a CACHE on the your user's hard drive. Everytime they reload the page, it will load the CACHE. For example, if you close your forum for an upgrade, they will get the closed error even if you open it up again. The only way to reverse it is to remove this mod and ask the users to CLEAR THEIR CACHE. Also, new posts etc won't be seen either since they are keeping a CACHE!

This hack is reported.


mariocaz 05-30-2008 05:25 PM

and this.

Quote:

Originally Posted by nothing4me (Post 1534563)
Yes. I am positive. I have gotten complaints from my users (over 30 complained) after I told them that the site was back up. I was constantly getting "Forum is off" messages at the top of VBulletin too on random pages.

We were talking on MSN etc, so that's how I know. After I removed the mod + asked them to clear their cache, it worked for them and me. (Both FF and IE.)

If you guys don't believe me, just try it yourself.


Jack0919 05-30-2008 05:35 PM

Quote:

Originally Posted by mariocaz (Post 1536421)
and this.

But , do any other peolple has this problem ?

I don't know why this happen to nothing4me, but it seemd ok for the other people.

Leo Brazil 05-30-2008 06:55 PM

I'm using this hack for a couple of weeks and no problems so far.

I didn't turn off my board yet as there's no need so far but so far so good.

And working with Vbseo too.

tokenyank 05-30-2008 10:09 PM

Jack0919, there is no problem with this hack... Just someone feeling the urge to press the report button! :)

Take care of yourself and don't worry... This mod is fine... Nothing to fix! :)

TheSupportForum 05-30-2008 11:04 PM

jack0919

Been waiting for a reply on the changes to try out
i am using them on my site and everything is ok

would like some feedback on progress of next version

TheSupportForum 05-30-2008 11:34 PM

everybody needs to read this thread Jacko919 is not the developer of this mod, i recently done a google search and found this


Click this link

bahisyeri 05-31-2008 12:00 AM

Quote:

Originally Posted by simonhind (Post 1536662)
everybody needs to read this thread Jacko919 is not the developer of this mod, i recently done a google search and found this


Click this link

Hahaha you are really funny dude.
First check post time: @ 2008 - 05 - 30 11:22:00
Second Jack is developer and he is using my security fix for php source displaying the code at the top was given by me to jack coz he does not know php so much.
For mariocaz:
Lool its not about that mod its about you enabled NoCache feature from vbulletin settings or u changed htaccess permits.
Because this mod just rewrites static contents like js/css/images which is not needed to reload from server all the time. If you do not know about coding do not suggest Do Not Install
Quote:

Originally Posted by pross (Post 1535176)
instead of your external script i use this on all my sites...
Code:

<IfModule mod_deflate.c>
<FilesMatch "\\.(js|css|html|htm|xml)$">
SetOutputFilter DEFLATE
</FilesMatch>
</IfModule>


Actually using mod_deflate on bigger forums or sites make bigger problem on your server and you need to add expire settings to your configuration without expire header those static content always loaded everytime.

tokenyank 05-31-2008 10:56 AM

Quote:

Originally Posted by simonhind (Post 1536662)
everybody needs to read this thread Jacko919 is not the developer of this mod, i recently done a google search and found this


Click this link

LOL

Modification:
Quote:

Released: 06 May 2008
Link posted on:
Quote:

2008 - 05 - 30
Hehehe...

Between this and the reporting of the modification, I've had a right laugh! Thanks Jack! Great cacheing ability for my forums, and a surplus of humorous posts about it! Reminds me why I love vB!

maxicep 06-01-2008 01:50 PM

doesn't work with vbseo 3.2 RC7 for now..

pedroenf 06-01-2008 03:01 PM

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.


All times are GMT. The time now is 07:03 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.01841 seconds
  • Memory Usage 1,857KB
  • 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
  • (7)bbcode_code_printable
  • (21)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