Level Up

A collection of resources for WordPress Developers, written and curated by experts

Level Up

IAM Roles on Amazon Elastic Compute Cloud (EC2) or Google Compute Engine (GCE)

Amazon Elastic Compute Cloud (EC2) To use the WP Offload Media plugin with Amazon S3 you need to define an AWS access key and secret key. This can be stored…

Ashley

Jul 8, 2015

Level Up

Settings

This guide briefly describes each of the settings you can change from within WP Offload Media’s settings page to control Media offloading. For a description of the Assets Pull settings,…

Iain

Mar 8, 2016

Level Up

Settings Constants

All settings within WP Offload Media and the Assets Addon can be defined using two constants within your wp-config.php file. WP Offload Media define( ‘AS3CF_SETTINGS’, serialize( array( // Storage Provider…

Ashley

Level Up

Assets Pull: Settings

Rewrite Asset URLs This is the master switch which controls whether your enqueued assets will be rewritten or not. Pull Domain This is the domain which your asset URLs will…

Evan Mattson

Nov 20, 2017

Level Up

Object Versioning Instead of Cache Invalidation

One of the most common questions we get in WP Offload Media support is something along the lines of … Why is there a bunch of random numbers in my…

Ian

Feb 25, 2020

Level Up

Multisite – Per Subsite Bucket and Custom Domain Settings

WP Offload Media can currently only be configured at the multisite network level and all subsites use the same bucket and CDN domain. We do plan to eventually allow per…

Ian

Nov 21, 2018

Level Up

Filtering URLs in Custom Content

Since WP Offload Media 1.2, URLs within post content have been rewritten on page generation. This includes posts, pages, and custom post types. WP Offload Media does this by hooking…

Ashley

Mar 14, 2017

Level Up

Filtering URLs for multiple domains

If your WordPress site has multiple domains and content authors access it from any one of them, you might end up with URLs in your database content that do not…

Ian

Feb 20, 2018

Level Up

Managing Access to On-demand Media Actions

The on-demand media actions for WP Offload Media are available to Administrators by default by requiring users to have the manage_options capability. There are two options for changing this default…

Evan Mattson

Jun 29, 2017

Level Up

Assets Pull: Minify and Concatenate

Prior to HTTP/2 it was best practice to minify and concatenate CSS and JavaScript files to reduce the number of HTTP requests. Due to the multiplexing nature of HTTP/2, concatenation…

Ashley

Jan 10, 2018