
Closed
Posted
We run a high-traffic news and blog platform built with Astro and hosted on Cloudflare, migrated from WordPress. The site publishes 15-20 articles daily with 30-40 images each, totaling 900-1200 images monthly. Currently, the website crashes due to exceeding Cloudflare's daily limits on D1 database reads and Workers KV operations, causing image delivery failures and downtime. We need an expert to audit and fix database read leaks, optimize the Astro build for edge caching and static site generation, and implement a permanent, cost-effective image storage and hosting architecture. The solution should handle daily publishing and traffic spikes without hitting Cloudflare limits. Key tasks include fixing D1 query inefficiencies, implementing indexing, rearchitecting page and media delivery with hybrid SSG and edge caching, setting up free scalable image storage using Cloudflare R2, ImageKit, or Cloudinary, and evaluating alternative free hosting stacks like Vercel, Netlify, or Supabase. The project also requires ensuring traffic resilience and providing a live stable deployment. Deliverables include a detailed audit report, optimized Astro codebase, tested image storage pipeline, architectural comparison of hosting/database alternatives, and a stable live deployment eliminating downtime. IMP POINTS 1 The site failure is caused by hitting the daily limit of 5000000 rows read on Cloudflare D1 and 100000 operations on Workers KV not because of image storage costs 2 Upgrading to the 5 dollar plan is not required because bad database query design will quickly exceed paid quotas as well 3 Option 1 Keep Cloudflare Pages but convert Astro to 100 percent Static Site Generation SSG so articles compile to pure HTML and trigger 0 database reads during regular visitor traffic 4 Option 2 Connect Cloudflare R2 on its free tier to a dedicated public custom subdomain bypassing Workers and KV entirely to deliver 10 GB of storage and 10000000 free reads per month 5 Option 3 Move image delivery to ImageKit free tier which provides 20 GB of bandwidth and 3 GB of media storage monthly with automatic WebP compression perfectly covering 30 to 40 images per day at 60 to 70 KB each 6 Option 4 Migrate the content architecture away from D1 to Git based Markdown files managed through a free browser editor like Decap CMS removing the need for any database OR BEST ONE 7 Option 5 Switch hosting to Vercel or Netlify free tiers offering 100 GB of bandwidth and link to a free Supabase database of 500 MB which does not enforce Cloudflare D1 daily row read limits 8 The immediate developer task is to audit Astro configuration change server side rendering to static generation or edge cached routes and stop querying D1 on public page views
Project ID: 40685853
33 proposals
Remote project
Active 18 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
33 freelancers are bidding on average ₹326 INR/hour for this job

Hi, I’ve worked with Astro, Cloudflare, caching, APIs and database-backed websites, so I understand the main issue here is not image storage cost but the repeated D1 and Workers KV reads happening during normal page traffic. I’d first audit where those reads are coming from and remove database queries from public article/page views wherever possible. For this type of news site, I’d look at moving Astro to static generation or properly cached routes, while using R2 or another suitable image service for media delivery. The goal would be to keep publishing 15–20 articles a day without the site repeatedly hitting Cloudflare limits. A few quick questions before we start: Can you share the current Astro/Cloudflare codebase so I can check where D1 and KV are being called? Are the articles currently stored in D1, or is D1 only being used for some parts of the site? Do you already have a preferred option for image storage, or should I compare R2, ImageKit and the other options based on your actual traffic? I can start with the audit, identify the exact read leaks and then recommend the simplest architecture before making the changes. I’ll also test the final deployment under traffic conditions and provide the audit and architecture notes along with the updated code.
₹250 INR in 40 days
4.9
4.9

Hi, I would like to grab this opportunity and will work till you get 100% satisfied with my work. I just applied after read your job posting carefully and I believe that I am good fit to your project. I'm a serious bidder. I will satisfy you with my high skills! I am an expert which have 10+ years of experience on Mobile App Development, iPhone, User Interface / IA, PhoneGap, Mobile App Testing, Swift, Google Maps API, Web Development, iOS Development, Mobile Development I am looking forward to meet you to discuss the further detail about this project. Looking forward to hearing from you. Warm Regards
₹250 INR in 40 days
4.5
4.5

