- 🇵🇰Pakistan Allahnoor Turab
26 and 18 are not applying to drupal version 9.5 for me
- Status changed to Fixed
over 1 year ago 6:27am 15 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The links property is not always needed.
As such it is posing a proper overhead during generation and data transfers.
This started as JSON:API Extras issue, but due to complexity in how can that be overwritten from there, here we are :)...
Have a checkbox setting that will enable / disable links on a resource completely and so they are not generated at all.
In the specs it's stated what they should be with a proper format etc, but only if they are present.
In the specs it's not stated anywhere that they are a required property on all objects at all.
Where specified, a links member can be used to represent links. The value of each links member MUST be an object (a “links object”).
For example, an article’s comments relationship could specify a link that returns a collection of comment resource objects when retrieved through a GET request.
The optional links member within each resource object contains links related to the resource.
Patch, etc.
Benchmarks (payload size, generation time, used ram).
New checkbox to manage the functionality on a per resource level.
Maybe a single global one to manage the common default so we can spare developers clicking...
None.
New property expected on the configurable resource types.
TBD.
Fixed
3.0
Code
It affects performance. It is often combined with the Needs profiling tag.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
26 and 18 are not applying to drupal version 9.5 for me
Automatically closed - issue fixed for 2 weeks with no activity.