0
Since Header and Footer will be the same on all pages, there is a downside to calling them in the same Controller?
EX:
$this->load->view('v_header', $variaveis);
$this->load->view('v_index', $variaveis);
$this->load->view('v_footer', $variaveis);
Since some pages will have files JavaScript that others don’t need, inserting all in the footer file would slow down the application?
For shipment on demand, I have a
helperwhich only loads the scripts used in the active method. It is worth asking another question...– ShutUpMagda
Use that link to remedy the first doubt in relation to
JAVASCRIPTeverything depends on a larger context, maybe working with compressed javascript (min.js) can be a good ... everything depends... gets a little difficult without seeing what happens without testing ... etc ...– novic