As an experienced PHP developer, I am well-equipped to address the issues your Astro blog is facing. My expertise in API integration and deep understanding of HTML and CSS make me the ideal candidate for optimizing your Astro build for edge caching and static site generation. By moving away from database-intensive WordPress and adopting 100 percent SSG in Astro, we can ensure that articles compile to pure HTML, preventing any database reads during regular visitor traffic and solving the issue of exceeding Cloudflare's daily limits.
₹250 INR in 40 days
3.6
3.6

Hi, I understand the issue — the main problem is D1/KV read and operation limits caused by the current Astro architecture, not image storage costs. I can audit the existing Astro codebase, identify and eliminate unnecessary D1/KV reads, and convert the public article delivery to proper SSG/static HTML so normal visitors don’t trigger database queries. I can also implement a scalable R2/ImageKit image pipeline, optimize caching and image delivery, and compare the Cloudflare vs Vercel/Netlify + Supabase architecture before choosing the most cost-effective solution. I’ll test the complete setup under traffic/load conditions and provide a stable live deployment with the database read leak eliminated. I can start immediately and handle the audit + implementation end-to-end. Best regards, Ramkishan
₹400 INR in 40 days
3.8
3.8

Hi, I understand the issue is primarily D1/KV over-usage caused by inefficient database reads and public-page queries, rather than image storage costs. We can audit the Astro architecture, eliminate D1 reads from public traffic, move article delivery toward 100% SSG/static HTML with edge caching, and implement a scalable image pipeline using Cloudflare R2/ImageKit. We’ll also review the Git/Markdown and Vercel/Netlify alternatives and recommend the most cost-effective long-term architecture. Our immediate focus will be stopping the D1/KV limits and stabilizing the live site, followed by performance optimization, image delivery, testing, and documentation. Let’s review the current Astro configuration and deployment setup, then we can start with the audit.
₹300 INR in 40 days
2.8
2.8

Hello! I can audit Astro/D1 queries, eliminate public-page database reads, optimize SSG and edge caching, and build a scalable R2 image pipeline for stable high-traffic delivery. We can discuss details here.
₹350 INR in 40 days
2.6
2.6

I will first audit the Astro codebase to identify every D1/KV read triggered during public page views, then remove unnecessary server-side queries and repeated lookups. I will convert article pages to 100% SSG wherever possible, so published articles are served as static HTML and normal visitors generate zero D1 reads. Dynamic functionality will be isolated behind edge-cached routes. I will optimize D1 queries and indexes, eliminate N+1 queries, duplicate requests, and inefficient full-table scans, then verify read consumption under realistic traffic. For images, I will test a Cloudflare R2 public custom subdomain architecture that bypasses Workers/KV for delivery. I will also compare ImageKit/Cloudinary based on bandwidth, storage, compression, and long-term cost. I will evaluate moving content from D1 to Git-based Markdown with Decap CMS, and compare this against Vercel/Netlify + Supabase for scalability and operational simplicity. I will configure aggressive browser/CDN caching, immutable asset URLs, optimized WebP/AVIF images, and Astro build settings to handle traffic spikes without repeatedly executing backend code.
₹500 INR in 40 days
2.4
2.4

Hi, I can audit your Astro + Cloudflare architecture, identify D1/KV read leaks, convert public article delivery to SSG/edge caching, and build a scalable R2/ImageKit media pipeline without unnecessary paid upgrades. I’ll also benchmark the hosting/database alternatives, optimise queries and indexing, test traffic spikes, and deliver a stable production deployment with documentation. 1. Can you share the current Astro codebase/repository and Cloudflare configuration for the audit? 2. Are you currently using SSR/D1 queries on every public article/page request, or can you share the relevant architecture details? if looking for expert then lets connect (expereince 7 yrs in development) chat will start soon and I believe in professional way of working
₹400 INR in 40 days
1.4
1.4

