Note that there are some explanatory texts on larger screens.

plurals
  1. POGrails development enviornment page loads very slow
    primarykey
    data
    text
    <p>So I'm getting page load times in the range of 30-45 seconds.</p> <p>Some history:</p> <p>This was not always the case for this project. This project is in production so I haven't really touched the code in a while. I noticed it started happening the last time I was updating the code. I don't recall anything specific that I changed that should have anything to do with the problem. I have other projects that are running with the same Grails versions with no problem.</p> <p>I think it started happening in 2.2.3. I am now running 2.2.4.</p> <p>I am using x64 JDK 1.7.0_25, Windows 7 x64.</p> <p>I'm not sure what else to put here that would be relevant. Any assistance is appreciated!</p> <p><strong>Edit</strong>: running with -noreloading has no effect.</p> <p><strong>Edit2</strong>: I've tried deleting my <code>.grails</code> folder entirely, running <code>clean</code>, and deleting my target folder and stacktrace log.</p> <p><strong>Edit3</strong>: It does seem that the amount of time it takes is dependent on the amount of data displayed/read. Small pages take 3-4 seconds. Medium pages 10-12 seconds...</p> <p><strong>Edit4</strong>: I'm running it via IntelliJ IDEA 12.1.4 x64 (idea64.exe). I've also tried it outside of IntelliJ with the same results.</p> <p><strong>Edit5</strong>: The database is Oracle enterprise that supports the entire company. It is managed by full time adminstrators. This isn't a MySQL server on my local machine.</p> <p><strong>Edit6</strong>: The application also functions normally when deployed in TEST (<code>test war</code>), but still is slow when ran with <code>test run-app</code>.</p> <p><strong>Starting to get somewhere</strong>: I downloaded JDK 1.7.21 and ran the app with that and it started working no problem! I then ran <code>clean</code> which triggered a recompile and it stopped working... grr</p> <p>Now with 1.7.21 still active, I tried <code>-noreloading</code> and it works!</p> <p>Annnd... now it works even if I don't use <code>-noreloading</code>..........</p> <p>I've gone back to 1.7.25.. ran <code>clean</code>, and it works. Sooooooo yeah... explain that.</p> <p>And now it doesn't anymore.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload