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

use pages index to handle all page state #896

Merged
merged 1 commit into from Aug 24, 2017
Merged

use pages index to handle all page state #896

merged 1 commit into from Aug 24, 2017

Conversation

nelsonpecora
Copy link
Contributor

@nelsonpecora nelsonpecora commented Aug 24, 2017

  • completely removes old page state updating / preloading / logic
  • uses pages index to determine pubbed/scheduled status in all places it's used
  • should decrease server load and decrease initial kiln load time, since it won't do requests for the page@scheduled + page@published + article (if it exists) + published html (for the url check)
  • fixes Update page status checks #895

@nelsonpecora nelsonpecora merged commit 148313b into master Aug 24, 2017
@nelsonpecora nelsonpecora deleted the page-state branch August 24, 2017 16:50
@mheiber
Copy link
Contributor

mheiber commented Aug 25, 2017

screen shot 2017-08-25 at 9 54 27 am
😍

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.

Update page status checks
3 participants