• I hope this is still supported. My question is really simple but I am still new to all this. Is there any way to push the tables that are created through this plugin via a CDN? I have over 50 tables in one page (it has to be in one page) and its really affecting the time to first byte. I know its the tables because I removed some as a test and the ttfb improved.

    Can you provide any solutions how to get the tables through the CDN?

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    What you probably need is a caching plugin for WordPress. CDNs are useful to store “static” content like images, scripts, etc. Your WordPress posts and pages will load much faster if you use caching plugin.

    Thread Starter Dan14

    (@dan14)

    Thank you for your reply.

    All my website with the exception of the page that has the tables load in 2.5 seconds on average and 5 seconds on mobile devices with a 3G network.

    Even if I do cache that page it wont affect the first visit right? Ive been struggling with this for some time. The reason why it slows down the page is because I have many tables (over 50) and with hyperlinks inside and different font colors. This created over 5k DOM elements.

    Is there way I can get get the CDN to cache the tables? I have the option to do a full site cache but I didnt do it because it can cause issues with WordPress.

    What would be the best solution aside caching plugin? I have content for registered users and doing a cache creates conflicts.

    • This reply was modified 7 years, 1 month ago by Dan14.
    Plugin Author Andrew Ozz

    (@azaozz)

    Well, it is possible to move the static HTML for that post to a CDN. Then make a custom template that loads that specific page from the CDN when displayed. That’s quite a bit of work and will have to be repeated every time you edit that specific page.

    Thread Starter Dan14

    (@dan14)

    Thank you. I know this is a bit off topic but it will serve other users that will read this in future and would like to have it implemented. Can you please specify what is the specific html content for the tables that I will have to move to the CDN?

    About the custom template, are you referring to the database or something else?

    Thanks in advance.

    • This reply was modified 7 years, 1 month ago by Dan14.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pushing tables through CDN’ is closed to new replies.