PHP
How To Tell The Perfect Customer Story
We asked our friends at Flank, an agency that specializes in startup marketing, to share some of their knowledge about leveraging customer success stories in digital marketing. Unlike interviewing your colleague at the next desk…
7 Most Common WordPress Developer Mistakes
One of the best things about WordPress is that it’s open source. Anyone with a computer and an Internet connection can get online and begin using it. Heck, with enough coding knowledge and drive, they…
Accessing A WordPress Database with Pressable
How to Access a WordPress Database For security reasons, we do not allow remote access to a Pressable site’s database. We also do not allow remote connections to external databases. For more…
WordPress Performance Issues: Is It Your Server or Your Site?
A website is like a building. The structure is your code and database, the land it is on is your server, and its address is your domain name. In order for a user to have…
Using the WordPress Query Monitor Plugin
What is Query Monitor? The Query Monitor plugin is a free debugging tool that helps assess the performance of your website. It gives an in-depth analysis of all of the requests being…
Modifying Cache Times in BatCache
By default, Batcache, our page caching mechanism, will cache pages for five minutes, if the pages get at least two visits in two minutes. This might be OK for a site that…
How does Batcache page caching work?
Batcache WordPress page caching is one of the three levels of caching Pressable uses to ensure your site loads quickly and efficiently. To achieve page caching, we use a drop-in plugin called…
How to prevent Batcache page caching on Pressable
Pressable uses Batcache and Memcached to store and serve rendered pages. However, there are times where you might not want something cached, such as a specific page or cookie. This guide will…
GitHub and CircleCI Deployment via SFTP
The tutorial will focus on setting up CircleCI config.yml file to deploy the master branch of a GitHub repository via SFTP. To follow along with this tutorial you will need: 1. A theme or plugin that you…
What Pressable Can Do and How We Can Help
Pressable strives to provide world-class support to all of our customers. In addition to our Service and Platform Considerations, the following details our responsibilities as your host, as well as the levels…
How You Can Easily Manage Multiple WordPress Sites
If you’re a developer or run an agency, then you’re probably going to be managing multiple WordPress websites. Managing multiple WordPress sites can end up being extremely time consuming, and that’s not even including the…
How to Setup a Local WordPress Development Environment
When you’re building out a WordPress website you’re going to have a few different options for building and deploying your website. You can either build and make changes to your site live (not recommended), use…