corincerami / mars-photo-api

A Rails API for photo data from NASA's Mars Rovers
https://api.nasa.gov/#MarsPhotos
GNU General Public License v3.0
352 stars 48 forks source link

Figure out issue with heroku performance #9

Closed corincerami closed 8 years ago

corincerami commented 9 years ago

When Heroku web dyno is first started (after app has been idle for more than 15 minutes), the first request will time out and cause an H12 Time Out Error from Heroku.

corincerami commented 9 years ago

Try deploying with Puma to decrease response time.

corincerami commented 9 years ago

Issue persists after implementing Puma

corincerami commented 9 years ago

Possibly solved. Seems to perhaps have been caused by missing favicon.ico file.

corincerami commented 9 years ago

Nope.