Features

Light pages, fast loads

Speed

Nobody waits for a guestbook. So the pages are kept small, they carry nothing that phones home, and they are delivered through Cloudflare's network. No benchmark numbers here, just the reasons the pages load quickly.

Small pages by design

A guestbook page is plain HTML showing ten messages at a time, with links to the other pages. Its stylesheet, whether our generated one or your custom CSS, is written into the page itself, so there is no extra file to fetch before the page can be drawn. There are no JavaScript libraries and no web fonts, and the only images are the smilies, the country flags visitors chose and whatever you put in your own header or background. The only third-party script anywhere is the Cloudflare Turnstile check, and it loads on the sign form alone, never on the page your visitors read.

Nothing to slow your own site

Your guestbook is linked from your site, not embedded in it. No iframe, no script tag, no widget: a plain link that browsers and search engines understand, so your own page loads exactly as fast as it did before.

Delivered through Cloudflare

Cloudflare's network sits in front of ultraguest.com, close to your visitors wherever they are, and connections use HTTP/2. Images and stylesheets are sent with cache headers that let browsers keep them for 30 days, so a returning visitor downloads little more than the page itself.

No ads, no trackers

Advertising scripts and tracking pixels are usually the slowest part of a free service. UltraGuest has none: no ad networks, no analytics on guestbook pages, no cookies beyond the one needed to post. That is a privacy decision first, but it is also why the pages stay light.

On the server

The application runs on PHP 8.5, with its compiled code cached in memory, and MySQL 8.4, on its own DigitalOcean server in New York. Pages are built per request from the database of messages, which is quick work for a guestbook, and page views are counted without cookies. See also reliability and customize.

Sign up for free