// === HERMES RECENT PERF SAFE START ===
add_action('wp_enqueue_scripts', function () {
    if (!is_single()) return;
    wp_deregister_script('alpinejs');
    wp_enqueue_script(
        'alpinejs',
        'https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js',
        [],
        null,
        ['strategy' => 'defer', 'in_footer' => true]
    );
}, 20);

add_filter('the_content', function ($content) {
    if (!is_singular('post')) return $content;
    if (strpos($content, 'https://unpkg.com/@wwclib/wwc@latest/wwc.min.css') === false) return $content;

    $content = preg_replace(
        "#<link[^>]+href=[\"']https://unpkg\.com/@wwclib/wwc@latest/wwc\.min\.css[\"'][^>]*>\s*#i",
        '',
        $content
    );
    return $content;
}, 35);

add_action('wp_head', function () {
    if (!is_single()) return;
    echo '<link rel="preconnect" href="https://unpkg.com" crossorigin>' . "
";
    echo '<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>' . "
";
}, 2);
// === HERMES RECENT PERF SAFE END ===

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//siteetudiant.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://siteetudiant.com/post-sitemap.xml</loc>
		<lastmod>2026-06-08T01:01:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://siteetudiant.com/page-sitemap.xml</loc>
		<lastmod>2026-05-15T20:34:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://siteetudiant.com/category-sitemap.xml</loc>
		<lastmod>2026-06-08T01:01:46+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin


Served from: siteetudiant.com @ 2026-06-11 23:34:24 by W3 Total Cache
-->