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

Very slow against an SSRS Server with huge number of folders and reports. #8

Open
JeffLeBert opened this issue Jan 23, 2020 · 4 comments

Comments

@JeffLeBert
Copy link

We have an SSRS Server that has 100's of directories with 10,000's of RDLs spread across them. When you click the Load button, it could take up to 30 minutes to populate the TreeView.

I just got done updating the utility to only load the visible nodes in the tree. When you expand a node, it will populate the child nodes. This makes loading very fast because it is only loading a small subset at a time and only loading the nodes the user actually cares about.

I'm a bit new to github, so will try to do a Pull Request so the changes are available for anybody else in my situation.

@JeffLeBert
Copy link
Author

I couldn't figure out how to do a Pull Request. If anybody needs this fixed, let me know.

@sqlegan
Copy link

sqlegan commented Jan 25, 2020

This looks like a useful page https://yangsu.github.io/pull-request-tutorial/
I think you need to fork this repo, make your changes in your copy then you can create a pull request based on your fork.

@phires
Copy link
Owner

phires commented Jan 27, 2020

Hi, thank you for you effort!
If you can't figure the Pull Request stuff out you can also just send me the changes, I'll implement them in the code then.

@JeffLeBert
Copy link
Author

I think I've got the Pull Request in correctly. Let me know if I can help in any way.

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

No branches or pull requests

3 participants