page-cache
page-cache copied to clipboard
Generate cache error when concurrent requests occur
Generate cache error when concurrent requests occur
cause by:
$this->files->put( $this->join([$path, $file]), $response->getContent(), true );
Interesting. Not sure it's worth creating a whole workaround. Might just be enough to catch the error and ignore it.
How do you test this?