Forgot?
Blog

Tagged Hosting

8 posts

Redis and Caching

Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. What does it mean? By using Redis to hold dynamic values in memory that are typically held in a database or file, the website can access those values faster. Faster access means faster web page delivery…

New Web Host

Just completed migration to Hostinger for web hosting. Chose them for low cost and extreme flexibility on their VPS platform. I am now running Nginx as the server and PHP 7.3 for processing…

Lighter & Faster

Moved the site server engine to nginx. Significantly improves page delivery. Replaced all jQuery code on the Home page with vanilla JavaScript. This removed the jQuery library, adding yet another performance enhancement (both load and execution)…

So Many Updates

It's been years since my last post. Updates: Dark Sky weather, Mobile Friendly, PHP 7 compatible, JQuery integration, Prototype removal, Coppermine Gallery update, Simple Machine Forums reinstall, Roundcube webmail update…