1
我有上的Drupal的smartsupp聊天的一個問題,聊天Smartsupp,Drupal的腳本
這是代碼調用,我插入到PHP頁面聊天框,但問題是,它需要很長的時間加載。如何優化腳本以便加載速度很快。
<!-- Smartsupp Live Chat script -->
<script src="js/loader.js"></script>
<script type="text/javascript">
var _smartsupp = _smartsupp || {};
_smartsupp.key = '425fb33bf5e0cf0b359b9e60a17d16a78fd5efa3';
window.smartsupp||(function(d) {
var s,c,o=smartsupp=function(){ o._.push(arguments)};o._=[];
s=d.getElementsByTagName('script')[0];c=d.createElement('script');
c.type='text/javascript';c.charset='utf-8';c.async=true;
c.src='//www.smartsuppchat.com/loader.js';s.parentNode.insertBefore(c,s);
})(document);
</script>
第一個腳本標籤是否也加載了smartsupp加載程序? –
是的,但也可以這樣試試「www。**。com/loader.js」 –