Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter herold

    (@herold)

    The issue is only with the frontpage. It looks like it goes through all terms twice. That’s how I get 660 queries. I have a fix right now in the one of the include files, but it is only a temp solution.

    if($_SERVER[REQUEST_URI] == "/") {
     return false;
    }
    Plugin Author thaikolja

    (@thaikolja)

    Hi and excuse my late reply.

    I don’t think this is being caused by Secondary Title. What did you do to test it? And where did you put that code?

    Thread Starter herold

    (@herold)

    It’s a theme problem as I have a special glossary on the front page.

    Plugin Author thaikolja

    (@thaikolja)

    Thanks for the update. Has it been solved or do you still need assistance?

    Thread Starter herold

    (@herold)

    I used the little code mentioned above to deal with the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Performance Issue’ is closed to new replies.