http HEAD vs GET performance

A RESTful URI should represent a “resource” at the server. Resources are often stored as a record in a database or a file on the filesystem. Unless the resource is large or is slow to retrieve at the server, you might not see a measurable gain by using HEAD instead of GET. It could be … Read more