• there are 3 bugs:

    1)if a category has the same name of a tag it redirects in a wrong way (ie the category is show as a tag)

    2)resources consuming. is ok if you put just into one site but if you have many blogs on the same server it kills the server (on 100 blogs we had to disable it because the server load passed from 2.50 to 15-18!)

    3)if you disable it be sure to regenerate the previous link structure or you’ll get a 404.

    Would be usefull if those 3 bugs will be fixed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Devin Walker

    (@dlocc)

    Nice feedback. We’ll put this into our development list. We really need to get this puppy on to GitHub to track these issues. Thanks for your rating!

    Thread Starter pubblivori

    (@pubblivori)

    maybe a .httpacess solution would be better…. ie, rewriting the .httpacess instead of managing all via wp.

    Plugin Author Devin Walker

    (@dlocc)

    what’s .httpaccess? Do you mean .htacess file in apache? What about the folks using ngnix or other servers setups?

    Thread Starter pubblivori

    (@pubblivori)

    yes I meant it…. ?? well I did’t thought about it…. you could check what kinda of httpd deamon they are using and use 2 different way ??
    is just an idea… the problem is that we are used to use a plugin for about everything.. 95% of times it run fast but sometimes easier solutions could be more performing.

    Plugin Author Devin Walker

    (@dlocc)

    Hmm interesting. I totally get what you’re saying. This plugin is more for the users who don’t have the expertise to write complex redirects. We still need to ensure it doesn’t butt heads with the bugs you pointed out though..

    Thread Starter pubblivori

    (@pubblivori)

    I think the most important thing is the load. The 1st one could be easly turned around deleting the tag, the 3rd rebuilding the permalink structure (once you know it)… the real problem is the 2nd one…. that, for us, makes the plugin unusefull. About my idea you could think to do an “do you want to try to do it via .htacess?” button. For exemple the fastest cache plugin….do it….rewrite totally the file…adding what needed and deleting it once the plugin is disabled.

    btw: I’ve found on some blogs the plugin was disabled by default…yesterday… seem like wordpress was not able to do all and desided to disable it. I’m sure it was enabled sicne I’ve added it to all 100 blogs.

    Plugin Author Devin Walker

    (@dlocc)

    Hey sorry I haven’t had the time yet to give this a closer look and probably won’t for a few more weeks (getting married). Are you a developer? If you interested in contributing we’d be more than happy to accept code contributions and improvements from the community.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘3 bugs’ is closed to new replies.