- Issue created by @thejimbirch
- π·πΈSerbia vaish
Thanks, @thejimbirch. I appreciate your feedback. Are you proposing to use Drupal's Configuration API and make CRLs configuration importable/exportable? I would really love to make this module as easy to use as possible, however, my primary concern is performance. Considering that CRL needs to inspect (process) each and every request (being implemented as http middleware β ), my goal was to make it so that overhead of using the module is minimal. I believe that using the Configuration API would increase that overhead. Or did you have something else in mind? Let me know.