sodepr
sodepr
CDCloudflare Developers
Created by ChadK on 12/13/2024 in #workers-help
Gut check: For 200k page Jekyll site, Workers => R2, yeah?
That is a great project. The official documentation states that Cloudflare Pages has a soft limit of 100 pages per account. https://developers.cloudflare.com/pages/platform/limits/#:~:text=Cloudflare%20Pages%20has%20a%20soft,the%20top%20of%20this%20page. So you can create multiple Pages projects and deploy them under custom domains. These custom domains can then be linked together on the main site for seamless integration.
6 replies
CDCloudflare Developers
Created by Ansroi on 12/14/2024 in #general-help
is it free to create static page html css with cloudfare
4 replies
CDCloudflare Developers
Created by ChadK on 12/13/2024 in #workers-help
Gut check: For 200k page Jekyll site, Workers => R2, yeah?
Could you share your website? I'm curious about a website that has 200k sites. :dogekek:
6 replies
CDCloudflare Developers
Created by ChadK on 12/13/2024 in #workers-help
Gut check: For 200k page Jekyll site, Workers => R2, yeah?
Why you need to move from Github Pages to Cloudflare Pages? Some solutions for your issue: 1. Create 10 - 15 Cloudflare Pages (I'm not sure how many pages limit per account, I have only 1 Cloudflare Pages now) 2. Merge 10 - 15 pages (HTML/Jekyll site) into 1 page => using JS to hide or show page depend on URL
6 replies
CDCloudflare Developers
Created by Cxllme Meoaw on 12/9/2024 in #workers-help
How I Prevent DDoS on Workers
Have you added your domain to Cloudflare? https://developers.cloudflare.com/waf/
6 replies
CDCloudflare Developers
Created by Ansroi on 12/14/2024 in #general-help
is it free to create static page html css with cloudfare
Using Cloudflare Pages for static site
4 replies
CDCloudflare Developers
Created by Disciple of Caoximeihao on 12/11/2024 in #workers-help
workers are very slow
Did you test on other devices/network? Let's try to disable your extension/vpn/proxy,... Open in new incognito/private tab,...
4 replies
CDCloudflare Developers
Created by Cxllme Meoaw on 12/9/2024 in #workers-help
How I Prevent DDoS on Workers
There is no way to prevent 100% Let's try add rate limiting rule and WAF rule to reduce a little bit.
6 replies
CDCloudflare Developers
Created by Moein on 11/27/2024 in #workers-help
Can't see our logs for the past 10 hours.
This issue may be fixed. I cannot reproduce now.
13 replies
CDCloudflare Developers
Created by Moein on 11/27/2024 in #workers-help
Can't see our logs for the past 10 hours.
I sure 100% requests call to the static assets but it increase the function/request immediately. I tested many times. I try to disable the ASSETS binding in wrangler.toml, it's better (it still count but reduce a bit when access static assets). I think this is a bug, I try checking the log but there is no log in the dashboard and CLI
13 replies
CDCloudflare Developers
Created by Moein on 11/27/2024 in #workers-help
Can't see our logs for the past 10 hours.
Ok, i will disable smart placement. I tested disable smart placement, it didn't work :3 there is no log and all request to the static assets counted as function/woker request. I worried I did something wrong, if this issue cause by log and assets in beta phase. It's ok ^^ Thank you for you support
13 replies
CDCloudflare Developers
Created by Moein on 11/27/2024 in #workers-help
Can't see our logs for the past 10 hours.
This is my configurations.
13 replies
CDCloudflare Developers
Created by Moein on 11/27/2024 in #workers-help
Can't see our logs for the past 10 hours.
The script name is service
13 replies