Dev site becomes extremely sluggish when theme applied

I’m using Trellis/Bedrock to deploy my dev setup on OSX 10.10.5/Vagrant 1.7.4. The install went smoothly and quickly, thanks to all those that contributed.

My problems started when I added a template to app/themes. The themes appear in the admin, however the images do not load in the preview and if the theme is applied the wordpress becomes very sluggish, to the point it’s not usable, page load times 20+ seconds.

Has anyone else run into this issue?

I have a feeling it’s a file permission issue on my host machine. I’ve included my dir structure which I belive to be correct.

├── config
│ └── environments
├── vendor
│ ├── composer
│ │ └── installers
│ │ ├── src
│ │ │ └── Composer
│ │ └── tests
│ │ └── Composer
│ ├── johnpbloch
│ │ └── wordpress-core-installer
│ │ └── src
│ │ └── johnpbloch
│ ├── oscarotero
│ │ └── env
│ │ ├── src
│ │ └── tests
│ └── vlucas
│ └── phpdotenv
│ └── src
│ └── Exception
└── web
├── app
│ ├── mu-plugins
│ ├── plugins
│ ├── themes
│ │ ├── Activello-master
│ │ │ ├── inc
│ │ │ └── languages
│ │ ├── Avada
│ │ │ ├── assets
│ │ │ ├── bbpress
│ │ │ ├── bin
│ │ │ ├── framework
│ │ │ ├── fusion-icon
│ │ │ ├── includes
│ │ │ ├── languages
│ │ │ ├── sensei
│ │ │ ├── templates
│ │ │ ├── tests
│ │ │ ├── tribe-events
│ │ │ └── woocommerce
│ │ └── dt-the7
│ │ ├── css
│ │ ├── fonts
│ │ ├── images
│ │ ├── inc
│ │ ├── js
│ │ ├── languages
│ │ ├── plugins
│ │ ├── template-parts
│ │ └── woocommerce
│ └── uploads
│ └── 2016
│ └── 02
└── wp
├── wp-admin
│ ├── css
│ │ └── colors
│ ├── images
│ ├── includes
│ ├── js
│ ├── maint
│ ├── network
│ └── user
├── wp-content
│ ├── plugins
│ └── themes
│ ├── twentyeleven
│ ├── twentyfifteen
│ ├── twentyfourteen
│ ├── twentyten
│ ├── twentythirteen
│ └── twentytwelve
└── wp-includes
├── ID3
├── SimplePie
│ ├── Cache
│ ├── Content
│ ├── Decode
│ ├── HTTP
│ ├── Net
│ ├── Parse
│ └── XML
├── Text
│ └── Diff
├── certificates
├── css
├── customize
├── fonts
├── images
│ ├── crystal
│ ├── media
│ ├── smilies
│ └── wlw
├── js
│ ├── crop
│ ├── imgareaselect
│ ├── jcrop
│ ├── jquery
│ ├── mediaelement
│ ├── plupload
│ ├── swfupload
│ ├── thickbox
│ └── tinymce
├── pomo
├── random_compat
├── rest-api
├── theme-compat
└── widgets