Çok faydalı olmuş.
r10 kalitesine yakışan makale..
Teşekkürler.
İpucu: A'dan Z'ye Google Page Speed Insights Optimizasyonu
39
●19.134
- 03-12-2017, 20:03:24DeLiBaKiS adlı üyeden alıntı: mesajı görüntüle
// Send the footer CSS and JS sources
{
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 );
}
bunu dene bende de aynı sorun vardı bu şekilde yapınca düzeldi