I'm doing a project in which I have to upload a video series, which when looking for the file is delayed in the video change from video A to video B, this generates a blank, the idea that I have is try if it is possible to mount the list (I mean all videos) of video inside the cache so that the server does not have to perform the search within it, now what I do is load the playlist through a list in js and as it finishes, it goes through that vector and extracts the route to search for the video and show, as mentioned, this generates a delay between each video and because of the structure of the project that is not viable. Someone could tell me if it is possible and how it can be done, otherwise I could do it to reduce that response time and eliminate that delay.
Note: all videos have a weight of 5mb.