SFW

troubleshooting wordpress

  • Reduce autoload wpseo_taxonomy_meta  size option in WordPress

    Reduce autoload wpseo_taxonomy_meta size option in WordPress

    WordPress wpseo_taxonomy_meta autoload: its management is critical for website performance and scales as your content does. It is an option used by the Yoast SEO plugin to store metadata of taxonomies such as categories and tags. The issue is that when this is too large—over 800KB—it may reduce performance and trigger warnings. Understanding the Impact […]

  • Solution to Overload of Spectra and OD Trigger Jobs autoload

    Solution to Overload of Spectra and OD Trigger Jobs autoload

    Recently, we’ve battled a particularly tough problem regarding hundreds of the backlog created in WordPress site crons. Two most problematic records stuck in the cron queue with hundreds of entries each having a different post id as input parameter looked something like this, These seemed to just not get executed at their right schedule timings […]

  • How skip loading woff2 Fonts in WordPress cardo

    How skip loading woff2 Fonts in WordPress cardo

    Skipping the loading of woff2 fonts via WordPress on the Full Site Editor is pretty easy, especially on a great and moder theme like TwentyTwentyFour. This will allow you to clean up some calls to @font-face you are not using and improve the performance of your website. As you can see below, these default fonts […]

  • Troubleshooting WordPress session_start SiteHealth Critical Issue

    Troubleshooting WordPress session_start SiteHealth Critical Issue

    Wonder what to do if you get the below message from your WordPress GoDaddy managed website: A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests. The first thing to do is to Open your […]