1
jQuery手風琴問題很多。煤礦是具體到這個網站:jquery手風琴加載緩慢
http://sabadesignstudio.com/saba/newSMP/index.php
你可能會看到,它需要一段時間來加載並且在裝載時,CSS還沒有完全加載兩種。
我剛剛將主機更改爲Blue Host,認爲它的服務器速度可能更快。
任何線索,如何我可以使這個負載通常將不勝感激。
jQuery手風琴問題很多。煤礦是具體到這個網站:jquery手風琴加載緩慢
http://sabadesignstudio.com/saba/newSMP/index.php
你可能會看到,它需要一段時間來加載並且在裝載時,CSS還沒有完全加載兩種。
我剛剛將主機更改爲Blue Host,認爲它的服務器速度可能更快。
任何線索,如何我可以使這個負載通常將不勝感激。
您應該通過Google或Microsoft CDN鏈接jquery/jQuery UI界面庫。
此外,請嘗試針對您的網站運行YSlow或PageSpeed並評估這些工具所建議的更改。
這裏是使用PageSpeed輸出:
高優先級(3)
Serve scaled images
Leverage browser caching
Optimize images
中等優先級(1)
Combine images into CSS sprites
低優先級(10)
Defer parsing of JavaScript
Inline Small CSS
Optimize the order of styles and scripts
Minify CSS
Specify a cache validator
Minify JavaScript
Minify HTML
Specify image dimensions
Specify a character set
Remove query strings from static resources
非常感謝你,布魯斯! –