Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

【BUG反馈】docker部署后访问后台加载缓慢 #253

Closed
dfaofeng opened this issue Mar 31, 2023 · 3 comments
Closed

【BUG反馈】docker部署后访问后台加载缓慢 #253

dfaofeng opened this issue Mar 31, 2023 · 3 comments
Assignees
Labels
bug Something isn't working or fix bug. help wanted Extra attention is needed

Comments

@dfaofeng
Copy link

描述问题

请在此填入对你遇到的问题清晰准确的描述。

如何复现此问题

复现此问题的步骤:
用的docker-compose.启动后访问后台提示

php73  | [31-Mar-2023 14:40:03] WARNING: [pool www] child 12, script '/www/localhost/index.php' (request: "GET /index.php") executing too slow (3.678004 sec), logging
php73  | [31-Mar-2023 14:40:03] NOTICE: child 12 stopped for tracing
php73  | [31-Mar-2023 14:40:03] NOTICE: about to trace 12
php73  | [31-Mar-2023 14:40:03] NOTICE: finished trace of 12
php73  | [31-Mar-2023 14:40:07] WARNING: [pool www] child 13, script '/www/localhost/index.php' (request: "GET /index.php") executing too slow (3.456371 sec), logging
php73  | [31-Mar-2023 14:40:07] NOTICE: child 13 stopped for tracing
php73  | [31-Mar-2023 14:40:07] NOTICE: about to trace 13
php73  | [31-Mar-2023 14:40:07] NOTICE: finished trace of 13

你需要的帮助

不知道这个是不是bug.还是我某些文件复制错了

截图

如果条件允许,请在此附上您的截图。您可以使用 Ctrl + V 直接粘贴图片。

您的设备信息

  • 服务器系统信息:
  • 服务器 PHP 版本:
  • 访问项目的浏览器版本(可提供 User-Agent 或浏览器名称+版本):

补充信息

您可以在这里输入其他关于您需要的帮助的信息。

@dfaofeng dfaofeng added the help wanted Extra attention is needed label Mar 31, 2023
@yuantuo666
Copy link
Owner

很奇怪啊,GET首页不应该会超时的,你试了README.md里面的那个docker镜像吗

就是下面这个

docker pull yuantuo666/baiduwp-php
docker run -p 8080:80 yuantuo666/baiduwp-php

@yuantuo666
Copy link
Owner

你的服务器是在海外吗。好像访问后台是有问题,可能是没做缓存的原因,有空我检查下。

@yuantuo666 yuantuo666 changed the title 【寻求帮助】为啥我用docker部署后访问出错 【BUG反馈】docker部署后访问后台加载缓慢 Mar 31, 2023
@yuantuo666 yuantuo666 added the bug Something isn't working or fix bug. label Mar 31, 2023
@yuantuo666
Copy link
Owner

3.0.0 已经尝试给后台账号状态查询增加缓存。数据库结构没有修改,直接覆盖安装即可。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working or fix bug. help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants