Blog posts on phame cannot currently be cached by our CDN, and hence cannot be shared on link aggreagators for the (unfounded?) fear of being successful and melting phab down.
Phame currently returns the following response headers that make it uncacheable:
[...] < Cache-Control: no-store [...] < Set-Cookie: phsid=REDACTED; expires=Mon, 01-Apr-2024 09:18:05 GMT; Max-Age=157680000; path=/; domain=phabricator.wikimedia.org; secure; httponly
For posts with visibility set to Published, Cache-Control should be set by phame to some value that allows caching, such as Cache-Control: max-age=1440 (or whatever number of seconds is deemed appropriate).
I'm not sure what the purpose of the cookie is, but I can read phame posts just fine without sending it from my client, so I guess it's not critical functionality-wise and can be dealt with at the caching layer?