monkev_see_monkev_do
monkev_see_monkev_do
CDCloudflare Developers
Created by monkev_see_monkev_do on 12/8/2023 in #workers-help
Cloudflare Worker Preview not working in the UI
No description
5 replies
CDCloudflare Developers
Created by monkev_see_monkev_do on 11/20/2023 in #workers-help
Return original webpage response without using fetch()?
I have a Cloudflare worker script that loads on a specific route pattern. From thorough testing, I’ve come to see that having a CF worker proxy is causing webpages in this route pattern to load twice as slow because it uses fetch(), thus the requests basically loads twice. Is it possible to just return the original response in the code and bypass CF workers without using fetch()? I took a look at the examples and looked into this further but I wasn’t able to find any other solution.
7 replies