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.

CommentFileSizeAuthor
add-static.patch1.82 KBmarcingy

Comments

marcingy created an issue. See original summary.

Status: Needs review » Needs work

The last submitted patch, add-static.patch, failed testing. View results