| 3 | | There is an unsightly PHP notice at the top of the page when the server is misconfigured. The JS doesn't break but the non-minified JS is used (as the undefined constant is treated as string, evaluates to `true`). Happens when the notice is suppressed and not suppressed. |
| | 3 | There is an unsightly PHP notice at the top of the page when the server is misconfigured. |
| | 4 | |
| | 5 | The JS doesn't break but the non-minified, non-concatenated JS is used (as the undefined constant is treated as string, evaluates to `true`). This loads two files asynchronously instead of one, making it noticeable slower. Happens when the notice is suppressed and not suppressed. |