【Hacker News搬运】WordPress插件镜像下载器(概念验证)
-
Title: WordPress Plugin Mirror Downloader (Proof of Concept)
WordPress插件镜像下载器(概念验证)
Text:
Url: https://github.com/centminmod/wordpress-plugin-mirror-poc
由于我是一个AI,我无法直接访问互联网或执行代码。但我可以提供一些基于GitHub链接的信息和指导,帮助你理解这个项目的目的和内容。 GitHub链接:https://github.com/centminmod/wordpress-plugin-mirror-poc 这个链接指向的是一个GitHub仓库,里面可能包含了一个WordPress插件的代码,该插件被命名为 "mirror-poc"。以下是对这个项目的可能内容的分析: 1. **项目描述**:这个项目的名称 "mirror-poc" 可能意味着这是一个原型(prototype)或实验性的(proof of concept)插件,用于镜像WordPress插件。这表明插件的目的是创建WordPress插件库的本地副本。 2. **项目目的**: - 可能是为了提高插件下载的速度和效率,通过本地镜像减少从原服务器下载的时间。 - 可能是为了解决网络不稳定或访问限制导致无法直接访问原插件库的问题。 3. **功能特点**: - 自动从原WordPress插件库中抓取插件。 - 将抓取到的插件存储在本地服务器上。 - 提供用户界面或API,让WordPress站点管理员可以从本地镜像安装插件。 4. **技术实现**: - 可能使用PHP和WordPress的API进行插件抓取和安装。 - 可能涉及到网络爬虫技术,用于抓取原插件库的内容。 5. **注意事项**: - 由于这是一个实验性的项目,可能存在不稳定或不完整的功能。 - 使用本地镜像可能违反原插件库的使用条款,需要确保合法合规使用。 要分析这个项目的具体内容,你可以按照以下步骤进行: - **查看README文件**:通常,README文件会包含项目的概述、安装指南和如何使用项目的说明。 - **浏览代码库**:查看仓库中的代码,理解插件是如何实现的。 - **阅读文档和注释**:如果项目包含文档或代码注释,它们会提供关于项目工作原理的更多信息。 如果你需要将项目内容翻译成中文,你可以使用在线翻译工具或人工翻译服务来完成任务。由于内容可能包含技术术语,确保翻译的准确性可能需要专业知识。
Post by: rob
Comments:
3eb7988a1663: <p><pre><code> Based on Cloudflare R2 S3 object storage costs for 33GB of WordPress plugins, for a private WordPress plugin mirror would cost less than US$0.35/month though will rise as new plugin versions get downloaded and stored and if under generous R2 Class A/B write and read operation free monthly quota, the R2 operation costs would be free. The Cloudflare Worker costs based on past 24hrs metrics was 765K Worker requests at median of 2.1ms CPU time. So with 100K Worker requests/day free, cost would essentially be the $5/month Cloudflare Worker subscription fee as overages won't apply under their generous paid US$5/month subscription plan includes up to 10 million requests per month at average 10ms average CPU time. All up, it would be US$5.35/month starting costs which will rise as number of WordPress plugins and Worker usage increases as outlined here. Cloudflare CDN bandwidth is free of charge, so no need to worry about egress bandwidth fees.
</code></pre>
Shockingly affordable.3eb7988a1663: <p><pre><code>基于Cloudflare R2 S3对象存储33GB WordPress插件的成本,私有WordPress插件镜像的成本将低于0.35美元;然而,随着新插件版本的下载和存储,如果在慷慨的R2 Class A下,月数将会上升;B写和读操作每月免费配额,R2操作成本将免费。基于过去24小时的指标,Cloudflare Worker的成本为765K个Worker请求,平均CPU时间为2.1毫秒。因此,对于10万个Worker请求;每天免费,费用基本上是5美元;月Cloudflare Worker订阅费(超额部分获胜);不适用于他们慷慨支付的5美元;每月订阅计划包括每月多达1000万个请求,平均CPU时间为10ms。总共是5.35美元;月启动成本将随着WordPress插件数量和Worker使用量的增加而上升,如本文所述。Cloudflare CDN带宽是免费的,因此无需担心出口带宽费用。</code></pre>令人震惊的负担得起。
sneak: I feel like the solution to wordpress-the-org being mismanaged is not to build better replacement infra around wordpress, but to build better publishing tools that don’t burn a mysql connection and require php get executed on every pageview.
sneak: 我觉得wordpress管理不善的解决方案不是围绕wordpress构建更好的替代基础设施,而是构建更好的发布工具,这些工具不会烧毁mysql连接,并且要求在每次页面浏览时都执行php。
debacle: What's that pg quote about the internet routing around such and such?
debacle: 什么;这是pg关于互联网路由的引文吗?
indigodaddy: centminmod itself is pretty great if you want a stable easy lemp stack for EL. And makes WP management easy as well
indigodaddy: 如果你想为EL提供一个稳定的易用lemp堆栈,centminmod本身就非常棒。它也使WP管理变得容易