<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 9/7/23 09:20, Jan Ceuleers wrote:<br>
</div>
<blockquote type="cite"
cite="mid:02e4e7d7-6730-86a7-98e2-1bf2c08cebe0@gmail.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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" moz-do-not-send="true">"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" moz-do-not-send="true">"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>
<br>
</blockquote>
<p> OK Thanks, that is good news. The lazy load should fix it. I
will commit that code soon.</p>
<p>Peter<br>
</p>
</body>
</html>