Code:
sudo vi /var/www/html/themes/spirit/views/account/partial/layout_logged_in.html.twig
(Line 94 on Version 5.3.1)
{% if Auth.loggedIn() == 'true' %}
<script type="text/javascript" src="{{ CORE_SITE_PATH }}/assets/js/uploader.js?r={{ date().timestamp }}"></script>
{% endif %};
This did increase performance however it prevented Visitors from using the "Download" button.
Last edited: