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

The various lists get really long for large sites #32

Open
abjerner opened this issue Mar 19, 2015 · 1 comment
Open

The various lists get really long for large sites #32

abjerner opened this issue Mar 19, 2015 · 1 comment

Comments

@abjerner
Copy link
Member

Since we updated the controllers to return the first 1000 items for each call, the various lists can now be quite long for larger sites.

I have a high traffic site, that over a given month somehow has been visited by more than 1000 different screen resolutions, so the page for Screen resolutions is roughly 1000 rows long. The site also has more than 1000 unique pages and more than 1000 sources, so the Views page is roughly 2000 rows long.

I'm not sure what the best approach for fixing this is, so I just wanted to write it here. There doesn't seems to be any performance issues, but perhaps we should add some pagination with Angular?

@warrenbuckley
Copy link
Member

OK just seen this @abjerner I need to figure out a best approach on how to do pagination client side unless @bjarnef you have any thoughts or ideas on this?

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

2 participants