<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-text-plain" wrap="true" style="font-family:
-moz-fixed; font-size: 12px;" lang="x-unicode">
<pre class="moz-quote-pre" wrap="">On 06/09/2023 21:26, Peter Bennett wrote:
</pre>
<blockquote type="cite" style="color: #007cff;">
<pre class="moz-quote-pre" wrap="">Please try this, to see if the slowdown is on the backend:
curl <a class="moz-txt-link-rfc2396E" href="http://localhost:6544/Video/GetVideoList?Sort=FileName">"http://localhost:6544/Video/GetVideoList?Sort=FileName"</a> >/dev/null
On my laptop it reports time spent 0:00:01 with over 7000 videos in my
database.
If you are running your browser on a different computer from the
backend, then try from that computer:
curl <a class="moz-txt-link-rfc2396E" href="http://backend:6544/Video/GetVideoList?Sort=FileName">"http://backend:6544/Video/GetVideoList?Sort=FileName"</a> >/dev/null
Look at the Time Spent. This will tell if it is a slowdown in the network.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">This takes 1 second on the backend and 2 seconds when run on the laptop
(the one in which the browser takes 50 seconds).
</pre>
</div>
</body>
</html>