Closed (won't fix)
Project:
Parallel
Version:
6.x-1.0-beta2
Component:
Speed verification
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2010 at 13:50 UTC
Updated:
3 Feb 2011 at 11:14 UTC
i was just browsing my awstats and noticed that in march i had 13mil 301 redirects (4.47 GB) and already almost 10mil (3.14 GB) in april.
i've tracked our other main 301 entries in .htaccess and they only add up to maybe 10k/day. so that leaves about
i know parallel uses 301 redirects, and based upon my other tracking, i'm starting to think that the majority of those redirects are from parallel redirecting for images, css, etc on every page load.
does that amount of 301 redirects have server load implications?
and at what point is parallel causing more server load with 301's than it is helping with download speed?
Comments
Comment #1
mikeytown2 commented301's are bad. If this is true then its a bug with the htaccess rules. Are you using these?
http://drupal.org/node/597178#comment-2735418
Comment #2
chadd commentedno i'm not.
i'm using (from http://drupal.org/node/579624#comment-2120792):
i'll use the htaccess rules from that other thread and see how things go.
Comment #3
wim leers