[09:39:52] https://www.phpied.com/quick-bpp-image-entropy-check/ "Chrome is making a change on how Largest Contentful Paint (LCP) core web vital (CWV) is being calculated in order to avoid abuse. " [09:50:43] Krinkle: hey, for when you have time, I vaguely recall a proposal to exclude addModuleStyles()-exclusive style-only modules from the startup module manifest, but it seems this wasn't implemented after all [09:50:52] is that correct, or am I just missing something obvious? [23:21:36] mszabo: correct, I think we declined it. There are too many cases where we pull them in lazily. Being available to be able to load with addModulesStyles does not mean it exclusive to that use case [23:23:37] Two main category break that model. 1) styles that HTML that can be both server and client generated. Some pages may queue it server side others may load it lazily with Js if/when they need it and depend on the styles module 2) there are cases where we Ajax additional server rendered HTML along with directly queues styles-only modules, eg Ajax preview or post-edit VE [23:24:07] However, there's a few alternate optimisations we have tasks for instead: [23:24:27] * omit registration of skin modules for other skins [23:24:36] * omit registration of gadget modules for other skins [23:24:50] I believe SD0001 implemented the latter