Performance
Learn how to get the best performance out of Sana.
Quick links
We developed Sana with performance in mind and have put a lot of work into making it as Lightweight as possible. With that said, any WordPress site can benefit from some performance optimization so we have listed our recommendations below.
Hosting
Using a solid web-host plays a major part in your site’s performance. Consider where your target audience is located and choose a hosting provider that has servers nearby. Keep an eye on your site’s traffic and make sure that your hosting plan covers those performance requirements.
Caching
The most effective way to speed up a WordPress site is with a caching plugin. These plugins usually have features that minify code, optimize images and reduce the size and number of requests to your server. Make sure to delete/clear cached files after making changes on your site.
Images
Non-optimized images are a common issue with beginner websites. Since original images tend to be large, we recommend using an image-editor to resize and optimize them before uploading to WordPress. You can also use plugins that auto-reduce the image size when you upload new media.
CDN
If your site is getting a good amount of traffic you can consider using a CDN. This will ensure that your site’s most frequently-accessed content (like images) are delivered from a server located closest to the visitor.
Plugins
Plugins can be incredibly useful, but evaluating the value and risks of each plugin you add to your site is important. Similar to apps you can install on your phone, choose good quality, safe, and tested plugins. Some things to look out for when choosing a plugin:
- Check if your theme already has the desired feature
- Check if any existing plugin performs a similar function
- Check the date of the plugin’s last update
- Check the compatibility with your WordPress version
- Check for good reviews and a solid reputation
A general rule of thumb is to keep all your plugins updated and activated. Delete anything you don’t use and try to keep their numbers as low as possible.