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

[performance] cache recently allowed/denied domains to cut down on db calls #794

Commits on Jul 24, 2022

  1. fetch creation and fetching domain blocks from db

    Signed-off-by: kim <grufwub@gmail.com>
    NyaaaWhatsUpDoc committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    e66443d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. add separate domainblock cache type, handle removing block from cache…

    … on delete
    
    Signed-off-by: kim <grufwub@gmail.com>
    NyaaaWhatsUpDoc committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c54919d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. fix sentinel nil values being passed into cache

    Signed-off-by: kim <grufwub@gmail.com>
    NyaaaWhatsUpDoc committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    26ce3b3 View commit details
    Browse the repository at this point in the history