Give us a call: (800) 252-6164

Archives:

How to create a polite PHP web crawler using robot.txt.

Creating a Polite PHP Web Crawler: Checking robots.txt

May 31, 2018 | By David Selden-Treiman

In this tutorial, we create a PHP website spider that uses the robots.txt file to know which pages we're allowed to download. We continue from our previous tutorials to create a robust web spider and expand on it to check for download crawling permissions.

How to create a simple PHP web crawler to download a website

Creating a Simple PHP Web Crawler

May 24, 2018 | By David Selden-Treiman

Looking to download a site or multiple webpages? Interested in examining all of the titles and descriptions for a site? We created a quick tutorial on building a script to do this in PHP. Learn how to download webpages and follow links to download an entire website.

How to Download a Webpage using PHP and cURL

Downloading a Webpage using PHP and cURL

May 24, 2018 | By David Selden-Treiman

Looking to automatically download webpages? Here's how to download a page using PHP and cURL.

How to make your website load in under 2 seconds using Apache, Nginx, Redis, PHP7, MySQL, and WordPress

Load Times Under 2s: WordPress Speed Improvements

May 6, 2018 | By David Selden-Treiman

How I lowered my website load times below 2 seconds... a step-by-step tutorial including WordPress, Nginx, Apache, Redis, MySQL, PHP7

How to make your website load in under 2 seconds using Apache, Nginx, Redis, PHP7, MySQL, and WordPress

Load Times Under 2s: Adding a WordPress Site

May 6, 2018 | By David Selden-Treiman

With our current setup, you should be able to add as many sites as you want to hosted on your • Read More »

How to make your website load in under 2 seconds using Apache, Nginx, Redis, PHP7, MySQL, and WordPress

Load Times Under 2s: Configuring Nginx

May 6, 2018 | By David Selden-Treiman

This is part 8 of a 10 part tutorial on setting up and configuring Nginx as a reverse proxy with • Read More »

How to make your website load in under 2 seconds using Apache, Nginx, Redis, PHP7, MySQL, and WordPress

Load Times Under 2s: Installing Nginx

May 6, 2018 | By David Selden-Treiman

Next up we need to compile and install nginx. We can’t simply run the yum command because we’re going to • Read More »

How to make your website load in under 2 seconds using Apache, Nginx, Redis, PHP7, MySQL, and WordPress

Load Times Under 2s: FTP & DNS

May 6, 2018 | By David Selden-Treiman

Installing an FTP server Next we’re going to want to install an FTP server so you can upload files. To • Read More »

How to make your website load in under 2 seconds using Apache, Nginx, Redis, PHP7, MySQL, and WordPress

Load Times Under 2s: SSL Certificate & Apache Configuration

May 6, 2018 | By David Selden-Treiman

Creating a Self-Signed SSL Certificate Next we need to create a self-signed SSL certificate. This is very useful for testing • Read More »

How to make your website load in under 2 seconds using Apache, Nginx, Redis, PHP7, MySQL, and WordPress

Load Times Under 2s: PHPMyAdmin & Redis

May 6, 2018 | By David Selden-Treiman

Installing PHPMyAdmin Next, we need to install phpmyadmin. The easiest way I have found to do this is to simply • Read More »

Scroll To Top