0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend
Hannah Wolfe 70ed998838 Replaced db.ready event with direct call to urlservice
refs dd715b33dc

- this is the last event that is used to trigger part of the standard boot process
- events make the code harder to read/reason about
- the urlservice is one of the most core and critical components in Ghost, possibly the biggest consumer of time and memory
- we want to have the work it is doing front and center so that we can improve it
2021-02-23 10:05:59 +00:00
..
apps 💡 Renamed the cookie used for the private mode 2021-02-02 16:12:10 +00:00
helpers Added paywall card to mark end of free content preview (#12663) 2021-02-17 23:00:26 +00:00
meta Updated twitter/og structured data rules 2021-02-05 18:50:11 +13:00
services Replaced db.ready event with direct call to urlservice 2021-02-23 10:05:59 +00:00
views