G1enB1and / Gallery

Picture Gallery with support for editing metadata such as tags
0 stars 0 forks source link

performance of fetchImages text response could be streamed or chunked #74

Open G1enB1and opened 4 months ago

G1enB1and commented 4 months ago

The fetchImages function in main.js reads the entire response as text, which might be inefficient for large datasets. Consider using streams or chunked responses for better performance.