THE PROBLEM: Free Cloudflare doesn’t support custom nameservers. THE SOLUTION: Use cname flattening to point the domain to the right server The process itself is pretty straightforward: You create a cname record for the apex domain and set an existing domain or sub-domain as its content, the keyword here is “existing domain or sub-domain”. You […]
Author: speedoflight
How to Fit Vertically a Wide HTML Table in Mobile Displays with 5 Lines of Code
We often need to display a wide table with many columns on mobile and the content doesn’t legibly shrink into a vertical screen. This feature orders your table content vertically using CSS only and works with all browsers. For this example, we’re going to use a table with smartphone data: HTML code below: <table> <thead> […]
Exchanging Disk Space for Speed on LSCache
I set an exception on LSCache for an Essential Addons for an Elementor lite CSS file because it generated multiple versions of the compressed/minified CSS for the site, but this single exception is increasing the Maximum critical path latency up to 690 ms for mobile, which increases FCP time. As a first step to fix it, I […]