Needs work
Project:
Link
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2015 at 20:09 UTC
Updated:
22 Mar 2018 at 16:48 UTC
Jump to comment: Most recent
Currently if we check the same URL multiple times on a page we entirely revalidate and redetermine its time. Instead we could cache the data in a local static (no need for drupal_static in my opinion as there is no requirement to reset the list) and hence improve perform in cases where we already know the type of the url.
| Comment | File | Size | Author |
|---|---|---|---|
| add-static.patch | 1.82 KB | marcingy |
Comments