• Several unnecessary assets are loaded on each and every page in WordPress admin area for all user roles down to subscriber level.

    There are e.g. JavaScript files backwpup-admin.js (50kb), backup-downloader.js (9kb) which are additionally loaded unminified even though minified versions of those files would exist in archive. There is also font file backwup.ttf and other JavaScript files functions.min.js and states.min.js (and maybe more, we stopped checking as we will stay at 4.1.7 for the time being).

    BackWPup 5.0.3

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support BWU Support

    (@saranshwpm)

    Hi,

    Thank you for reporting this issue. We were able to replicate it and have reported it to our development team for further investigation.

    We appreciate your feedback and patience as we work on resolving this. Let us know if there’s anything else you’d like to share.

    Best regards.

    Thread Starter Ov3rfly

    (@ov3rfly)

    Still several unnecessary assets are loaded on each and every page in WordPress admin area for all user roles down to subscriber level:

    <link rel='stylesheet' id='backwpup-css' href='[..]/wp-content/plugins/backwpup/assets/css/main.min.css?ver=1741083435' media='screen' />

    <script src="[..]/wp-content/plugins/backwpup/assets/js/general.min.js?ver=5.0.5" id="backwpupgeneral-js"></script>

    <script src="[..]/wp-content/plugins/backwpup/vendor/inpsyde/backwpup-shared/resources/js/functions.min.js?ver=1741083436" id="backwpup_functions-js"></script>
    <script src="[..]/wp-content/plugins/backwpup/vendor/inpsyde/backwpup-shared/resources/js/states.min.js?ver=1741083436" id="backwpup_states-js"></script>
    <script src="[..]/wp-content/plugins/backwpup/assets/js/backup-downloader.min.js?ver=1741083435" id="backwpup-backup-downloader-js"></script>

    BackWPup 5.0.5

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.