26

Repeat after me:

CLEAR.
CACHE.
FIXES.
EVERYTHING.

Comments
  • 1
    Repeat after me:

    CLEAR.

    CACHE.

    FIXES.

    EVERYTHING.
  • 3
    Caching is the root of all evil
  • 6
    Repeat after me.
    Tick the god damn "disable cache" and leave it alone for ever.
  • 5
    You lied. I cleared my browser cache and I'm still getting compilation issues in my C# program.
  • 1
    Set your servers cache headers to
    LESS.
    THAN
    AN HOUR.
    AGED.
    then and if the age time runs out, next time the request will have smthng like
    ```psuedo
    if( request.content.hasChanged ){
    sendHeader(200, defaultHeaders);
    sendContentFromURL(request.url);
    } else {
    sendHeader( 304, cacheHeaders);
    //Less than a hour.
    }
    ```
  • 0
    @Jarand *winces in computer architecture*
  • 0
    What i read Drupal8 cache fuck again
  • 0
    @C0D4 If we‘d disable cache, we had to wait 1-3 minutes for each request
  • 2
    @010001111 using cache to "fix" performance isn't an excuse to use cache, fix your performance issues if that's the case.
  • 0
    @010001111 apply my fix then?
  • 2
    Does rm -rf / count?
  • 3
    You lied. I cleaned my cache and I'm still poor and alone
  • 1
    @AlgoRythm Have u tried turning your perseverance OFF and then ON?
Add Comment