• I just upgrade to the latest version, and then found this problem.
    in preload mode, only posts are cached. pages are not.
    it shows preload completed as soon as posts are cached.
    i allowed page cache.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The latest version selects only posts I’m afraid. I’ll see about fixing it but if you want to change the SQL that selects those posts look at line 2453 of wp-cache.php

    Change “WHERE post_type = ‘post'” to “WHERE (post_type = ‘post’ OR post_type=’page’)”

    Does that help?

    Thread Starter jasonkong

    (@jasonkong)

    thanks, donncha. you are always of great help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Super Cache] pages are not cached in preload mode’ is closed to new replies.