Viewing 1 replies (of 1 total)
  • Plugin Author Frank Goossens

    (@futtta)

    autoptimize does not use wordpress’ object cache (which uses the db to store objects), but uses the filesystem to store files.

    now as far as autoptimize is concerned; the files are cached by AO, but they’re fetched by the webserver (as they’re referenced in the HTML). storing those files in redis would require the files to not only be written by AO, but also read by AO (PHP-code), which would actually slow things down when compared to the current situation where no PHP-code is needed to read the files.

    hope this clarifies,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘Using Autoptimize with Redis Cache?’ is closed to new replies.