Hello, I can audit and optimize your **Astro + Cloudflare setup** to eliminate D1/KV read issues and prevent downtime. • Convert public pages to SSG/static HTML • Optimize D1 queries, indexing & caching • Remove unnecessary D1/KV reads from page views • Set up scalable image delivery with R2/ImageKit • Optimize Astro build & edge caching • Compare alternative hosting/database architectures • Test and deploy a stable production solution I’ll focus on fixing the **root architecture issue**, not simply increasing Cloudflare limits. Ready to start.
₹120 INR in 40 days
0.0
0.0

Hello, I can audit and fix your Astro news platform by eliminating unnecessary D1 reads and Workers KV operations from public page views. I can optimise the Astro configuration for 100 percent SSG or edge caching, improve D1 queries and indexing, and implement a reliable image delivery solution using Cloudflare R2, ImageKit, or another suitable architecture. I will focus on removing the current 5,000,000 row read and 100,000 KV operation bottlenecks rather than simply increasing Cloudflare limits. My process will be to audit the Astro and Cloudflare setup, stop D1 queries during visitor traffic, optimise static generation and caching, configure scalable image delivery, test publishing and traffic spikes, and deploy a stable production version. I can also provide an architectural comparison of the available hosting and storage options and share relevant Astro, Cloudflare, edge caching, and performance optimisation work from my portfolio. Best regards, Akif U.
₹280 INR in 30 days
0.0
0.0

Hi, I understand the main issue here is not the number of images or simply upgrading the Cloudflare plan, but the architecture causing unnecessary D1 reads and Workers KV operations during normal traffic. I can audit the current Astro setup and identify where server-side queries are happening on public page views, then move the appropriate content to 100% SSG or edge-cached routes so visitors are served static HTML without repeatedly hitting D1. I can also review the database queries and indexing, optimize the publishing/build process, and design a reliable image pipeline using Cloudflare R2, ImageKit or another suitable option so image delivery does not depend unnecessarily on Workers/KV. If the current architecture would benefit from moving away from D1 entirely, I can also compare a Git/Markdown approach or Vercel/Netlify with Supabase and recommend the most cost-effective long-term setup. My priority would be getting the existing site stable first, then making sure the architecture can handle daily publishing and traffic spikes without recurring quota-related downtime. I can provide the audit, implementation, testing and stable deployment. Thanks!
₹250 INR in 40 days
0.0
0.0

Hi, I can help diagnose and permanently fix the Cloudflare D1/KV limit issue on your Astro-based news platform. From your description, the main problem is **not image storage cost**, but inefficient database/KV usage during public page requests. With 15–20 articles and 900–1200 images per month, the architecture needs to separate **content generation, page delivery, and media delivery** so normal visitors are not triggering unnecessary D1 reads or Workers KV operations. My approach *1. Audit the current Astro + Cloudflare architecture** * Identify every D1 query and Workers KV operation. * Find database read/query leaks on public page views. * Check Astro SSR/server routes and API calls. * Review build configuration, caching and Cloudflare bindings. * Identify queries that can be eliminated or executed only during build time. Most important immediate fix I have strong experience with backend/API development, databases, PHP/Laravel, Node.js and web application optimization, and I’m comfortable working directly with existing codebases to identify the actual bottleneck rather than simply increasing hosting limits. Best regards, Madhuri (Full Stack Web Developer)
₹250 INR in 40 days
0.0
0.0

Hello, ➤ I understand you’re looking for a reliable professional who can address your Cloudflare D1 issues and optimize your Astro blog site for high traffic and efficient image delivery. ✦ PROFESSIONAL QUALITY | FAST COMMUNICATION | UNLIMITED REVISIONS ✦ ❇️ WHAT I CAN OFFER: ▪ Conduct a thorough audit to identify and fix database read leaks ▪ Optimize your Astro build for edge caching and full static site generation ▪ Implement a cost-effective image storage solution using Cloudflare R2 or ImageKit ▪ Evaluate alternative hosting options like Vercel or Netlify to enhance performance ▪ Ensure your site can handle daily publishing and traffic spikes without downtime ▪ Communicate regularly and provide detailed progress updates ❇️ MY APPROACH: I prioritize understanding your specific needs and delivering practical solutions that enhance site performance and resilience. My experience with high-traffic platforms ensures I can handle the complexities of your project effectively. ✨ I’m ready to start immediately. Please share the details, and I’ll ensure your project is handled professionally from start to finish. Regards, Shaun4014
₹200 INR in 7 days
0.0
0.0

