# 加快網頁loading速度方法(How to Make Website Load Faster) ###### tags: `前端優化` 工作實務上記載,供未來作業時參考 ### <p style="color:blue">1.javascript載入</p> 1. $( document ).ready() html載入後再開始載入js 避免html dom載入不完全產生錯誤 把js的內容貼到以下 ``` $(function () { /*內容在此*/ }); ``` 2.下載到本地端 , 非使用 CDN方式 3.使用CDN連結的話 ,使用 min.js壓縮檔
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up