-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Vulcain Filters #101
Comments
@trieloff Pointers to JSON resources? Do you mind breaking this down a little more? |
When you request {
"results": [
{
"blog": "/posts/remove-the-mapping-misery-and-keep-the-creativity",
"reqs": 905
},
{
"blog": "/posts/2020/adobe-unveils-comprehensive-report-analyzing-effectiveness-of-premium-versus-non-premium-media",
"reqs": 321
},
{
"blog": "/posts/adobe-named-a-leader-in-forresters-latest-enterprise-marketing-software-suites-report",
"reqs": 151
},
{
"blog": "/posts/lorem-ipsum",
"reqs": 92
},
{
"blog": "/posts/creating-adobe-experience-platform-pipeline-with-kafka",
"reqs": 69
},
{
"blog": "/posts/2020/your-2020-creative-resolutions",
"reqs": 47
},
{
"blog": "/posts/2020/52-weeks-of-productivity",
"reqs": 39
},
{
"blog": "/posts/2020/how-imm-is-empowering-students-to-become-the-masters-of-their-own-digital-learning",
"reqs": 35
},
{
"blog": "/posts/2020/top-three-visual-trends-of-2019-from-behance",
"reqs": 35
},
{
"blog": "/posts/2020/challenge-yourself-make-2020-your-most-creative-year",
"reqs": 28
}
],
"truncated": false
} With The problems with this are:
So the solution is twofold:
As a consumer, you'd then change the header to |
In order to speed up the metadata retrieval of the query results, let's add Helix Vulcain filters and make sure that every query that has a page URL as the result also returns a metadata URL, i.e. a pointer to a JSON resource that has the most important page metadata like title, intro, hero image, etc.
The text was updated successfully, but these errors were encountered: