I've searched and there are many topics about upgrading modules, etc. with composer and that works for me. However the posts I've found on updating core with composer are outdated with a composer.json file that does not match what you get with 8.0.5 and/or include a bunch of post script processing.
I am having a mixed success disabling caching for a some dynamically generated pages. I'm adding the following: $build[] = ['#cache' => ['max-age' => 0]];
to my render array, but it is still caching it. Am I missing something? As usual, the API docs provide virtually no guidance or sample code...
Uploaded images are not appearing until the browser cache is cleared.
Noticed this happening in the preview after upload when creating content, where the normal image field appears at tops of articles, in views. Appears to happen when Drupal draws a new version of the image.