- πΊπΈUnited States smustgrave
Since there has not been a follow up going to close out for now.
If still valid task please reopen.
Please see https://api.drupal.org/api/drupal/includes!bootstrap.inc/function/conf_path/7#comment-50753 for explanation of performance improvements. The gist of it is that there are count()
values placed directly within the for
loops inside the function conf_path()
. And after running several tests it seems that the performance of core as a whole could be improved, even if only slightly, by pre-calculating the count()
values before they're placed into the for
loop(s).
Patch to immediately follow.
Closed: outdated
9.5
Last updated
It affects performance. It is often combined with the Needs profiling tag.
It may affect performance, and thus requires in-depth technical reviews and profiling.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since there has not been a follow up going to close out for now.
If still valid task please reopen.