Commit Graph

12 Commits

Author SHA1 Message Date
HDVinnie
f19899caab (Update) Code Style 🚀
- php-cs-fixer
2019-09-17 18:48:44 -04:00
HDVinnie
e77e2ae76e (Fix) Http2ServerPush Middleware 🐛
- str helpers removed in Laravel 6
2019-09-17 18:20:38 -04:00
HDVinnie
89eeaef5a5 (Update) Http2ServerPush Middleware 🚀 2019-09-16 15:19:42 -04:00
Laravel Shift
d9ddbe6159 Shift cleanup 2019-05-09 00:05:27 +00:00
Laravel Shift
b0732954c4 Shift deprecated helpers
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are [deprecated in Laravel 5.8][1] and will be removed in a future version.

[1]: https://github.com/laravel/framework/pull/26898
2019-05-09 00:05:08 +00:00
HDVinnie
67339d7329 (Update) PHPDocs 🚀 2019-04-03 20:02:01 -04:00
HDVinnie
992d55922d (Update) Http2ServerPush Middleware 🚀
- prevent duplicate header links
2019-01-09 09:16:23 -05:00
HDVinnie
2f2c52328b Apply fixes from StyleCI 2018-12-06 22:57:41 +00:00
HDVinnie
00bb324053 Apply fixes from StyleCI 2018-12-06 14:42:13 +00:00
Hyleus
777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie
146399be62 (Update) Http2ServerPush
- No longer do images
- enabled in kernel
2018-01-12 11:18:14 -05:00
HDVinnie
05601df28b (Feature) Http2ServerPush
- Info regarding ServerPush http://blog.xebia.com/http2-server-push/
- I currently have it disabled in the kernel
- This should only be used if you first raise your
```
fastcgi_buffers
fastcgi_buffer_size
```
- From my testing this is well worth it and does speed up UNIT3D
2018-01-10 12:20:38 -05:00