How much is WooCommerce slowing down your WordPress site?

If you are thinking about installing WooCommerce on your WordPress site you might want to think first about how it will affect to your website performance.
Read More →If you are thinking about installing WooCommerce on your WordPress site you might want to think first about how it will affect to your website performance.
Read More →In the previous article we have found out that BuddyPress and bbPress took a hefty performance toll on the backend of your website. This is how we fixed it.
Read More →How much will BuddyPress and bbPress affect performance of your WordPress site? We have conducted some quick tests on the website with 1k users.
Read More →In this particular benchmark test we will look into performance for Bookly, Events Manager, Booking Calendar on PageSpeed Insights, Pingdom and admin area.
Read More →In this article we will explain in detail how we increased PageSpeed Insights score of the WooCommerce store with 10k products and 1k customers to 99 Performance score on PageSpeed Insights and 98 Performance grade on Pingdom.
Read More →WordPress makes it effortless for almost anyone to create a website. On a more technical level, WordPress is an open source Content Management System (CMS). A CMS allows users to create and manage a website without knowing how to code. WordPress is also highly customizable with an immense selection of plugins and themes. All these […]
Read More →When you are doing a WordPress development on a staging site together with a live site, frequently you will encounter the situations when you just want to move a couple of blog posts, for example, from staging to live, without re-migrating the whole site.
Read More →Sync Posts Between Sites is a WordPress plugin that will help you in situations when you just want to move a couple of blog posts.
Read More →If you’re seeking for helpful insights into the most successful Shopify stores, as well as the secrets that have contributed to their success, you’ve come to the right spot!
Read More →In this summary, you’ll find 12 fresh and best WordPress plugins that the market has to offer for this Summer. We tell you what is so amazing about them and why they are essential.
Read More →We have selected the Best Fresh WordPress Themes for Summer 2022 to help you find the right for your site.
Read More →In this article, we’ll take a deep look at the top 7 WordPress hosting providers for Summer 2022, a list we’ve narrowed down from over 50 various hosting services we’ve tested.
Read More →Are you looking for the best fresh WordPress restaurant themes for a fine dining place, pizzeria, or cafeteria? You’re at the right place!
Read More →This is the clean restaurant theme that allows you to show off just about any aspect of your restaurant business.
Read More →BuddyPress Chat is a realtime private messaging system for WordPress, BuddyPress, BuddyBoss Platform and any other WordPress powered websites.
Read More →In this nimble WordPress speed optimization guide you will find out what impacts the websites loading time and how to make it blistering fast.
Read More →The following useful function is found in the includes/wc-core-functions.php and can be used by themes and plugins. Trims and strips tags from a string ($var). wc_clean( $var )
Read More →Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Dessky Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be overwritten completely when you update the theme. Disable all stylesheets WooCommerce enqueues 3 […]
Read More →Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Dessky Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be overwritten completely when you update the theme. /** * Change the default state […]
Read More →Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Dessky Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be overwritten completely when you update the theme. /** * Custom currency and currency […]
Read More →$customer = new WC_Customer( $user_id ); $email = $customer->get_email(); $address = $customer->get_billing_address(); $name = $customer->get_first_name() . ' ' . $customer->get_last_name();
Read More →As ‘clothing’ is an example in the snippet below, be sure to use a product category slug that exists in your WooCommerce store. Note that this will only work when you have your “Shop Page Display” option set to ‘Show Products’ under your Customizers’ WooCommerce > Product catalog settings. Add this code to your child […]
Read More →This code can be used as a base to create your own simple custom payment gateway for WooCommerce. Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Dessky Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php […]
Read More →Let’s add a new field to checkout, after the order notes, by hooking into the following. /** * Add the field to the checkout */ add_action( 'woocommerce_after_order_notes', 'my_custom_checkout_field' ); function my_custom_checkout_field( $checkout ) { echo '<div id="my_custom_checkout_field"><h2>' . __('My Field') . '</h2>'; woocommerce_form_field( 'my_field_name', array( 'type' => 'text', 'class' => array('my-field-class form-row-wide'), 'label' => __('Fill […]
Read More →Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Dessky Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be overwritten completely when you update the theme. add_filter( 'woocommerce_billing_fields', 'wc_npr_filter_phone', 10, 1 ); […]
Read More →Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Dessky Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be overwritten completely when you update the theme. /** * Show product categories in […]
Read More →function mytheme_add_woocommerce_support() { add_theme_support( 'woocommerce' ); } add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' );
Read More →Add this code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Dessky Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be overwritten completely when you update the theme. /** * Hide loop read more […]
Read More →The following useful function is found in the includes/wc-core-functions.php and can be used by themes and plugins. Takes a weight ($weight) weighed in WooCommerce’s weight unit and converts it to the target weight unit ($to_unit). wc_get_weight( 10, 'lbs' )
Read More →
Disable Everything
WordPress and some of the most popular plugins had become increasingly bloated over time with loads of unnecessary features. This plugin is meant to fix that!
Read More →