Replies: 0
Im using tinymcd advanced for tables on my website, it has over 2 million downloads and its free:
https://wordpress.org/plugins/tinymce-advanced
The problem I have i that I use hyperlinks inside the tables and change the color of the text. As I have many tables it creates over 3k DOM elements and is affecting the loading speed of the page.
I would like to know how I can change the loading order of the page so the tables will be loaded at the end after the page has loaded. What I mean is that I want the page to display right away and then load the tables.
Im certain this can be done I just dont know how. Thanks in advance.