Wilhelm Foundation - Group of people working towards diagnosis of undiagnosed diseases.
Wilhelm Foundation is a Non-profit organization, whose goal is to diagnose the children of all ages who are suffering from undiagnosed diseases. They work towards the finding cause and effects of the problems which are not founded by medical science yet, to be precise the diseases which are not identified in any medical test reports. For discovery of new diseases and solving the enigma, they bring-up leading specialists together from different corners of the world.
In my Drupal 8.9.6 (Installed with Lightning distribution) Status Admin Page, there are three warnings showing after updating several modules and core to the latest versions:
What is a good way to include JS and CSS files in a module using the .libraries.yml file that have file names as follows :
abc-61c284b39224e2b2e4d5.css
abc-61c284b39224e2b2e4d5.js
The JS and CSS are generated using contenthash which would change on every build of the files if their content changes. How can I include these files in my pages using the file name as only : abc without caring for the contenthash ?
I have a large D8 site and currently have about 400 blocks. When I got to the main Blocks Structure admin page
-- /admin/structure/block -- It now hangs up and will not display. I just get an error:
the application did not respond in time.
The site is hosted on Pantheon. I have a basic plan limited to 256M of application memory. We tested increasing the memory available to 512MB. That did not help, nor did the Pantheon Advanced Page Cache.