4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 20:56:36 +00:00
AzuraCast/src/Traits
Buster "Silver Eagle" Neece 5c6eb85e35
Make per-request items "request-aware" instead of using DI factories.
DI factories can't be cached as efficiently and incur a performance penalty on every request being handled by the system; using "request-aware" classes that clone themselves for each request solves the same problem in a far more performant way, cutting several ms off of every request.
2021-07-06 06:34:22 -05:00
..
AvailableStaticallyTrait.php Move to PHP 8.0 (#4051) 2021-04-22 21:16:00 -05:00
LoadFromParentObject.php Routine PHP 8 code inspection sweep 2021-04-23 17:12:47 -05:00
RequestAwareTrait.php Make per-request items "request-aware" instead of using DI factories. 2021-07-06 06:34:22 -05:00