David Sehnal

Results 234 comments of David Sehnal

The group id is not the same as a state tree node. If you have 10 spheres as part of single state tree node and you need to distinguish between...

Thanks a lot @awaterho ! According to the data, the entire evaluation of the scripts takes ~800ms and based on your other tests, creating instance of the plugin is also...

@awaterho I see, I will make another pr which prints performance markers to the web page directly for that load function so that we can identify the bottleneck.

That is weird indeed. Can you try calling just this function without any boiler plate around and perhaps add some performance markers to the implementation of the ajaxGet function? I...

Hi Andrew, thank you for the feedback. While it might be convenient for many users, the ``Viewer`` wrapper isn't intended for every use case. It is just a single instance...

Thanks for the info @awaterho.

@awaterho do you think you would be able to test if the issue is parsing of the JS code or the plugin initialization itself? This could be achieved by doing...

Thanks! So the error is likely some static initialization code. What was the previous Mol* version you were using?

Going to re-open this for now. @awaterho can I please ask one more favor? Can you run ``embedded.html`` from https://github.com/molstar/molstar/pull/563 and share the results. This will get the timing for...

@awaterho I've commented here too https://github.com/molstar/molstar/pull/563#issuecomment-1262040901 If the error is just the 1st AJAX request, that is probably something that can be fixed.