-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Hi,
During the development of our new website we noticed a huge slowdown/lag in case of multiple videos on a page. Not only during initial encoding, but also everytime getFileInfo() is fired, which we use for grabbing dimensions.
Two thoughts;
- can we push the encoding part to the background, so the page will still be loaded instead or timing out eventually?
- is it possible to store file info (dimensions, filesize etc.) in the database, so we don't have to read the files/assets from our CDN.
Thanks in advance!