Skip to content

Comments

Notion: check for errors faster#566

Open
madebyisaacr wants to merge 5 commits intomainfrom
notion-faster-error-checking
Open

Notion: check for errors faster#566
madebyisaacr wants to merge 5 commits intomainfrom
notion-faster-error-checking

Conversation

@madebyisaacr
Copy link
Collaborator

@madebyisaacr madebyisaacr commented Feb 20, 2026

Description

This pull request makes slug error checking faster in Notion by checking slugs before fetching page content. Syncing is cancelled and errors are reported instantly after all database items have been fetched instead of waiting to fetch all pages' content before checking for errors.

Also improved the progress bar loading percentage for databases with less than 20 items by instantly jumping to the full loading phase value.

Closes #565

Changelog

  • Slug errors such as missing or duplicate slug values are now reported much faster when syncing large databases.

Testing

Database for testing: https://www.notion.so/framer/224adf6e8c9680eca17fda0e00267005?v=224adf6e8c9680899fb5000c4fa462a1

  • Sync a database with duplicate slugs.
  • Sync a database with a missing slug.

@github-actions github-actions bot added the Auto submit to Marketplace on merge Submits the plugin to the marketplace after merging label Feb 20, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Comment @cursor review or bugbot run to trigger another review on this PR

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

Labels

Auto submit to Marketplace on merge Submits the plugin to the marketplace after merging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Notion: check for slug errors before fetching page content

1 participant