Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.6
-
Component/s: None
-
Labels:None
Description
Some pages, e.g. civicrm/admin/uf/group?reset=1, attempt to load a missing javascript file: modules/civicrm/packages/dojo/src/i18n/calendar/nls/en-us/gregorianExtras.js
It actually attempts to load this file several times.
This causes a marked slowdown in page rendering times, as drupal has to churn out a 404 each time, with full drupal bootstrap and all.
First off, there is no en-us directory. Secondly, some of the locale directories are missing a gregorianExtras.js file.