Preload CSS file not supported on Firefox and Safari Mac

前端 未结 7 1807
日久生厌
日久生厌 2020-12-16 14:23

I added the attribute rel=\"preload\" to all css links like this :

   

        
7条回答
  •  情歌与酒
    2020-12-16 14:59

    I have soulution this is works and best for website speed This is for normal code for every browser put as a default and for mozilla firefox use this, when file run in mozilla its show this code otherwise its show default css code 0 ){$browser = 'firefox';} if($browser=='firefox'){echo '';}?>

提交回复
热议问题