mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#caching

0 posts0 participants0 posts today

📢 New article alert!

A year after migrating my site from the cloud to a self-hosted NUC cluster, I'm sharing more technical details behind making it work. I've proven it's viable with the right setup.

My current stack includes:
- WordPress container with Apache and PHP
- MySQL and Memcached for data storage
- Batcache, Varnish, and Cloudflare for caching

Updated rules have increased edge cache from 30%!

#WebHosting #SelfHosted #WordPress #Caching #Cloudflare

eric.mann.blog/blogs-and-nucs-

Eric Mann's Blog · Blogs and NUCs and Caching, Oh My!A year ago, I migrated my site to a self-hosted NUC cluster, defying industry skepticism about home hosting. Using a WordPress stack with Varnish and Cloudflare, I optimized performance and security, achieving over 30% traffic caching.

Although frequently misunderstood, the HTTP Cache-Control header is crucial because it specifies caching mechanisms within requests and responses.  In its typical format, it reveals details as to how resources are stored, the location of the resource and the maximum age before expiring…

In our latest blog post, Kieran Larking highlights that the No-cache directive does not prevent caching and looks at typical caching behaviour directives and how to correctly use these directives to balance performance and security: pentestpartners.com/security-b