• Resolved midnight199x

    (@midnight199x)


    I’ve wrote a code as a mediator, to pull data from my custom post types and how in your grid structure. This content is being generated by API, so I need dynamic grid which is being updated automatically. I know you don’t have a API for this, that’s why I developed such functionality. Now I save the data in your tables, then plugin pulls it and shows. So, my question is, do we have a option to optimize this and show without saving it in the database. Seems I have redundant data with different forms!

Viewing 1 replies (of 1 total)
  • I guess you’ve chosen the best solution in such scenario! I would not recommend to alter plugin codes, because you’ll lose future updates. I understand you could have redundant data in your database, but if’s not too big, then it’s not an issue at all, in point of performance.

    I guess you’re familiar with programming as you’ve developed such component to showcase dynamic populated content. If it’s not a big deal for you to modify plugin codes, then you can either adjust plugin to pull data from your tables or you can save only in our tables. So, you’ll not end up having the same data in different forms stored in the database.

Viewing 1 replies (of 1 total)

The topic ‘Optimization’ is closed to new replies.