Ghost/core/frontend/services/url
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
..
configs Added v4 frontend url config 2021-02-22 18:19:57 +01:00
index.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
Queue.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
Resource.js Added jsdocs to UrlGenerator/Resource classes 2020-11-17 13:05:40 +13:00
Resources.js Replaced db.ready event with direct call to urlservice 2021-02-23 10:05:59 +00:00
UrlGenerator.js Refactored UrlGenerator simplifying conditional logic 2020-11-17 13:09:22 +13:00
Urls.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
UrlService.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00