Difficulty
Very easy
Disable PageSpeed permanently using .htaccess
<IfModule pagespeed_module> ModPagespeed off </IfModule>
Disable PageSpeed temporarily on request
Add the following to your URL
?PageSpeed=off
Example
https://esgr.in/?PageSpeed=off