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
problem with large project very long response times on production version on windows
the response time of one request slows down from 5ms to 150ms on linux and on windows from 8ms to 5.5sec
To Reproduce Steps to reproduce the behavior:
get this project https://github.com/jacol84/bigPlay.git and skip to 5 step
play new
public static void index() { renderText("aaaa"); }
package com.mik; public class Class1 { public static void main(String[] args) { System.out.println("Hello from Class1"); } }
play run
this project is my github https://github.com/jacol84/bigPlay.git
this result respon : this result on DEV working on windows (~5,5sek) on linux(~150ms) a project without additional files(~5ms)
Expected behavior I would expect a response of around 10ms
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context the problematic method is play.Play#detectChanges when measuring
The text was updated successfully, but these errors were encountered:
This example project may be related: https://github.com/asolntsev/big-app.play/
Sorry, something went wrong.
No branches or pull requests
Play Version 1.8.0 --> JDK 17
problem with large project very long response times on production version on windows
the response time of one request slows down from 5ms to 150ms on linux and on windows from 8ms to 5.5sec
To Reproduce
Steps to reproduce the behavior:
get this project https://github.com/jacol84/bigPlay.git and skip to 5 step
play new
my example
play run
this project is my github https://github.com/jacol84/bigPlay.git
this result respon :
this result on DEV working
on windows (~5,5sek)
on linux(~150ms)
a project without additional files(~5ms)
Expected behavior
I would expect a response of around 10ms
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
the problematic method is play.Play#detectChanges when measuring
The text was updated successfully, but these errors were encountered: