# Site Speed - Performances

**URL:** https://discourse.roots.io/t/site-speed-performances/6698
**Category:** sage
**Created:** 2016-05-11T10:17:43Z
**Posts:** 4
**Showing post:** 2 of 4

## Post 2 by @squaredindex — 2016-05-11T11:44:19Z

I’ve always managed to get pretty good scores with Roots/Sage. Have you tried using [GTMetrix](https://gtmetrix.com/)? that might help you identify some areas you can improve and give a little more insight than Google Page Speed on some fronts.

Personally even on shared hosting I’ve found it’s possible to get under a second load times with fairly decent scores and on a VPS running Trellis you should have no issues.

A few pointers would be:

- Generally a good idea to use Nginx over Apache if your host offers that.

- Remove any Bootstrap components you are not using. [More info on that](https://roots.io/modifying-bootstrap-in-sage/)

- Dequeue Styles and Scripts you can without issue from plugins to decrease the number of requests and block rendering.

- [Use UnCSS to remove unused CSS](https://discourse.roots.io/t/sage-uncss/5015)

- If you’re on shared hosting use a decent caching plugin (my personal favourite right now is [WP Fastest Cache](http://www.wpfastestcache.com/))

- [Someone integrated pagespeed with Trellis](https://discourse.roots.io/t/trellis-build-nginx-from-source-ngx-pagespeed-enjoy/6391) which looks awesome, I haven’t tried it yet but I plan to soon.

That’s about all I can think of right now, I hope that helps :slight_smile:

EDIT: I thought I’d give an example of a site I’ve recently finished for a client in the last few weeks and they are on shared hosting, and even on shared it was possible to get a decent score.

 ![](https://discourse.roots.io/uploads/default/original/2X/c/c63c01c4ab46c084918682bd6cacce754119cdf5.png)  
 ![](https://discourse.roots.io/uploads/default/original/2X/a/a4bf811a374fbd9804aecebeb842a7acb8060693.png)

---

_[View the full topic](https://discourse.roots.io/t/site-speed-performances/6698)._
