• Resolved NOGRAN

    (@marko_13)


    Hi!

    I wanted to speed up my wordpress site http://cobude.sk, so I installed the following plugins quick cache, smush it, wp optimize, bj lazy load. To htaccess I entered this code

    ## EXPIRES CACHING ##
    ExpiresActive On
    ExpiresByType image/jpg “access 1 year”
    ExpiresByType image/jpeg “access 1 year”
    ExpiresByType image/gif “access 1 year”
    ExpiresByType image/png “access 1 year”
    ExpiresByType text/css “access 1 month”
    ExpiresByType application/pdf “access 1 month”
    ExpiresByType text/x-javascript “access 1 month”
    ExpiresByType application/x-shockwave-flash “access 1 month”
    ExpiresByType image/x-icon “access 1 year”
    ExpiresDefault “access 2 days”
    ## EXPIRES CACHING ##

    now my homepage not showing news and I do not make changes to the site. I deactivate the plugins change htaccess but it did not help me. Can you help me?
    Marko

    Theme is Hueman

Viewing 6 replies - 1 through 6 (of 6 total)
  • Its showing news. Can you kindly let us know which section are you talking about.

    Quote from the Quick Cache FAQ:

    EMERGENCY: If all else fails, how can I remove Quick Cache?

    Ordinarily you can just deactivate Quick Cache from the plugins menu in WordPress. However, if you’re having a more serious issue, please follow the instructions here.

    Log into your site via FTP; perhaps using FileZilla.
    Delete this file: /wp-content/advanced-cache.php
    Delete this directory: /wp-content/plugins/quick-cache/
    Remove this line from your /wp-config.php file: define(‘WP_CACHE’, TRUE);

    Quick Cache is now completely uninstalled and you can start fresh 🙂

    It might help 🙂

    Thread Starter NOGRAN

    (@marko_13)

    The gray parrots
    when i change for example location or content of menu and i save in admin panel all works i see this in apperaence – customatization but when i click on site and refresh nothing change. When i now write the article and publish it the article show only in categories but not on homepage or news page or any page doesnt show this article. When i am logged on wordpress my wp admin bar show only on one page for example i open site in new window and admin bar doesnt show.

    Adam
    Thanks i try this but doesnt work my advanced-cache.php is empty but i delete this file, plugin si deleted and in my wp-config.php i dont have this line define(‘WP_CACHE’, TRUE);

    Have you any option ? Thanks

    Marko

    Another idea:

    The statements you previously had in your .htaccess are the Apache directives. You deleted them so maybe try putting them back (and it has nothing to do with the WordPress cache plugins, so don’t activate it back) – put them back but set the time for someting about 1 second like perhpas:

    ExpiresActive On
    ExpiresByType image/jpg "access 1 second"
    ...

    Then clear your browser’s cache wait a sec or two and check it out 🙂

    Thread Starter NOGRAN

    (@marko_13)

    Thank you Adam!

    You saved my site 🙂 after new expires times my site is ok

    Your welcome 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘My wordpress home page doesnt show changes’ is closed to new replies.