mostafa-hisham
mostafa-hisham
## Description Updata Avada Thirdpaty class to exclude jquery delay JS if Avada lazyload is active Fixes #5294 ## Type of change - [x] Enhancement (non-breaking change which improves an...
## Description disable cache clearing on activate async features RUCSS and Critical path Fixes #5308 ## Type of change - [x] Enhancement (non-breaking change which improves an existing functionality) ##...
## Description fix relative urls regex in cdn to work with dots Fixes #3724 ## Type of change - Bug fix (non-breaking change which fixes an issue). ## Is the...
## Description handle more error codes form RUCSS for pages require new RUCSS generation fix #5963 ## Type of change - [x] Enhancement (non-breaking change which improves an existing functionality)...
RUCSS is going to send different codes instead of only 408 if the page requires a new RUCSS regeneration [issue in RUCSS](https://github.com/wp-media/nodejs-treeshaker/issues/367) 407->Protocol error (Target.setAutoAttach): Session closed 408->Navigation timeout 409->Browser...
### Minimal, reproducible example ```TypeScript import puppeteer from 'puppeteer'; import { performance } from 'perf_hooks'; import { version } from 'process'; import { readFileSync } from 'fs'; const minimal_args =...
**Before submitting an issue please check that you’ve completed the following steps:** - Made sure you’re on the latest version - Used the search feature to ensure that the bug...