You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #47903 [Asset] improve performance of UrlPackage::chooseBaseUrl() (kbond)
This PR was merged into the 6.2 branch.
Discussion
----------
[Asset] improve performance of `UrlPackage::chooseBaseUrl()`
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | n/a
| License | MIT
| Doc PR | n/a
`@frankdejonge` discovered this performance improvement when implementing a similar feature in flysystem (thephpleague/flysystem#1570). A simple benchmark by me indicated it was 3-4x faster.
Note: Sites using this feature that have assets heavily cached would now have a different distribution.
Commits
-------
35dff8f [Asset] improve performance of `UrlPackage::chooseBaseUrl()`
0 commit comments