// ============================================
// ELVRIX BD — LANDING PAGE PERFORMANCE BOOST
// ============================================

// ১. LCP Image Preload
add_action( 'wp_head', function() {
	if ( is_front_page() || is_page( 15 ) ) {
		echo '<link rel="preload" as="image" fetchpriority="high" href="https://elvrixbd.shop/wp-content/uploads/2026/05/Gemini_Generated_Image_61lhix61lhix61lh.webp">' . "\n";
	}
}, 1 );

// ২. WooCommerce Block Scripts বন্ধ
add_action( 'wp_enqueue_scripts', function() {
	if ( is_front_page() || is_page( 15 ) ) {
		$scripts = array(
			'wc-cart-frontend', 'wc-cart-checkout-base-frontend',
			'wc-cart-checkout-vendors-frontend', 'wc-blocks-middleware',
			'wc-blocks-data', 'wc-blocks-registry', 'wc-settings',
			'wc-blocks-shared-context', 'wc-blocks-shared-hocs',
			'wc-price-format', 'wc-types', 'blocks-checkout',
			'blocks-checkout-events', 'wp-polyfill',
			'react', 'react-dom', 'react-jsx-runtime',
		);
		foreach ( $scripts as $handle ) {
			wp_dequeue_script( $handle );
		}
	}
}, 100 );

// ৩. WooCommerce Prefetch links সরাবে
add_filter( 'wp_resource_hints', function( $hints, $relation_type ) {
	if ( $relation_type === 'prefetch' && ( is_front_page() || is_page( 15 ) ) ) {
		foreach ( $hints as $key => $hint ) {
			$url = is_array( $hint ) ? ( $hint['href'] ?? '' ) : $hint;
			if ( false !== strpos( $url, '/woocommerce/assets/client/blocks/' ) ||
				 false !== strpos( $url, '/wp-includes/js/dist/' ) ) {
				unset( $hints[ $key ] );
			}
		}
	}
	return $hints;
}, 10, 2 );
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://elvrixbd.shop/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://elvrixbd.shop/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://elvrixbd.shop/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://elvrixbd.shop/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://elvrixbd.shop/wp-sitemap-posts-cartflows_step-1.xml</loc></sitemap><sitemap><loc>https://elvrixbd.shop/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://elvrixbd.shop/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://elvrixbd.shop/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
