Viewing 1 replies (of 1 total)
  • Plugin Author Tim W

    (@timwhitlock)

    Are you sharing files between your Vagrant VM and your host machine?

    If so, this will make disk activity much slower. Loco does a lot of disk IO because it manages (potentially) a lot of files and needs to check they’ve not been moved or edited, etc.. even when caching is enabled.

    The caching does speed things up, but the cache is disabled if WP_DEBUG is on. So switching debug off may gain some speed. If you can’t disable debug then Loco also offers the loco_cache_enabled filter as an alternative way to enable/disable caching.

    The caching will also use APC if enabled, which will be faster than using the WordPress DB.

Viewing 1 replies (of 1 total)
  • The topic ‘Really slow’ is closed to new replies.