Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster static images #55

Open
David-Ro opened this issue Apr 12, 2016 · 3 comments
Open

Faster static images #55

David-Ro opened this issue Apr 12, 2016 · 3 comments
Assignees
Milestone

Comments

@David-Ro
Copy link
Member

We know the photos (as currently configured) slow down the site, so bandwidth and management of photos has to change first, before adding 10's or 100's of events.
E.g. send photos to a service that makes a grainy lightweight copy, and then store that version locally, cached.

@David-Ro David-Ro added this to the Static MVP milestone Apr 12, 2016
@pcuci pcuci changed the title image handling Image handling Apr 12, 2016
@pcuci
Copy link
Member

pcuci commented Apr 12, 2016

Can use https://api.imgur.com/models/image thumbnails (the medium thumbnail API doesn't seem to work)

@pcuci pcuci removed the in progress label Apr 12, 2016
@pcuci pcuci changed the title Image handling Faster static images Apr 21, 2016
@robertpragai
Copy link

Would a service like this work: https://tinypng.com/

@pcuci
Copy link
Member

pcuci commented Apr 21, 2016

@robertpragai that's a good service, I started using it in conjunction with imgur.

Here's my work-flow to lower image sizes by 50%-75%:

  1. Find a cool picture on the web
  2. Open up my browser window and screenshot area of picture (a preliminary crop), about 80% of my large screen width
  3. Upload to imgur.com Ctrl+V (pasting the screenshot)
  4. Drag the imgur pic to tinypng.com, hover over the "download" link and Right-click and Copy link address
  5. Upload compressed image to imgur, by URL
  6. Optionally delete the older larger imgur original
  7. Link from cover: and photo: front-matter configs to compressed imgur image

Horrible workflow, but it does saves load times!

Also, you can fake-throttle your browser to test how fast images would load on mobiles:
()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants