-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
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
"This webpage was reloaded because it was using significant memory." #43
Comments
The scrollHeight seems to be the only questionable deviation from what I had. In no particular order: Does it still happen if you go back to your fixed height of 40px (the line above it that is commented out)? Is it consistently reproduceable? Does it happen with my original script? Does it happen with the script disabled? Do you have other scripts running on the page -- if so disable them, I did document that there should only be one version of QuizWiz running. A quick search for your error message suggests that it's specific to Safari and it happens on many pages that have endless scrolling content or lots of streaming content (stocks, gmail, facebook) and not necessarily related to the amount of memory you have. Many of the people were using the new M1 chip, so it's not like they had old machines. Suggestions from the Reddit thread were to use a different browser. Other places (for a related error message) suggested closing other tabs. I don't know how big your quizzes are, how many students there are in your course, or anything else. I would check the things at the top first. |
Thanks, James, for your quick reply.
I do have other scripts, but only one QuizWiz is running. I'll disable others next time and see if it helps.
Most of the time, I did not need to touch the comment boxes at all when I grade. Therefore, the functions related to the comment boxes are not even executed. However, I'll give a try next time to see if helps.
It's probably only Safari is designed to report higher memory use. It's not a very big problem, as everything seems to work fine, except perhaps the loading is slowed down a bit. If I can't find a solution, I'll switch to another browser then.
My quizzes have around 20-25 questions, and only 3-4 questions needs manual grading. All others are match questions, multiple choice, and T/F questions. Therefore, the size of the quizzes does not seem to be a problem. I have finished grading. Next time, I'll try the original QuizWiz script and disable all others and see if this issue still comes up. Thanks again! |
An interesting phenomenon: |
Hi James,
I have
QuizWiz: Standalone
. When I use it on the grading page, it shows:Any way to find out what is causing it?
I had edited the autoExpandeComment section:
And this is my setting:
Thanks!
The text was updated successfully, but these errors were encountered: