🎨 Improved lazy-loading of comments data (#19809)
no issue Bumps `Comments-UI` app version that contains an improvement to data loading: - within the comments block we only use Admin auth to show moderation options on each displayed comment but we were always pre-emptively loading the `admin-auth` frame and making the associated Admin API user request. That loading has now been deferred until at least one comment has been displayed cutting down unnecessary requests on each post view
This commit is contained in:
parent
bac35d9028
commit
3090f8ec95
@ -195,7 +195,7 @@
|
||||
},
|
||||
"comments": {
|
||||
"url": "https://cdn.jsdelivr.net/ghost/comments-ui@~{version}/umd/comments-ui.min.js",
|
||||
"version": "0.15"
|
||||
"version": "0.16"
|
||||
},
|
||||
"signupForm": {
|
||||
"url": "https://cdn.jsdelivr.net/ghost/signup-form@~{version}/umd/signup-form.min.js",
|
||||
|
Loading…
Reference in New Issue
Block a user