简体   繁体   English

每秒解析托管和请求

[英]Parse Hosting and Requests Per Second

I have written a small website for a non-profit. 我为非营利组织写了一个小网站。 The website handles about 500 visitors per day, the site is pretty simple. 该网站每天约有500名访客,该网站非常简单。 It uses ExpressJS and serves up .ejs files that are updated weekly. 它使用ExpressJS并提供每周更新的.ejs文件。 It does not have any user/admin login functionality and it does not save any data. 它不具有任何用户/管理员登录功能,并且不保存任何数据。 The most it does is make a couple separate requests to the Parse Core to fetch some images, URLs, and other text. 它所做的最大工作是向Parse Core发出几个单独的请求,以获取一些图像,URL和其他文本。 It also has a few forms that submit data using Mandrill. 它还有一些使用Mandrill提交数据的表格。

First off, does serving up an .ejs web page constitute as a request? 首先,提供.ejs网页是否构成请求?

Second, and I am probably being overly cautious, but I want to be sure that I can host this website using Parse and maintain the Free pricing plan at 30/req per-second. 其次,我可能过于谨慎,但是我想确保可以使用Parse托管此网站,并将免费定价计划保持在每秒30 / req。 Do you think I can? 你认为我可以吗?

Let me know if I can be more specific with my description of how the website is setup. 让我知道我是否可以更具体地描述网站的设置方式。

had the same question. 有同样的问题。 Parse.com team told me they are only counting API requests against the 30/req limit not hosted file requests. Parse.com团队告诉我,他们仅在30 / req限制之内算API请求,而不在托管文件请求。 Otherwise it wouldn't make sense anyway as any web site request would trigger several more requests to images etc. 否则无论如何它都没有意义,因为任何网站请求都会触发对图像等的更多请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在一个端口上以每秒1-3k请求的速度为集群派生启动http服务器是否是一个好习惯? - Is it a good practice to start http server on one port for Cluster forks for 1-3k requests per second? ExpressJS应用程序每秒接收大约70个请求 - 缓慢的Cassandra性能 - ExpressJS app which receives around 70 requests per second - slow Cassandra performance 使用 NGINX + 5xx 状态码的 NodeJS 请求每秒减少 x4 倍 - NodeJS requests per second decreased by x4 times with NGINX + 5xx status code 每秒增加数量响应 - increase number response per second 解析云托管截断用户结果 - Parse Cloud Hosting Truncating User Results 解析时如何正确导入聚合物 - how to import polymer correctly when hosting on parse 托管Parse服务器时如何在网页中本地调用Parse? - How to call Parse locally in web page when hosting Parse server? Express - 如何计算每分钟的平均请求数 - Express - how to calculate avg requests per minute Express:每秒运行一次中间件 - Express: run middleware once per second 处理从 Firebase 托管转发到 Cloud Functions 的 HTTP 请求 - Handling HTTP requests forwarded from Firebase Hosting to Cloud Functions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM