I have run into an issue where app engine standard is not gzipping responses. It's a basic express universal application based on the docs at
angular.io, with the addition of the compression middleware recommended by the express documentation.
It's a very simple Angular 7 universal project, which can been seen
here.
If you open the network tab you'll notice none of the assets are gzipped.