mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
40bc3c04e5
Add fetch_request_cached method that layers RequestStore in front of Rails.cache.fetch Used in the following places, as they are repeatedly accessed during schema initialization. all_work_package_form_attributes, form_config_attribute_representation, Query.available_columns In my tests, this improves cold cache access by reducing initial number of queries to access cache