Looking at it a bit more (as well as some *yikes* requests to our server) I see that we are getting a ton of 304s, which are, no doubt, tying up our dynos.
So, this may be more of a rails question than a heroku question, but how can I set expires headers on certain static directories? Yes, I am a complete and utter newb at this. Cheers, Carson On Jan 26, 5:00 pm, Carson Gross <[email protected]> wrote: > Heya, > > Sorry, digging through the docs I couldn't really get an answer on > this that I understand: > > So, with static assets, deployed on the bamboo-ree-1.8.7 stack, are > static assets served by web dynos? As our application has grown over > time, we've evolved to issue a horrific number of requests for static > content (css, javascript, etc.) and I'm trying to understand just how > bad that is for our performance. Seems like we'd be tying up web > dynos, but I want to make sure. > > Secondly, given that I don't feel like rewriting all that code right > now, is there a way to map certain paths to a heroku app to another > server, so we aren't hammering our dynos so badly? > > Thanks, > Carson -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
