+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 18 of 18

Thread: Visit my site and it tries to download a GZ file

  1. #11
    Ipstenu's Avatar
    Ipstenu is offline Big Tipper
    Join Date
    Feb 2010
    Posts
    303

    Default

    Following up to answer my own question: http://cd34.com/blog/scalability/wor...in-benchmarks/

    Basically what I (still) don't like about W3 Total is that there's so MANY options, and I'm not always sure what I need.

    Looking at the difference between running W3 Total with Page Caching – Disk Enhanced, Minify/Database using APC and WP Super with the defaults, there's not THAT much difference. Factor in that I'm using the Minify plugin and it becomes even more of a "Whatever you're more comfortable with" situation for me.

    Funny enough, Rarst, I found W3 to be far more confusing to setup correctly than WP, which takes me all of 5 minutes to install, chmod, refresh, chmod, edit .htaccess, done.

    Really where W3 cache shines is concatenating, minifying and compressing styles and scripts.
    Which I can do with WP Minify...

    I will grant that I can edit my server settings and have optimized it for WordPress. I do use APC, and it's interesting that it claims to tie into that, but I'd like to know what it's doing there!

    Sticking with Wp Super for now :) When W3 makes his wizard, I will revisit :)

    Edited to add....
    I just ran Firebug, which I haven't since I tend to think it's overrated. I got an A for ipstenu.org and a B for my other site (which is far more heavily trafficked) so ... I don't feel too worried just yet. I'll find out how well it all works on May 20th, when I expect enough traffic to choke a randy goat.
    Last edited by Ipstenu; 04-15-2010 at 01:51 PM. Reason: Ran Firebug

  2. #12
    Rarst's Avatar
    Rarst is offline Big Tipper
    Join Date
    Jul 2009
    Posts
    322

    Default

    I found W3 to be far more confusing to setup correctly than WP, which takes me all of 5 minutes to install, chmod, refresh, chmod, edit .htaccess, done.
    W3 has a looot of options but they are neat and orderly with large help on top. Super is like "here be options, deal with this".

    Anyway setup is one time thing. :)

    W3 usage of APC is as option to store pages cache. I am on shared so I don't get toys that shiny. :)
    Rarst.net - cynical thoughts on software and web (and sometimes WP) | @Rarst | I seem to be non-GPL-compliant person. Beware my poisonous thoughts.

  3. #13
    Ipstenu's Avatar
    Ipstenu is offline Big Tipper
    Join Date
    Feb 2010
    Posts
    303

    Default

    It's more optimization of the setup that gets me. Super's 'deal with me' makes sense to my brain, I guess. It's so few options. On, off, or half on? How long do you wanna cache? Gzip? The rest you can leave alone mostly. Plus? I can delete individual cache pages!

    And I consider setup as an ongoing thing, with regards to configuration tweaks. Neither app is a RonCo (set it and forget it) deal.

    I will say this, Super SUCKS on Shared hosting. I could never get it to work right until I moved to VPS. That may be the problem with it.

  4. #14
    chipbennett's Avatar
    chipbennett is offline WordPress Legend
    Join Date
    Feb 2009
    Location
    St. Louis, MO
    Posts
    1,717

    Default

    Quote Originally Posted by Ipstenu View Post
    It's more optimization of the setup that gets me. Super's 'deal with me' makes sense to my brain, I guess. It's so few options. On, off, or half on? How long do you wanna cache? Gzip? The rest you can leave alone mostly. Plus? I can delete individual cache pages!

    And I consider setup as an ongoing thing, with regards to configuration tweaks. Neither app is a RonCo (set it and forget it) deal.

    I will say this, Super SUCKS on Shared hosting. I could never get it to work right until I moved to VPS. That may be the problem with it.
    I just went with all of the recommended defaults for W3 Total Cache - except that I set Disk Caching from Basic (PHP script) to Enhanced (.htaccess).

    I *looked* at the rest of the options, but I don't remember changing any.

    One other nice thing about W3 Total Cache is that it seems to have far fewer plugin incompatibilities than WPSuperCache does.
    WP TurnKey - Turn-Key WordPress installation and maintenance services
    WordPress user since 2005 | @chip_bennett | chipbennett.net | cbnet Plugins

  5. #15
    C3MDigital's Avatar
    C3MDigital is offline Hello World
    Join Date
    Mar 2010
    Location
    Houston, TX
    Posts
    42

    Default

    Does the plug in add expires headers to your files? I always rename with ?v=1 at the end of a file when I make a change so the browser will get the newer file.

  6. #16
    Rarst's Avatar
    Rarst is offline Big Tipper
    Join Date
    Jul 2009
    Posts
    322

    Default

    @C3MDigital

    Caching plugins deal mostly with PHP. CSS and JS are not (usually) served through PHP and so plugin technically can't set headers for those.

    I usually setup expires in .htaccess

    PS good technique is to version file with last modification timestamp, removes need for manual versioning.
    Rarst.net - cynical thoughts on software and web (and sometimes WP) | @Rarst | I seem to be non-GPL-compliant person. Beware my poisonous thoughts.

  7. #17
    Ipstenu's Avatar
    Ipstenu is offline Big Tipper
    Join Date
    Feb 2010
    Posts
    303

    Default

    Ditto with expires in .htaccess

    I used this site as a staring point: http://www.askapache.com/htaccess/ap...d-expires.html

  8. #18
    C3MDigital's Avatar
    C3MDigital is offline Hello World
    Join Date
    Mar 2010
    Location
    Houston, TX
    Posts
    42

    Default

    Quote Originally Posted by Rarst View Post
    @C3MDigital

    Caching plugins deal mostly with PHP. CSS and JS are not (usually) served through PHP and so plugin technically can't set headers for those.

    I usually setup expires in .htaccess

    PS good technique is to version file with last modification timestamp, removes need for manual versioning.
    Thanks for the tip.

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts