Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
PatrickRQ Posted March 10, 2022 Posted March 10, 2022 Why Downloads calculate file size to download on fly after downloads starts? That slows down download speed. The file size exist on file record in database. When downloading the file it keep calculating it while downloading. Do I miss anything? In my IPB3 it knew file size when download started already.
Marc Posted March 10, 2022 Posted March 10, 2022 I have tagged our developers here, who are better placed to respond to your question.
Ryan Ashbrook Posted March 11, 2022 Posted March 11, 2022 See my reply here. Because we use ranges to send the contents of the file in parts, we need to also send the total file size of the file being downloaded along with the parts we are downloading. This needs to be completely accurate otherwise the download will fail. Additionally, using ranges is not specific to the downloads application - as such, the size of a file may not be known when it is sent to the browser to be downloaded, so we get the total file size on the fly. That being said, there should not be any significant impact on download speeds for this, since it is only done once at the start of the request. Any impact would likely be server related. Marc 1
Recommended Posts