Hydro VS. Razor Pages - Performance #42
|
I know the differences in behavior. How does Hydro compare to a normal Razor Pages project in terms of server load? The diffing process sounds computationally expensive. |
Answered by
kjeske
Jun 17, 2024
Replies: 1 comment
|
Hi! The diffing process is done on the client side using the AlpineJs Morph plugin. So from the server perspective, the overall performance should be the same as rendering regular Razor Pages views. |
0 replies
Answer selected by
kjeske
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! The diffing process is done on the client side using the AlpineJs Morph plugin. So from the server perspective, the overall performance should be the same as rendering regular Razor Pages views.