dotnet / try

Try .NET provides developers and content authors with tools to create interactive experiences.
MIT License
2.89k stars 527 forks source link

performance degradation #1171

Open jonsequitur opened 6 months ago

jonsequitur commented 6 months ago

The updated Try .NET service is significantly less responsive than the old one.

New workspace instances are now created for each request. This change could be a reason for the slowdown.

jonsequitur commented 5 months ago

Performance is now much closer to the previous version when run on a similar service tier and after enabling response compression.