• Hello,

    one month ago I’ve done some changes on my blog, after reading the advices from Gtmetrix website to make my blog faster in loading time.

    But I’ve got some problems:

    • some readers said me that they cannot see my last post, but they see only the previous one (yesterday post, for example, and not the today post)
    • others don’t see last comments (for example, they see only 4 comments instead 20 comments)

    So, I’ve deleted the changes in wp-config and htaccess, but I still have the problems.

    Have you suggestions?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • C W (VYSO)

    (@cyril-washbrook)

    one month ago I’ve done some changes on my blog

    So, I’ve deleted the changes in wp-config and htaccess, but I still have the problems.

    The first question that comes to mind is: what are these “changes”? Always include as much information as possible, so that people have the best chance of helping you.

    Thread Starter ludus

    (@ludus)

    Hi,
    you’re right, sorry.

    In wp-config I’ve added: define(‘WP_CACHE’, true);

    In .htaccess:

    <IfModule mod_expires.c>
    ExpiresActive On
    <FilesMatch “\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|js|css|gif|jpg|jpeg|png|swf)$”>
    ExpiresDefault A29030400
    </FilesMatch>
    </IfModule>

    and

    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault “access plus 5 years”
    ExpiresByType img/jpg “access plus 1 year”
    etc

    Last one is still present, but I think it’s not the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cache problems with posts and comments’ is closed to new replies.