betterangels / buoy

:sos: A community-based crisis response system. Because friends don't let friends call the cops. :fire::police_car::fire:
https://betterangels.github.io/buoy/
GNU General Public License v3.0
71 stars 23 forks source link

Add HTTP2 Server Push plugin to recommended plugins list #130

Open fabacab opened 8 years ago

fabacab commented 8 years ago

This plugin implements HTTP 2.0 Server Push Link HTTP headers for local JavaScript and CSS resources. It's an obvious win for performance, especially when a site is proxied via CloudFlare or similar HTTP/2-compatible CDNs.

hurtstotouchfire commented 7 years ago

Notes for myself: https://github.com/betterangels/buoy/blob/1f4a75ef32e5178910300bd0046f6d1619b9c57d/includes/class-buoy-helper.php#L29

fabacab commented 7 years ago

@hurtstotouchfire Also the suggest field in the composer schema: https://github.com/betterangels/buoy/blob/8c6fbd0bc9b09e89b2ea58965f3b8d16279905c5/composer.json#L38-L41

In fact, since we commit the composer.json file, the WP_Buoy_Helper::checkLocalPluginStatus method should probably be made DRY'er so it reads the suggest field itself?