I recently bought a new domain name on namesilo and needed a CNAME to the current site. I found that the resolution was extremely slow to take effect. After searching the Internet, I decided to migrate the resolution to cloudflare. There are two advantages: 1. Faster resolution; 2. . Use CDN for free; website access becomes faster
When testing this site with Google PageSpeed Insights, the diagnostic results indicate that static files are not cached. In particular, downloading woff2 fonts takes a long time, impacting loading speed. Since this site uses the Caddy2 server, static file caching needs to be added. The configuration file syntax differs slightly from Nginx.
When I wrote this article, I hadn't customized the ibus input method, so the interface was a bit bland. Working with computers every day, text input is inevitable. Below is a record of the process of beautifying and customizing the ibus input method.
Personally, I think the Ubuntu 22.04 login screen is too plain, and I'm not a big fan of the lock screen either. Currently, Gnome Settings only lets you change the desktop wallpaper, but I remember previous versions also allowed you to change the lock screen wallpaper. So, after some searching, I found that the login screen can be changed, but there's no convenient way to change the lock screen. If anyone knows how, please email me. My email address is in my GitHub profile.
When testing a website for SEO, we recommend converting PNG images to webp. This significantly reduces image size with minimal loss of quality. This will speed up page loading and conserve bandwidth.