Search by Keyword
Forum's Comments
  • Some more tips to increase site load speed and speed score in google analytics

    1) disable 3rd-party copy&paste codes or at least use copy&paste code that can be inserted at the end of the page (before closing tag) instead of inserting it into tag

    2) don't install Fontawesome Pro module, it increases page load time by adding bigger font files, default free Fontawesome fonts aren't such big like Pro version

    3) use the latest PHP version, PHP 7.0 twice faster than PHP 5.6, PHP 7.2 faster than PHP 7.0 and 7.1, PHP 7.3 faster than 7.2 and 7.1, PHP 7.4 significantly faster than PHP 7.3, and of cause use PHP OpCache 

    4) enable Caches in UNA

    5) make number of items per page for Timeline as small as possible

    6) set cache control for 1 year instead of 30 days for files (mostly images) uploaded to UNA

    UPDATE `sys_objects_storage` SET `cache_control` = 31536000 WHERE `cache_control` = 2592000

    Then clear UNA DB cache