updated webform localization and phone, uuid, term_merge, spambot, performance
This commit is contained in:
@@ -6,9 +6,9 @@ configure = admin/config/development/performance-logging
|
||||
tags[] = developer
|
||||
tags[] = monitoring
|
||||
|
||||
; Information added by packaging script on 2013-11-09
|
||||
version = "7.x-2.0"
|
||||
; Information added by Drupal.org packaging script on 2016-09-26
|
||||
version = "7.x-2.1"
|
||||
core = "7.x"
|
||||
project = "performance"
|
||||
datestamp = "1384025307"
|
||||
datestamp = "1474895941"
|
||||
|
||||
|
@@ -267,8 +267,8 @@ function performance_shutdown() {
|
||||
$path = variable_get('site_frontpage', 'node');
|
||||
}
|
||||
|
||||
// Skip certain paths defined by the user.
|
||||
if (drupal_match_path($path, variable_get('performance_skip_paths', ''))) {
|
||||
// Skip if page from cache or on certain paths defined by the user.
|
||||
if (!function_exists('drupal_match_path') || drupal_match_path($path, variable_get('performance_skip_paths', ''))) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user