Closed (fixed)
Project:
Path redirect
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2008 at 20:54 UTC
Updated:
10 Nov 2011 at 00:20 UTC
Question about site performance when there are a lot of redirects? I am planning on about 200 redirects in total. I haven't looked in the code so I don't know how it works exactly, will the redirects only be checked on that specific "From" page or will all 200 be ran through for every page request.
Thanks, just the module I needed by the way for migrating from Blogger to Drupal.
Comments
Comment #1
gregglesIf you have just 200 redirects there is no problem. I use this on sites with thousands of redirects without problem.
Comment #3
3dloco commentedHello Greggles,
I am currently migrating a site with about 15,000 nodes and I am looking to add redirects from old pages to new Drupal pages. However, I'd like to know if this could impact performance.
It would be helpful to know if Path Redirect would be ok for 15,000+ redirects.
Thanks in advance for your help,
KH
Comment #4
gregglesAll I can suggest is "try it and see."
Once you get beyond a trivial number (say 500) it starts to depend on a lot of things like how often they are used and how fast your server is.
Comment #6
fnikola commentedWe are trying to add almost 64,000 redirects and experiencing a huge performance issue. 3dloco, how did it go with 15,000 redirects?
Comment #7
3dloco commented@ fnikola
I did implement the 15,000 redirects...but at the moment I don't have performance/benchmark data as this particular portion of site is still in development, but I will surely post an update once it goes thru final migration and switched over live.
Regards,
KH
Comment #8
pwaterz commentedSounds like you should use apache mod rewrite and come up with a regular expression to forward your links.