Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author averta

    (@averta)

    Hi,

    Could you send us your page address to us?
    We will check it again to find any resource that needs to optimize.

    Waiting to hear from you again.

    Thread Starter agrajaghh

    (@agrajaghh)

    it looks like all png files need to be optimized.

    I optimized them with Truepng and advdef (on windows) using this batch file:

    @echo off
    set "pngs=%1"
    forfiles /P %pngs% /S /M *.png /C "cmd /c Truepng.exe /o max @path"
    forfiles /P %pngs% /S /M *.png /C "cmd /c advdef.exe -z -4 -i 10 @path

    this saved ~253 KB, you can download my optimized version of master-slider (free) here:
    https://dl.dropboxusercontent.com/u/348794/master-slider%20truepng%20advdef.zip

    a good overview of PNG compression tools can be found here:
    https://css-ig.net/png-tools-overview

    Plugin Author averta

    (@averta)

    Dear friend,

    We appreciate your time for writing the post. We definitely consider compressing the assets in the future release of Master Slider.

    Kind regards,
    Averta

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘please optimize assets’ is closed to new replies.