使用良好的安全性插件
可以使用以下插件来提高WordPress电子商务网站的安全性。注意使用不同的安全性插件会导致严重问题,因此请确保选择一个并单独在您的网站上使用该插件。以下是推荐的插件:
Offline access tokens do not expire, which tells me you’re probably working with online access tokens (which last as long as the user’s web session)
Offline access tokens only expire when the app is uninstalled or your revoke the token yourself. Online access tokens expire with the admin session of the user who the access token was granted for.
开发一个Shopify插件,Shopify商城可以安装该插件;当用户在商城下单后,插件把订单数据按照指定格式传给自己的服务器;
Getting started with Shopify App Bridge: https://shopify.dev/tools/app-bridge/getting-started
REST Admin API reference: https://shopify.dev/docs/admin-api/rest/reference
Shopify Rest APIs: https://shopify.dev/docs/admin-api/rest/reference
Shopify Payments APIs: https://shopify.dev/docs/admin-api/rest/reference/shopify_payments
Redis 虽好,却是个吃内存兽,因此在写入 Redis 数据时,应该避免写入无用的数据,浪费内存
如果我们要分析哪些 key 占用了大量的存储空间,就需要有工具辅助对所有的 value 所点空间进行排序,如此才能有的放矢进行优化
redis-rdb-tools 可以将所有 key 对应的 value 大小用 csv 格式导出