startpage icon indicating copy to clipboard operation
startpage copied to clipboard

gif takes time to load

Open r0tten-potato opened this issue 2 years ago • 1 comments

How can I make it quicker?

r0tten-potato avatar Jun 20 '22 17:06 r0tten-potato

What browser are you using?

The gif and web page should load nearly instantaneously since the gif file is already on your local filesystem.

You could optimize the gif file by:

  • Converting it to mp4 file format and embedded it as HTML5 video
  • Converting it to png file format
  • Compress the gif file at the expense of poorer quality

See here and here for more details.

kencx avatar Jun 24 '22 10:06 kencx