// Let's apply last modified date
@touch( $file_name, $file_mtime );
// All files should chmoded to 644
@chmod( $file_name, $this->get_permissions_for_file() );
I am having similar issue, I am using jetpack and Polylang and post don’t load properly with the infinite scroll option only half of the post correctly loads.