Arkadaşlar sitemin şimdi masaüstü PageSpeed Insights kısmında sorunu yok ancak mobile gelince "Oluşturmayı önleyen JavaScript ve CSS kodlarını ekranın üst kısmındaki içerikten kaldırın" wordpress sitemde functions un içine kod koydum o masaüstündeki sorunu çözdü ama mobildeki sorunu çözmüyor halbuki site responsive ne yapabiliriz bu konuda ?

Kullandığım Kod:
/ Send the footer CSS and JS sources (webyusuf)
remove_action('wp_head', 'wp_print_scripts');
remove_action('wp_head', 'wp_print_head_scripts', 9);
remove_action('wp_head', 'wp_enqueue_scripts', 1);
add_action('wp_footer', 'wp_print_scripts', 5);
add_action('wp_footer', 'wp_enqueue_scripts', 5);
add_action('wp_footer', 'wp_print_head_scripts', 5);