My tables have outgrown my method of using variables from a dedicated table.
-
I doubled the amount of content on my timeline table and now it takes my page nearly 20 seconds to load and I think it’s because I’ve outgrown my current method of displaying content. About 95% of the content in my multiple tables needs to be variables so I only have to change it in one location. So I’ve had a table specifically for variables and then on the other tables I would reference that table like this:
[table-cell id=variables cell=G321 /]
But now that my timeline table has grown, there are 2,023 variables being pulled from the variables table. Is my solution to learn about databases and, instead of pulling from a variables table, display the records from the database? Wouldn’t I then need to display those records using the “PHP code in table cells” extension?
Here is the page. In the TV Episodes box you’ll have to click Click to Show to see how much content my table has. Thanks.
- The topic ‘My tables have outgrown my method of using variables from a dedicated table.’ is closed to new replies.