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

Dltp 967 remediate slow dashboard #1158

Merged
merged 2 commits into from
Feb 26, 2018
Merged

Conversation

jeremyf
Copy link
Contributor

@jeremyf jeremyf commented Feb 26, 2018

Adding rake development:seed_ulra task

eaae37e

As I'm interested in having some rudimentary, albeit not very diverse,
data, I wanted to write up methods for seeding data.

Reducing default pagination from 15 to 8

1b1ca5e

There are underlying slowness on the index page due to the flexible data
structure of Sipity and not a direct consideration for the data-
structure necessary for rendering an index view instead of a show page.

This is a quick fix meant to address DLTP-967. If the reduced pagination
does not improve the apparent responsiveness, we'll need to look into
additional measures (e.g. define the data-structure and populate that
with query results)

Jeremy Friesen added 2 commits February 26, 2018 14:55
As I'm interested in having some rudimentary, albeit not very diverse,
data, I wanted to write up methods for seeding data.
There are underlying slowness on the index page due to the flexible data
structure of Sipity and not a direct consideration for the data-
structure necessary for rendering an index view instead of a show page.

This is a quick fix meant to address DLTP-967. If the reduced pagination
does not improve the apparent responsiveness, we'll need to look into
additional measures (e.g. define the data-structure and populate that
with query results)
@jeremyf jeremyf force-pushed the DLTP-967-remediate-slow-dashboard branch from 398acef to 1b1ca5e Compare February 26, 2018 19:56
@jeremyf jeremyf merged commit 09bbe34 into master Feb 26, 2018
@jeremyf jeremyf deleted the DLTP-967-remediate-slow-dashboard branch February 26, 2018 20:23
@jeremyf
Copy link
Contributor Author

jeremyf commented Feb 26, 2018

As I'm preparing for deploy on Wednesday yet am out on Tuesday, I need to ensure that this change is in place.

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

Successfully merging this pull request may close these issues.

None yet

1 participant