If you have upgraded WordPress to version 6+ and encountered the “Autoloaded options could affect performance” issue in Site Health (Tools>Site Health>Critical issue), it can be easily resolved. The speed of your site will improve significantly. Usually you may see this error if your site has Autoloaded options greater than 800kb. Values up to 1mb […]
wordpress
LearnDash and Core Web Vitals: Essential Tools and Techniques
WordPress websites using LearnDash are powerful online learning platforms that include a lot of dynamic content: courses, quizzes, surveys, video lessons, certificates, and more. However, this kind of functionality places a significant load on the server and can negatively impact site performance as well as Core Web Vitals (CWV), especially when the number of active […]
How to Add a Simple Popup Notification to Your WordPress Site Without Plugins
Adding a quick popup to your WordPress site can be a great way to deliver important messages, announcements, or offers without slowing down your site or installing yet another plugin. Here’s a lightweight, performance-friendly solution using just a bit of JavaScript, HTML, and CSS. No external libraries. No dependencies, No bloat. Just change the text […]
How to add Flash Sale to Woocommerce site without plugins – Kadence theme
If you have a WooCommerce site and want to increase sales on it, then I recommend trying Flash Sale. What is Flash Sale? It’s a time-limited sale accompanied by a counter that encourages your customers to make a purchase immediately, without delaying. The time limit creates a sense of urgency and can significantly increase conversion […]
How to fix the double-click problem when navigating to the reviews tab in WooCommerce
A lot of WooCommerce sites require the user to click twice to get to the reviews block, which are in a separate tab (Tab). This inconvenience significantly degrades the user experience and can lead to lower conversion rates and visitor satisfaction. To solve this problem, all you need to do is make small changes to […]
Add Purchased Products Column to WooCommerce Orders
In WooCommerce, checking the purchased items for each order can be cumbersome as it often requires opening each individual order or downloading reports. However, there’s a faster solution. This code snippet restores a useful feature that was once part of WooCommerce by adding a new column to the WooCommerce orders list (Woocommerce>Orders). The column displays […]