Hello,
I noticed a potential issue when I was trying to debug a slow cache retrieval.
I accessed an instance of Contentful::Asset and called .file on it. The call returned a gigantic wall of text (longer than my console limit) which seemed entirely composed of references to other assets and entries in my contentful space. If these references are being cached / loaded, this could be a huge problem and maybe why my cache retrievals are slow.
Do you have any idea what this wall of references might be?
Using 2.13.3 of the gem
Hello,
I noticed a potential issue when I was trying to debug a slow cache retrieval.
I accessed an instance of
Contentful::Assetand called.fileon it. The call returned a gigantic wall of text (longer than my console limit) which seemed entirely composed of references to other assets and entries in my contentful space. If these references are being cached / loaded, this could be a huge problem and maybe why my cache retrievals are slow.Do you have any idea what this wall of references might be?
Using
2.13.3of the gem