We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is part of debug log: ... Rendered todos/_new_todo (3010.4ms) Rendered issues/_todos (3013.7ms) Rendered issues/_show_history (0.4ms) Rendered issue_relations/_form (2.0ms) Rendered issues/_relations (4.5ms) ... Completed in 3410ms (View: 3379, DB: 2) | 200 OK [http://...../issues/5324]
How to reduce this time? There is good practice to render page within 1 sec in WEB ;)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is part of debug log:
...
Rendered todos/_new_todo (3010.4ms)
Rendered issues/_todos (3013.7ms)
Rendered issues/_show_history (0.4ms)
Rendered issue_relations/_form (2.0ms)
Rendered issues/_relations (4.5ms)
...
Completed in 3410ms (View: 3379, DB: 2) | 200 OK [http://...../issues/5324]
How to reduce this time?
There is good practice to render page within 1 sec in WEB ;)
The text was updated successfully, but these errors were encountered: