2

Wish me luck.

Deploying Blazor app for the first time in prod in about a month.

Did tests. Curent infrastructure can hold around 70 concurent sessions with no problems. (probably more, 70 was the limit in my browser).

I tested each sessiuon with 70.000 line table. (Yep whole 70.000 lines for each session with a virtual scroll).

Shit is fast. Too fast even. I'm waiting for other shoe to drop, but so far in simulated tests it's amazing.

Let's talk in 2 month AFTER prod deploy.

Comments
  • 2
    Yes but are all the tests running locally?

    If they are that would explain why its fast.
  • 1
    Never trust benchmarks.

    In 20 years I can count the good benchmarks I found with my hands.

    By good I mean that they not only crunched the numbers but they explained in great length their way of benchmarking, their findings - possible interactions et cetera.

    That aside...

    Congratulations :) Sounds great!
  • 0
    @Wisecrack Nop actually, I deployed it in Europe and testing from Canada
  • 0
    @IntrusionCM it's not a benchmarking tool.

    it's actual code which uses prod APIs. Each cell of the table is an individual component with diffrent rendering logic (colors, aligns etc) based on user preferences and other settings.
Add Comment