Skip to content
Snippets Groups Projects
Forked from ICS Control System Infrastructure / csentry
Source project has a limited visibility.
  • Benjamin Bertrand's avatar
    24859102
    Cache QR codes image generation · 24859102
    Benjamin Bertrand authored
    The generation of the QR code image is quite slow and makes the page
    displaying them take a long time to load when it includes more a few.
    The data never changes and can easily be cached (the repr() of the class
    is used in the cache key, so if the name or id changes, the cache will
    be recomputed - there is no need for a timeout).
    24859102
    History
    Cache QR codes image generation
    Benjamin Bertrand authored
    The generation of the QR code image is quite slow and makes the page
    displaying them take a long time to load when it includes more a few.
    The data never changes and can easily be cached (the repr() of the class
    is used in the cache key, so if the name or id changes, the cache will
    be recomputed - there is no need for a timeout).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.