Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there!

    AJAX calls can’t be delivered from any CDN since these aren’t actually files but requests to get data from your server (specifically, your popular posts data).

    You can help decrease the loading times by doing the following:

    • If you’re using W3 Total Cache on your site, you can have it include WPP thumbnails into your CDN by following these instructions.
    • WPP can cache AJAX responses for a fixed amount of time, which can help your site’s performance. To enable this feature:
    1. Go to Settings > WordPress Popular Posts > Tools
    2. Under the Data section, set Cache Expiry Policy to Enable caching.
    3. Set Cache Expiry Policy to your preferred choice.
    4. Hit the Apply button to save changes.
    Thread Starter missyklotz

    (@missyklotz)

    fantastic, I’ll try this. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ajax, slow to load’ is closed to new replies.