IF YOU'RE NOT HAPPY, YOU DON'T PAY. The first thing you get from me is the audit with numbers, exactly which queries and which pages are burning your five million D1 reads and hundred thousand KV operations a day, so you see the cause before the fix is billed. I agree with your own read, this is query design and render architecture, not image storage, and the five dollar plan would not save you. Then the fix, Astro converted to full static generation so article pages compile to HTML and trigger zero database reads under visitor traffic, builds triggered on publish, images moved to R2 behind Cloudflare image resizing with a tested upload pipeline for your 900 to 1,200 images a month, indexes and query fixes for the admin paths that still need D1, and a short written comparison of staying on Pages versus Vercel or Netlify with real numbers. Stable live deployment at the end. I have 14 years of back end and front end work behind this and I would rather walk you through live builds on a call than paste links here. One question, is the listed budget for the audit milestone, because the rearchitecture is a few days of work and I would phase it honestly. WORST CASE SCENARIO YOU WALK AWAY WITH A FREE CONSULTATION
₹300 INR in 3 days
0.0
0.0

Hi, I've reviewed your project, "Astro blog website histed on cloudflare need to fix R2 issue or host on other alternative - READ DESCRIPTION ", and I understand what you're looking to achieve. Based on the requirements in your project description, my Web Security, MySQL, Web Hosting, Cloudflare, Netlify, Vercel, Supabase, Astro (web framework) experience aligns well with the work you need. I can carefully review the existing requirements, understand the expected functionality, and implement the solution with a focus on quality, performance, and reliability. Project Requirements: We run a high-traffic news and blog platform built with Astro and hosted on Cloudflare, migrated from WordPress. The site publishes 15-20 articles daily with 30-40 images each, totaling 900-1200 images monthly. Currently, the website crashes due to exceeding Cloudflare's daily limits on D1 database reads and Workers KV operations, causing image delivery failures and downtime. We need an expert to audit and fix database read leaks, optimize the Astro build for edge caching and static site generation, and implement a permanent, cost-effective image storage and hosting architecture. The solution I’ll make sure the work is handled professionally, with clear communication throughout the project and attention to the details mentioned in your requirements. I’m ready to discuss the project and get started. Best Regards, Khadija Tul Kubra
₹1,000 INR in 7 days
0.0
0.0

We've just completed a similar project, helping a high-traffic blog optimize its hosting and database architecture, significantly improving performance and reducing downtime. Based on what you're looking for, I can audit your current setup, identify database read leaks, and implement effective solutions to ensure your Astro site handles daily publishing and traffic spikes seamlessly. My experience includes transitioning to 100% Static Site Generation to eliminate database reads and utilizing Cloudflare R2 or ImageKit for efficient image delivery. I specialize in builds like this, with 75+ 5-star reviews on similar projects and a top 1 percent ranking among 75 million users. I’d love to walk you through a couple of examples that match what you're after. Let’s ensure your site remains stable and resilient against traffic surges. Regards, Ruan111.
₹200 INR in 7 days
0.0
0.0

