How do I defer or async this WordPress javascript snippet to load lastly for faster page load times?

后端 未结 10 494
温柔的废话
温柔的废话 2020-12-07 09:28

I have various javascripts that are necessary plugins in one of my WordPress domains, and I know where in the php file it\'s called from.

I\'m taking every measure I

10条回答
  •  既然无缘
    2020-12-07 09:33

    Incorporate the async attribute to the scripts so that they are only loaded once the whole page is loaded

    
    

    Source:Here

提交回复
热议问题