mediaelement / mediaelement-plugins

Plugins for the main mediaelement project
405 stars 137 forks source link

Fonts #176

Open zoxee opened 4 years ago

zoxee commented 4 years ago

Hello Guys!

I have a huge problem on my website. Everything is just loading fine and fast (900ms), but then it gets stuck for incredible 12 seconds and finishes the loading for another 250ms. So i did a performance analysis in dev tools and it appears that mediaelement-and-player.min.js:12 is pulling a bunch of fonts and glyphs from various cloud sources, during 12 secs !

Here is a screen of the analysis, any help is greatly appreciated. Snap133

jaapmarcus commented 4 years ago

Can't any reasons why MEJS would load any fonts/icons

Could you replace the mediaelement-and-player.min.js with mediaelement-and-player.js to see exactly what function is called?

zoxee commented 4 years ago

That's a good idea mate. Gonna do just that and get back to you.