![]() |
Quote:
edit .htaccess find RewriteRule ^(.*)(js|css|gif|jpg)$ redir.php?file=$1$2&type=$2 [L] coverd as RewriteRule ^(.*)(css|gif|jpg)$ redir.php?file=$1$2&type=$2 [L] |
I tried this too, definitely speeded up my site. Problem was if you hit refresh or hit f5 all CSS formatting went out of whack. Every color went white and all font went Times New Roman. Any ideas why? I have to use refresh to monitor visitors.
|
Quote:
I'll check what's the problem with it. |
Quote:
|
Did anyone watch their server loads after installing this? My loads tripled.
It may provide some speed for my end users, but I'm not going to use it at the cost of server performance. |
edit .htaccess find
RewriteRule ^(.*)(js|css|gif|jpg)$ redir.php?file=$1$2&type=$2 [L] coverd as RewriteRule ^(.*)(js|css)$ redir.php?file=$1$2&type=$2 [L] And test it again. I need the Number to improve the mod. thanks. |
Quote:
|
Without YSlow:
1.36 With YSlow (using amended htaccess code above): Holding at around 2.34 I was normally below 1 prior to adding the YSlow. Right now is a slow time on my server so I'm worried what will happen during a traffic surge. |
Thanks
installed its working perfect i think :) |
Great great mod. This is definitely MOTY (year) for me. Very nice work.
|
Quote:
you have not mark the not installed yet. |
working perfect.thx
|
Very nice, however you are adding a lot of unnecessary load by constantly redirecting images through redir.php ; gziping may reduce bandwidth, but it slows the server down.
A better fix would be: Put this in your .htaccess file: Code:
# Turn on Expires and set default to 0 ExpiresActive On ExpiresDefault A0 # Set up caching on media files for 1 year (forever?) ExpiresDefault A29030400Header append Cache-Control "public"# Set up caching on media files for 1 weekExpiresDefault A604800Header append Cache-Control "public, proxy-revalidate"# Set up 2 Hour caching on commonly updated filesExpiresDefault A7200Header append Cache-Control "private, proxy-revalidate, must-revalidate"# Force no caching for dynamic filesExpiresDefault A0Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0, proxy-revalidate, no-transform"Header set Pragma "no-cache" |
I really like where the mod designer is coming from, sadly the execution is a bit flawed.
On a small forum, this will be fine, but on a large forum the extra load it would create by gzipping everything in real time would offset the original goal of the modification, as shown by several people already. I've personally used the htaccess rules, leaving out the modrewrite rule and redir.php. |
I didn't like my goverment for a long time, I think the goverment are antagonistic to the people.
but since 2008.4.13 some media inaccurate I changed my mind. Now I try to understand my goverment and then I find how good it is. Well,The advice you take is very important to me. I will try to find a way to balance the load and speed. welcome to China,the Chinese is trying all the best to give you a happy and unforgettable journey. |
does this work with VB 3.7?
|
Yes, it does ;)
|
does this work fine with VBSEO now? Or are people still doing a lot of troubleshooting?
|
it work fine with vbseo, however, there is stil have few troubleshooting if you have use the mod like chatbox....
|
Quote:
fixed it with re-installing ieprompt.html |
Quote:
Thanks :) |
Quote:
Please make sure you read the previous post before saying the exact same thing i did and also to Deimos use this: Code:
# Turn on Expires and set default to 0 ExpiresActive On ExpiresDefault A0 # Set up caching on media files for 1 year (forever?) ExpiresDefault A29030400Header append Cache-Control "public"# Set up caching on media files for 1 weekExpiresDefault A604800Header append Cache-Control "public, proxy-revalidate"# Set up 2 Hour caching on commonly updated filesExpiresDefault A7200Header append Cache-Control "private, proxy-revalidate, must-revalidate"# Force no caching for dynamic filesExpiresDefault A0Header set Cache-Control "no-cache, no-store, must-revalidate, max-age=0, proxy-revalidate, no-transform"Header set Pragma "no-cache" |
Thanks Fifth :)
I assume it's working, no errors or anything, hehe. |
Quote:
That code is in one line, does not seem normal for htaccess, can you re-post the code properly as I am also interested. or where do I put it ? |
Deimos,
can you tell me where to put Fifth code? or can you post your copy of htaccess and redir.php please. |
Quote:
|
Quote:
Code:
# Turn on Expires and set default to 0 |
Quote:
Do you mind if I take some of your code to my next version YSLOW? |
tried , thanks
|
This crashes my 3.7.0 forums. In the ACP, the images do not display and most of the ACP options stop working. In the forums, the images do not display at all.
|
awesome tested it thanks
|
Quote:
|
An very important update for safe. please update it, thanks.
|
thanks MT marked install
|
I run a forum with 1200+ online at a time, and it seems to have made an impact on server load. But to be sure is there anyway to know for sure if it is working?
edit: Sent a few $ through paypal for you. |
installed
thanks |
Are there any changes to the .htaccess file from 1.0.2 to 1.0.3 ?
|
Quote:
For a big site, if the most of your user is member, this mod affect services very little, but if the most of your user is guest, it does made an impact on server load. This mod will work since you upload it,If you want to make sure that you can download the plugin for firefox: http://developer.yahoo.com/yslow/ Thanks again. |
Quote:
|
Thanks,
I added this code below the .htacces and zointsseo-2.2.2 is worked: HTML Code:
Options +FollowSymlinks |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|