Plugin Directory

Changeset 3262407


Ignore:
Timestamp:
03/26/2025 07:41:18 PM (10 months ago)
Author:
charlycharm
Message:

'speedup-optimization'

Location:
speedup-optimization
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • speedup-optimization/tags/1.3/core/firewall.speedup.php

    r3259612 r3262407  
    44 * Class SG_SpeedUp
    55 *
    6  * ver.: 1.6.1
    7  * date: 21 Mar 2025
     6 * ver.: 1.6.2
     7 * date: 26 Mar 2025
    88 */
    99/* USAGE:
     
    528528    public function AddImgLazyLoading($html)
    529529    {
     530        if (empty($html)) return $html;
     531       
    530532        $dom = new DOMDocument();
    531533        libxml_use_internal_errors(true);
  • speedup-optimization/trunk/core/firewall.speedup.php

    r3259612 r3262407  
    44 * Class SG_SpeedUp
    55 *
    6  * ver.: 1.6.1
    7  * date: 21 Mar 2025
     6 * ver.: 1.6.2
     7 * date: 26 Mar 2025
    88 */
    99/* USAGE:
     
    528528    public function AddImgLazyLoading($html)
    529529    {
     530        if (empty($html)) return $html;
     531       
    530532        $dom = new DOMDocument();
    531533        libxml_use_internal_errors(true);
Note: See TracChangeset for help on using the changeset viewer.