Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hey, I was wondering - does it improve download performance (less file size or smth) when i set exact mime types in server. E.g. for js path in server i will set: application/javascript.

share|improve this question
I don't think mime type header would make a difference, but gzip support (specified with gzip header) can make download faster: betterexplained.com/articles/… – NoBugs Jan 13 '12 at 23:25

1 Answer

up vote 1 down vote accepted

I don't think so. It just makes it easier for client code to tell what it is that's being downloaded from your server.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.