Soliloquy Documentation
Documentation, Reference Materials, and Tutorials for Soliloquy
Documentation, Reference Materials, and Tutorials for Soliloquy
Would you like Soliloquy and your website in general to perform at their very best? We’ll cover several important optimization topics in this tutorial to get the most out of our WordPress site. This tutorial will walk you through the steps needed to optimize for speed.
It all starts with picking a good host to begin with. We both use and recommend SiteGround.
Although, if you have a larger budget for your project or know that you’ll be needing to support hundreds or thousands of photos and have a high volume of traffic, something more scalable like WP Engine or Kinsta may be in order.
Whether you’re interested in one of the recommendations above or already have hosting, making sure that your server is already on or is capable of being upgraded to PHP 7+ is absolutely vital. Not just for Soliloquy’s performance but for your WordPress install and overall website performance.
In some tests, PHP 7 is up to 50% faster than PHP 5.
If you’re not already on PHP 7+ we recommend you contact your hosting company to request an upgrade for you PHP version.
If you’re not sure how to find out your PHP version you can contact your hosting company or you can install a plugin like WordPress PHP Info to check the specific server configuration you have installed.
As shown below, you’ll find some other helpful recommendations for your server configuration:
You can see what WordPress recommends for your server setup on their requirements page.
Over time, your WordPress install can become quite bloated. Follow these steps to make sure your install is running at optimum capacity:
wp-config.php
file: define( 'WP_POST_REVISIONS', 3 );
to limit the revision count to only the latest 3 revisions.Alternatively, instead of installing a plugin or service as mentioned above (which will handle most optimizations automatically), if that’s too difficult, impossible, or is causing too many conflicts, you can take a more surgical approach to address Expires Headers, Browser Caching, and GZIP Compression recommendations.
To do this, check out the GTMetrix article on how to Add Expires headers.
You can also remove query strings from JS and CSS files by using a free plugin called Remove Query Strings From Static Resources.
It’s very important to optimize your images to get the smallest file size possible. With the right steps and tools, it’s also possible to do this without losing any noticeable quality.
You can use a plugin to optimize your images. We recommend one of the following:
And that’s it. Whether you only tried a few of these optimization techniques or all of them, you should have a noticeably zippier website.
Check out some of our other tutorials, such as How to Limit Number of Images Displayed.
A: We recommend GTmetrix. Pingdom and Google’s PageSpeed Insights are also pretty good tools.