• When I run my site students.scisdragons.net through some caching testers like:

    http://www.webpagetest.org/
    And
    http://loadimpact.com/

    And it doesn’t seem to be caching. It’s a dedicated server running several virtualhosts on Ubunut.

    My Compatability test is below. What can I do to get things working better/faster.

    Server Modules & Resources:

    Plugin Version: 0.9.2.4
    PHP Version: 5.3.6-13ubuntu3.6 (PHP5 required for Minify, Rackspace CloudFiles, Microsoft Azure support)
    Web Server: Apache
    FTP functions: Installed (required for Self-hosted (FTP) CDN support)
    Multibyte String support: Installed (required for Rackspace Cloud Files support)
    cURL extension: Installed (required for Amazon S3, Amazon CloudFront, Rackspace CloudFiles support)
    zlib extension: Installed (required for compression support)
    Opcode cache: Installed (APC)
    Memcache extension: Installed
    HTML Tidy extension: Not installed (required for HTML Tidy minifier suppport)
    Mime type detection: Installed (Fileinfo) (required for CDN support)
    Hash function: Installed (hash) (required for NetDNA purge support)
    Safe mode: Off
    Open basedir: Off
    zlib output compression: Off
    set_time_limit: Available
    mod_deflate: Installed (required for Page Cache (enhanced mode) and Browser Cache)
    mod_env: Installed (required for Page Cache (enhanced mode) and Browser Cache)
    mod_expires: Installed (required for Page Cache (enhanced mode) and Browser Cache)
    mod_headers: Installed (required for Page Cache (enhanced mode) and Browser Cache)
    mod_mime: Installed (required for Page Cache (enhanced mode) and Browser Cache)
    mod_rewrite: Installed (required for Page Cache (enhanced mode) and Browser Cache)
    mod_setenvif: Installed (required for Page Cache (enhanced mode) and Browser Cache)
    WordPress Resources

    /home/www/hdb/students.scisdragons.net/.htaccess: OK
    /home/www/hdb/students.scisdragons.net/wp-content: OK
    /home/www/hdb/students.scisdragons.net/wp-content/uploads/2012/03: OK
    Fancy permalinks: /blog/%year%/%monthnum%/%day%/%postname%/
    WP_CACHE define: Defined (true)
    URL rewrite: Enabled
    Network mode: Yes (subdir)

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • And it doesn’t seem to be caching.

    It does. Please see the source of the site. Here is the part that you might want to have a look…

    <!– Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

    Minified using apc
    Page Caching using apc
    Database Caching 35/147 queries in 0.282 seconds using disk: basic
    Object Caching 2300/2505 objects using apc

    Served from: students.scisdragons.net @ 2012-03-09 17:35:58 –>

    What can I do to get things working better/faster.

    You may want to put JS at the bottom (if possible) or load them asynchronously. You may want to use a CDN for images. You may also want to go with a good DNS manager as the DNS look up took about 0.5 seconds that is considered very high, IMO.

    Minified using apc
    Page Caching using apc
    Database Caching 35/147 queries in 0.282 seconds using disk: basic
    Object Caching 2300/2505 objects using apc

    Do not use disk for database caching, use APC. You might also want to try changing your page caching to disk enhanced and see if you get some improvements.

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Any other questions @cheezitman?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[w3-total-cache] Doesn't seem to be caching.’ is closed to new replies.