[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]
Jason McCreary posts on X about cloudflare, a second, make a, i see the most. They currently have XXXXXX followers and XXX posts still getting attention that total XX engagements in the last XX hours.
Social category influence stocks
Social topic influence cloudflare #174, a second, make a, i see, crappy, instead of
Top assets mentioned Cloudflare, Inc. (NET)
Top posts by engagements in the last XX hours
"Any site gets flooded with random requests. Often bots trying to find an exploit. These eat up your web server request pool and CPU cycles. Look at this - dozens of BS requests in a second"
X Link @gonedark 2025-10-15T13:56Z 15.8K followers, XXX engagements
"Caching more than half my app traffic now The far majority of my requests were to the home page. I imagine this is the case for most sites - a single page is most of the traffic. I now cache Shift's home page and bypass the cache if you have a user session"
X Link @gonedark 2025-10-07T16:09Z 15.8K followers, 2562 engagements
"Here's the Cloudflare cache rule to bypass cache when the home page is requested with a session cookie (laravel_session). This means new users (users without a session cookie) will get the cached version from Cloudflare. Returning users will hit the web server"
X Link @gonedark 2025-10-07T16:09Z 15.8K followers, XXX engagements
"Getting wild now Turns out I can completely cache the home page. Aside from some localization there is nothing dynamic about Shift's landing page. I don't even need to bypass the cache for logged in users. Instead I can redirect them. More details in reply"
X Link @gonedark 2025-10-09T14:29Z 15.7K followers, 4509 engagements
"You can prevent them all before they even get to your server. I'm doing so with a custom Cloudflare security rule. It blocks requests when the path is not one for my application. I can give it explicit path names as well as wildcards. All available with the free plan"
X Link @gonedark 2025-10-15T14:01Z 15.8K followers, XXX engagements
"As always its a tradeoff. Id rather block thousands of crappy requests at the expense of a few users seeing a CloudFlare error page on a mistyped URL. That may not be the case for all sites. I am reviewing the log though. So if I see something like a common typo I can make a redirect or rule exception"
X Link @gonedark 2025-10-15T14:21Z 15.7K followers, XX engagements
"The home page was actually using Laravel's guest middleware - which automatically redirected logged in users. This logged in users never see the home page. They are redirected to their dashboard. So Cloudflare now does this redirect (rule) instead of Laravel"
X Link @gonedark 2025-10-09T14:29Z 15.7K followers, XXX engagements