Hi,
there are 2 lines includes javascipt code on each page on site also
<script src="/media/com_hikashop/js/hikashop.js?v=351" type="text/javascript"></script>
<script src="/plugins/hikashop/cartnotify/media/notify.min.js" type="text/javascript"></script>
also in media/com_hikashop/js/hikashop.js on line 305
We should to replace text/javascipt to application/javascipt because text/javascipt is obsolete.
So gzip on nxinx doesnt compress it because mime.types not defined
if you will try to define it and include both lines in mime types conf like
text/javascript js;
application/javascript js;
you will get an warning in nginx status - not recomended
So explain please where to find file(s) what generate this code to replace text to application?
<script src="/media/com_hikashop/js/hikashop.js?v=351" type="application/javascript"></script>
<script src="/plugins/hikashop/cartnotify/media/notify.min.js" type="application/javascript"></script>
also as for pagespeed inside recomendation - how to move this code from head to body tag - is it possible ?
also i think you should to include this patch in future version of hikashop.
And the second question it is about bootstrap - may i ask in this subject ?
Does Hikashop 351 version use bootstrap 3 in own code ?
Will future version of Hikashop support bootstrap 4 ?