
function polyga_homepage_reduce_asset_fanout() {
	if ( ! is_front_page() && ! is_page_template( 'page-home.php' ) ) {
		return;
	}

	$styles = array(
		'wc-blocks-style',
		'contact-form-7',
		'woocommerce-layout',
		'woocommerce-smallscreen',
		'woocommerce-general',
		'woo-checkout-for-digital-goods',
	);

	foreach ( $styles as $handle ) {
		wp_dequeue_style( $handle );
		wp_deregister_style( $handle );
	}

	$scripts = array(
		'bodhi-dompurify-library',
		'bodhi_svg_inline',
		'wc-jquery-blockui',
		'wc-add-to-cart',
		'wc-js-cookie',
		'woocommerce',
		'woo-checkout-for-digital-goods',
		'wp-hooks',
		'wp-i18n',
		'swv',
		'contact-form-7',
		'sourcebuster-js',
		'wc-order-attribution',
	);

	foreach ( $scripts as $handle ) {
		wp_dequeue_script( $handle );
		wp_deregister_script( $handle );
	}
}
add_action( 'wp_enqueue_scripts', 'polyga_homepage_reduce_asset_fanout', 1000 );

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://polyga.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://polyga.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://polyga.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://polyga.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://polyga.com/wp-sitemap-posts-video-1.xml</loc></sitemap><sitemap><loc>https://polyga.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://polyga.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://polyga.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap></sitemapindex>
