Is it duplicated if I cache an object that uses data from postmeta?
If the generation of the graphic presentation requires a lot of CPU time or memory, then yes, you could cache your graphic presentation (HTML I guess, right?). Perhaps in the database/memory, as a transient. Caching post meta data (that you use to generate the graphic) is not necessary, because WP already handles this. If you … Read more