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

Better way to get Causal links. #42

Open
masri321 opened this issue Sep 23, 2013 · 0 comments
Open

Better way to get Causal links. #42

masri321 opened this issue Sep 23, 2013 · 0 comments

Comments

@masri321
Copy link
Contributor

Currently the api call to get the causal links is relatively slow because it uses brute force to search for episodes that contain timeouts, then searches for their callbacks. The same method is also used for XHR events. A better method would greatly speed up the load time for the visualization. This method is called "episodesContainTimeouts" and is located in src/main/java/com/clematis/core/episode/episodeResource.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant