JonathanBennett / prerender-redis-cache

MIT License
31 stars 28 forks source link

Use cached rendered page to serve HEAD requests #10

Closed irnc closed 1 month ago

irnc commented 8 years ago

I would guess that no, Googlebot does not use HEAD for initial request, but it could be used for consecutive requests to check for updates.

Handling HEAD was especially useful to me because I want to ping prerender ahead of time to warm my cache before Googlebot would hit it.

JonathanBennett commented 8 years ago

Hi guys, apologies for not replying to this sooner - been travelling like crazy. Let me review - I see no reason to not reply on a HEAD request.

J