Pawel Dubiel

Results 6 comments of Pawel Dubiel

The ability to disable certain parts of jsdom features could help optimize performance. And when scrapping content the CSS processing is certainly not needed.

@cawa-93 I'm just thinking if you don't need to use JS/CSS and you don't need DOM API you may consider using cheerio (which should be a few times faster, or...

@domenic 8x is a claim from https://github.com/cheeriojs/cheerio > "Blazingly fast: Cheerio works with a very simple, consistent DOM model. As a result parsing, manipulating, and rendering are incredibly efficient. Preliminary...

I have the same problem fresh Laravel installation, no other custom packages except the TwigBridge. The same Twig / Twig bridge version

did you try setting curl_verify=false in config/recaptcha.php?

I would first check if you can connect to the localhost:8000 backend server (though browser). If you cannot - check logs in the Docker for the container, in my case,...