79816307

Date: 2025-11-11 06:51:01
Score: 0.5
Natty:
Report link
  1. Check your active plugins, especially:

    • Jetpack (or Site Stats)

    • Any optimization plugin (e.g., Autoptimize, WP Rocket, LiteSpeed Cache, etc.)

    • Any custom performance or HTML minifier plugin

  2. Temporarily disable optimization/minification and clear your cache.
    Then reload your site and check the browser console/network tab:

    • If the malformed URLs disappear → the issue is from a minifier plugin.

    • If they remain → the issue is likely from Jetpack or theme code.

  3. Check your theme footer (often in footer.php or similar):

    • Search for stats.wp.com or <script src="https://stats.wp.com

    • If you find a script tag with ' defer='defer in it, remove the extra ' after .js

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Katronix