• Resolved fidoboy

    (@fidoboy)


    I’m using a custom permalink structure for product pages by adding the category before the product slug. Problem is that it takes a lot to be generated and most of the times it causes a timeout errors in php backend.

    The weird issue is that this slowness doesn’t happens when user is logged in. It only happens for not logged in users and before the page is being cached. Once it’s cached, it’s displayed very fast.

    How can I solve this issue?

    Also, another question I have is about redirects managed by this plugin. I’m not sure about how can I disable this feature. Is it possible? I do not want that any redirection could be managed by WordPress because I prefer to manage it with nginx.

    • This topic was modified 1 year, 1 month ago by fidoboy.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Maciej Bis

    (@mbis)

    Hi @fidoboy,

    To disable all redirect functions used by the plugin please go to Permalink Manager settings and change “Redirect mode” to “Disable (Permalink Manager redirect functions)“.

    As regards the timeouts, to be honest, I have not got any similar reports from other users for the most recent versions, so it may be difficult to pinpoint the exact source of the problem.

    Could you possibly send me:

    • a sample product URL
    • Permalink Manager version number
    • any error log entries related to the PHP timeouts
    • screenshot with the debug data
    Thread Starter fidoboy

    (@fidoboy)

    Thanks a lot for the info. I’ll disable it and I’ll see what happens.

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce product page very slow to generate when this plugin is enabled’ is closed to new replies.