As a seasoned Python Developer and Software Solutions Professional, I approach every project with a strong sense of meticulousness and ingenuity. I have extensive experience in working with MySQL databases, data management, and software architecture–all of which will be tremendously valuable while executing tasks such as fixing D1 query inefficiencies, implementing indexing, and rearchitecting page and media delivery. My ability to automate processes through API development and integration would prove pivotal in selecting the most effective image storage pipeline for your site, be it R2, ImageKit or Cloudinary. Moreover, my proficiency in technical documentation guarantees you receive a detailed audit report and thorough architectural comparison of hosting/database alternatives, ensuring an informed decision-making process. Beyond my expertise in handling the core demands of your project effectively, my emphasis on delivering high-quality work aligns perfectly with your objective. By migrating your content architecture away from D1 to Git based Markdown files managed through Decap CMS, I can help you eliminate any dependency on databases. Overall, by leveraging my skillset which merges well with the unique requirements of your project – we'll create a more reliable, cost-effective astro-blog platform that exceeds your expectations.
₹100 INR in 3 days
0.0
0.0

Hi, I reviewed your project and understand that the main goal is to eliminate the Cloudflare D1 and Workers KV limits by optimizing your Astro architecture and reducing unnecessary database reads. Our team can handle this, particularly around Astro SSG, edge caching, Cloudflare optimization, and scalable image delivery. For your project, we will: • Audit the current Astro, D1, and Workers KV setup and identify the source of excessive reads • Convert public content delivery to an optimized static/edge-cached architecture to reduce database usage • Set up and test a scalable image storage and delivery solution, followed by a stable production deployment With tremendous experience, Syvrox helps businesses build and manage digital operations through AI-powered solutions, custom software, SaaS platforms, web & mobile applications, CRM and business automation, eCommerce solutions, digital marketing, bookkeeping, and data entry services. We can share relevant work samples and case studies directly in chat. Best regards, Team Syvrox
₹250 INR in 40 days
0.0
0.0

Hi, I can audit and stabilize your Astro + Cloudflare platform and address the actual bottleneck: excessive D1 row reads and Workers KV operations, rather than simply increasing your plan. My approach would be: • Audit Astro configuration, D1 queries, KV usage, and identify read/operation leaks • Convert public article pages to 100% SSG where possible, eliminating database reads during visitor requests • Optimize queries and add appropriate D1 indexes where database access is still required • Implement proper edge/browser caching for dynamic routes • Rework image delivery using Cloudflare R2 with a dedicated public subdomain, or evaluate ImageKit/Cloudinary based on actual usage • Evaluate Git/Markdown + Decap CMS to potentially eliminate D1 entirely • Compare Cloudflare vs Vercel/Netlify + Supabase based on scalability and long-term cost • Test publishing workflows, traffic spikes, image delivery, cache behavior, and production stability • Deploy the optimized architecture and provide a clear audit/report I’ll focus on fixing the root architectural issues rather than recommending a paid upgrade that could continue hitting limits with inefficient queries. I can start by auditing the existing Astro/D1/KV implementation and then recommend the lowest-cost architecture that can reliably handle your publishing volume and traffic spikes. Best regards
₹250 INR in 50 days
0.0
0.0

Hi, I’m interested in helping optimize and stabilize your Astro + Cloudflare news platform. I have 10+ years of full-stack development experience with Laravel/PHP, Node.js, React.js, MySQL, PostgreSQL, APIs, AWS, S3, CloudFront, and scalable database-driven applications. I have strong experience troubleshooting performance bottlenecks, optimizing database queries and indexes, designing efficient API/data architectures, and implementing scalable storage and CDN-based solutions. My AWS S3/CloudFront experience is particularly relevant to designing an efficient image delivery architecture using Cloudflare R2 or similar services. I’m confident I can help deliver a stable, scalable, and cost-effective solution. Best regards, Palwinder Kaur
₹300 INR in 40 days
0.0
0.0

Hyderabad, India
Member since Sep 2, 2026
₹10000-17000 INR
₹100-400 INR / hour
₹100-400 INR / hour
₹10000-17000 INR
₹12500-37500 INR
₹100-400 INR / hour
$10-30 USD
₹12500-37500 INR
$250-750 AUD
$250-750 AUD
₹100-400 INR / hour
₹12500-37500 INR
$10-30 USD
₹100-400 INR / hour
₹12500-37500 INR
₹100-400 INR / hour
$250-750 AUD
₹100-400 INR / hour
₹100-400 INR / hour
$10-30 USD