discourse/app
Joe 804b8fd9f9
DEV: Defer loading core/plugin/theme JS files (#17063)
This is pre-request work to introduce a splash screen while site assets load.

The only change this commit introduces is that it ensures we add the defer attribute to core/plugin/theme .JS files. This will allow us to insert markup before the browser starts evaluating those scripts later on. It has no visual or functional impact on core.

This will not have any impact on how themes and plugins work. The only exception is themes loading external scripts in the </head> theme field directly via script tags. Everything will work the same but those would need to add the defer attribute if they want to keep the benefits introduced in this PR.
2022-06-20 09:47:37 +08:00
..
assets DEV: Defer loading core/plugin/theme JS files (#17063) 2022-06-20 09:47:37 +08:00
controllers DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
helpers DEV: Defer loading core/plugin/theme JS files (#17063) 2022-06-20 09:47:37 +08:00
jobs DEV: Make wizard an ember addon (#17027) 2022-06-17 14:50:21 +02:00
mailers FEATURE: Log the SMTP response in EmailLog (#17056) 2022-06-15 10:28:30 +10:00
models DEV: Defer loading core/plugin/theme JS files (#17063) 2022-06-20 09:47:37 +08:00
serializers FIX: Remove tags from experimental sidebar on notification level changed (#17083) 2022-06-14 15:39:56 +08:00
services FIX: Send quote notifications to correct users when prioritizing full names (#17030) 2022-06-09 11:52:28 -05:00
views DEV: Defer loading core/plugin/theme JS files (#17063) 2022-06-20 09:47:37 +08:00