- Issue created by @kryber
When adding a node URL, such as /node/1, to the list of URLs to be prefetched in a PWA module, the associated libraries defined within the node's template (e.g., node--1.html.twig with {{ attach_library('euaa_base/pwa_test') }}) are not being prefetched. This issue impacts the performance and efficiency of the PWA module as the necessary libraries are not available when needed.
I propose to investigate and modify the PWA module to ensure that libraries attached within node templates are properly prefetched when the corresponding node URL is added to the prefetch list. This might involve changes to the way the PWA module handles library dependencies for prefetched URLs.
No user interface changes are expected as this issue pertains to background functionality related to prefetching.
No API changes are anticipated at this stage.
No changes to the data model are required for this resolution.
Active
2.1
Code