• Resolved johntoprankings

    (@johntoprankings)


    Pagespeed Ninja plugin was activated and one of the issues that started showing up is that the Meta Title Tags went back to the default tags instead of the ones set using an SEO plugin. Now the speed of the site has decreased because of disabling GZIP compression. Are there alternate fix for this (aside from perhaps changing the SEO plugin).

    SEO Plugin: All in One SEO Pack

    THanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Author Denis Ryabov

    (@dryabov)

    We will try to fix it in the next release. As a test, could you try to edit wp-content/plugins/psn-pagespeed-ninja/includes/class-pagespeedninja.php and replace signs in “1000” number (close to the of the files), so that the code look like:

            // start buffering
            add_action('template_redirect', array($plugin_public, 'template_redirect'), -1000);
            // end buffering
            add_action('shutdown', array($plugin_public, 'shutdown'), 1000);

    Most likely it should fix conflict with All in One SEO Pack.

Viewing 1 replies (of 1 total)
  • The topic ‘Title tag via SEO plugin not working’ is closed to new replies.