lebleut / Tooltipy-OOP

The Object Oriented Programing version of wp Tooltipy
GNU General Public License v2.0
6 stars 3 forks source link

Speed up for very big amount of keywords #48

Open lebleut opened 2 years ago

lebleut commented 2 years ago

When we have a very big list of keywords (tooltips) the site will get more and more slow loading their related data I suggest to switch to custom DB to store all the keywords data instead of using the Wordpress built in posts way For help : https://www.youtube.com/watch?v=hbJiwm5YL5Q&t=12241s

lebleut commented 12 months ago

According to the mentioned video, that might not the best solution for our plugin especially we will loose the ready made features related to posts and the dev of the new features needed will be super long