Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagram Client-Side-Rendering is slow #50

Closed
endeffects opened this issue Jul 6, 2019 · 2 comments
Closed

Diagram Client-Side-Rendering is slow #50

endeffects opened this issue Jul 6, 2019 · 2 comments
Labels
diagram Diagram component question Further information is requested

Comments

@endeffects
Copy link

endeffects commented Jul 6, 2019

I switched my application from server to client side rendering
and noticed that rendering the diagram tooks much longer now.

Do you plan to improve the performance here?
I don't want to have the extra load on top of my server for rendering
and also i don't want to use extra (blazor) signalr sockets for it.

image

@RamyaThiru
Copy link

HI,

  Hello word application   Time taken  - seconds Referring ej2.min.js   Time taken  - seconds Referring individual component file ej2.diagram.   Time taken  - seconds
Client Side 4.55 10.55 9.64
Server side 1 3.9 1.9

We have created performance comparison document with screenshots. Please refer to the comparison document as below.

Document : https://www.syncfusion.com/downloads/support/directtrac/general/doc/Performance_Comparison547272365

Hence, the performance delay is not specific to our control, but it is occurring for all the client side Blazor applications.

In the client side application, it is expected to have few more seconds during initial loading since it is downloading the needed resources to client browser, but it will save the back and forth communication between server and client browser once it is deployed and initialized.

Regards,
Ramya T

@endeffects
Copy link
Author

Thank you for the investigation, i thought the new web assembly technology offers a much better performance. I found similar reports on the web, that the client side performance is currently bad. This issue seems to be related to the mono framework itself. Hopefully they get this fixed soon.

@ajithr ajithr added diagram Diagram component question Further information is requested labels Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagram Diagram component question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants