Viewing 7 replies - 1 through 7 (of 7 total)
  • That’s expected, as the front page is usually a very busy page on a website, so it’s presumed that it is cached already. At the end of the preload, any old cached pages are deleted, so the front page will be refreshed when someone visits it.

    Thread Starter nonwaritpho

    (@nonwaritpho)

    Will there be a problem with Performance or not? Can you suggest me ?

    No, there’s not really any performance problem. The first visitor to go to the homepage will cache it, and then everyone else will see the cached page afterwards. Your site will be faster too because all the other pages on the site are cached, so uncached pages will be delivered more quickly.

    Thread Starter nonwaritpho

    (@nonwaritpho)

    But the page that was created based on the example that was sent does not actually exist. Why did it create it itself?

    It does exist in your database. It might have been created by a plugin or theme you’re using?

    The plugin reads from the posts table to get a list of pages to fetch.

    Thread Starter nonwaritpho

    (@nonwaritpho)

    Can we stop it from creating these pages?

    Take a look in your posts table in your WordPress database. You’ll be able to find those URLs in there. You’ll need to delete those records, but before you do, make sure they’re not needed by another plugin.

    Unfortunately, there’s no way to stop the plugin fetching those URLs because it thinks they are legitimate posts on your website.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Why WP Super Cache Preload Create post auto’ is closed to new replies.