1. Home
  2. Knowledge base
  3. Category - Page 2

Tutorials

Understanding 429 Errors

If you’re seeing 429 errors on your Pressable site, don’t panic. There are two different reasons this might happen, and once you figure out which one applies to you, fixing it becomes […]

Read article
How to Diagnose and Resolve Memory Exhaustion Errors at Pressable

See our guide to accessing WordPress/PHP error logs here: https://pressable.com/knowledgebase/accessing-wordpress-error-logs/ A memory exhaustion error occurs when a PHP process exceeds its allocated memory limit. These errors look like: On Pressable, each PHP […]

Read article
How to Flush the Cache in Popular WordPress Page Builders

The Pressable Migration plugin does an exhaustive search-replace in the database, updating the site URL. Pressable also runs a search-replace on the database when a site’s primary domain is added or changed. […]

Read article
Understanding and Troubleshooting admin-ajax.php in WordPress

Introduction This guide will help you understand, diagnose, and resolve issues related to admin-ajax.php on your WordPress site. While admin-ajax.php is an essential WordPress file that enables many dynamic features, it can […]

Read article
Migrating WooCommerce Orders And Customers Between Sites

This guide covers how to migrate only WooCommerce order and customer data from one site to another. This process can be helpful when a staging site is out of sync with production, […]

Read article
Fix Elementor “Server Error (500 error)” When Saving Posts

What is a 500 Error? A 500 Server Internal Error is an HTTP status that tells the browser something went wrong on the server while trying to handle the request. Unfortunately, this […]

Read article
WooCommerce Order Attribution Tracking Cookies (sbjs_) and Caching

WooCommerce’s order attribution tracking feature provides valuable insights into your customers’ purchase journey by tracking the marketing channels that led to each order. However, this feature sets several cookies that can impact […]

Read article
Run A Traceroute To Diagnose Timeout or Connection Errors

A traceroute is a network diagnostic tool that shows the path traffic takes from your computer to a destination server. It does this by listing each network hop along the way and […]

Read article
Linking a Staging Site to a Production Site on Pressable

Understanding Staging Site Linking Through your My Pressable Control Panel, you can add a new website, clone a website, and create a staging website. In the article, How Sites, Staging Websites, and […]

Read article
WooCommerce High-Traffic Event Preparation Guide: Start Here

Preparing your WooCommerce store for a flash sale, product launch, or seasonal promotion requires careful optimization. This guide provides immediate actions you can take today, plus navigation to comprehensive phase guides based […]

Read article
Deploy From GitHub

The GitHub integration enables automatic deployment of your code directly from your GitHub repository to your Pressable site. This guide explains how the integration works and how to configure it for your […]

Read article
Bash Command Execution on Individual Sites

With Bash Command Execution integrated directly into each site’s My.Pressable.com Dashboard page, executing commands is faster, easier, and more accessible. This feature allows you to securely execute Bash commands for individual sites […]

Read article
WooCommerce High-Traffic Event Preparation Guide: Phase 1

Pre-launch foundation (7-14 days before) Overview This phase establishes the technical foundation for handling traffic spikes during your WooCommerce event. Working through these optimizations 7-14 days before launch gives you time to […]

Read article
How to Read a PageSpeed Insights or GTmetrix Test

Performance testing tools like Google PageSpeed Insights (PSI) and GTmetrix provide valuable insights into your website’s speed and user experience. However, interpreting these results correctly is crucial to making effective optimizations. This […]

Read article
Maximizing WooCommerce Performance With Proper Use of Cart Fragments

Understanding WooCommerce Cart Fragments WooCommerce cart fragments help update the shopping cart’s contents without having to reload the whole page. This allows for a smooth shopping experience because changes in the cart […]

Read article
WooCommerce High-Traffic Event Preparation Guide: Phase 2 

Technical validation (1-2 days before) Overview This phase focuses on verifying that all Phase 1 optimizations are working correctly and your systems are ready for high-traffic conditions. This is validation only; avoid […]

Read article
Understand and Use Transients in WordPress

Introduction Transients are WordPress’s built-in mechanism for temporarily storing cached data to improve site performance. They allow developers to save the results of expensive operations (like external API calls or complex database […]

Read article
Dealing With the Google Safe Browsing “Dangerous site ahead” Warning

If you haven’t already done so, your first step will be to address the underlying problem that caused the warning. This usually means fixing malware or phishing pages on your site. To […]

Read article
WooCommerce High-Traffic Event Preparation Guide: Phase 3 

Launch day operations Overview Purpose: Maintain service stability and optimal performance during your high-traffic WooCommerce event through proactive monitoring and rapid incident response. Key principle: Proactive monitoring with rapid response to emerging […]

Read article
Add CAPTCHA or reCAPTCHA to Your WordPress Site

Introduction CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a security tool that helps distinguish real human visitors from automated bots. If you’ve been hesitant to add […]

Read article
How to Import a Pressable Site Backup into LocalWP

This guide will walk you through the process of manually preparing your Pressable site backups (Filesystem and Database) and importing them into the LocalWP application to run your site locally. This method […]

Read article