How to Clear Browser Cache & Cookies (Chrome, Firefox, Edge, Safari)
When a support agent or a developer asks you to “refresh” a page, it can be confusing to know exactly what they mean. There is a big difference between a…
When a support agent or a developer asks you to “refresh” a page, it can be confusing to know exactly what they mean. There is a big difference between a…
If you have implemented preloading tags but your Largest Contentful Paint and Cumulative Layout Shift scores haven’t changed, the issue is likely related to the total weight of your page…
If you want consistent performance and a “Clear Cache” button that actually works,create a new test site today to experience RunCache. On most servers, OPcache persists until PHP-FPM is reloaded.If the…
Common examples include Elementor, Divi, Oxygen, and block-based themes using theme.json.Suggested read: Server Cache vs. Browser Cache vs. Site Cache: What’s the Difference?sudo ls -lah /path/to/cache sudo rm -rf /var/cache/nginx-rc/runcloud-hub-fastcgi-app-auer/*…
RunCloud provides tools to monitor your server’s health and automatically restart services (such as NGINX or PHP) if they crash. While we manage the software layer and configuration to prevent…
Suggested read: How to Fix a 502 Bad Gateway ErrorThis error means your browser couldn’t prove you have permission to view a page.Sometimes the problem is as simple as a…
However, this solution is only available for RunCloud users. If you are not a RunCloud user yet, let’s look at some of the other popular caching solutions that are available.WP…
Suggested read: Server Cache vs. Browser Cache vs. Site Cache: What’s the Difference?These optimizations only go so far without a fast, reliable server.// Disable emojis remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 ); remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ ); // Disable oEmbeds remove_action( ‘wp_head’, ‘wp_oembed_add_discovery_links’ ); remove_action( ‘wp_head’, ‘wp_oembed_add_host_js’ ); Create SVG…
Notion offers several plans designed to scale from individual use to large business needs.You would think that your team doesn’t need project management software, but in 2026, it will be…
Suggested read: How to Check Running Processes in Linux Using ps, top, htop, and atop CommandsMonika is a command-line uptime monitor designed for developers who like configuration-as-code. It uses a…
Firefox is often more stringent and particular about its enforcement of SSL/TLS protocols and security standards. While other browsers might be more lenient with minor server misconfigurations, Firefox’s strict security…
Your online store just went down.git clone -b 3.x https://github.com/cachethq/cachet.git –depth 1 . /RunCloud/Packages/php83rc/bin/php artisan vendor:publish –tag=cachet Cachet is a feature-rich, open-source status page system built with Laravel. Here’s a quick rundown of its…
This next part is for anyone who has not yet built a multisite network. However, if you already have a multisite network up and running, you’re ahead of the game!…
The “Cannot use import statement outside a module” error is a common stumbling block for web developers. Encountering this error can be frustrating, especially when you’re eager to implement modern…
For most users, the proof of work is invisible and fast, but for suspicious users or regions, it becomes harder and longer. Proof of work can protect against brute force…
Before you even think about submitting your site, you should first ensure it’s technically sound and “crawler-friendly”. Follow the steps below to make sure your site is ready to be…
If you encounter the “Can’t Establish a Secure Connection to the Server” error, you should begin your troubleshooting process with these steps. The following solutions are entirely safe and non-destructive…
Here is a simple and effective ruleset to add to your .htaccess file:The warning is triggered for two main reasons:Adding expiration headers is very straightforward, especially in the .htaccess file…