WorkingLemmy@lemmy.world to Open Source@lemmy.ml · 5 days agoFOSS infrastructure is under attack by AI companiesthelibre.newsexternal-linkmessage-square29fedilinkarrow-up11arrow-down10cross-posted to: linux@programming.devtechnology@beehaw.orgopensource@programming.devtechnology@lemmy.worldtechnology@lemmy.worldtechnology@lemmy.world
arrow-up11arrow-down1external-linkFOSS infrastructure is under attack by AI companiesthelibre.newsWorkingLemmy@lemmy.world to Open Source@lemmy.ml · 5 days agomessage-square29fedilinkcross-posted to: linux@programming.devtechnology@beehaw.orgopensource@programming.devtechnology@lemmy.worldtechnology@lemmy.worldtechnology@lemmy.world
minus-squareStrawberry@lemmy.blahaj.zonelinkfedilinkarrow-up0·3 days agoThe bots scrape costly endpoints like the entire edit histories of every page on a wiki. You can’t always just cache every possible generated page at the same time.
minus-squarejagged_circle@feddit.nllinkfedilinkEnglisharrow-up0·edit-23 days agoOf course you can. This is why people use CDNs. Put the entire site on a CDN with a cache of 24 hours for unauthenticated users.
The bots scrape costly endpoints like the entire edit histories of every page on a wiki. You can’t always just cache every possible generated page at the same time.
Of course you can. This is why people use CDNs.
Put the entire site on a CDN with a cache of 24 hours for unauthenticated users.