Is there a way to add all core javascript in the Footer element?

Permalink
Normally Loader::element('header_required') add the core js and meta into the head section of a website. For optimalisation reasons I want to put the js parts after the body close tag. The performance of a website will be higher, what's good foor SEO. So is there a solution to add the core js to Loader::element('footer_required');?

henkvanhoffen
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
You can override the respected files and locate the js as required.
henkvanhoffen replied on at Permalink Reply
henkvanhoffen
ronyDdeveloper, thanks for your reply. That's one solution which I've thought of.. By setting up the architecture of the website you can quit the header_required and the footer_required. But then you are overriding the core functions of C5. I was wondering if there is a way to set the js and css to the footer_required element. So the meta headers still are loading with header_required element.