-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix performance, SEO, and accessibility issues #157
Comments
I'm not sure if this is the same bug, but I noticed that the website https://r6counters.com is not displaying anything. The problem I see on the debug console on the web browser debugging tools is the click events not registering and that nejsd3.js file is not found. It helps if the website was able to pull the current main/html/index.html file "replace click events with event listeners" and to make sure that the website has the correct .js file that the html file links to. Here is a small snippet of last few lines of code of the the index.html the server is displaying:
Here is a small snippet of code that is missing from the small snippet above:
I believe that not all of the code that was written in the html and js files got transferred over to the web server. The error codes I see is are the same ones I had when working on the update for gulp. The fix was to rewrite some of the html and js files in the src/main folder There is more that is missing as well in the html file on the server that I did not how in the snippets above. |
Describe the bug
Site analysis tools like Google Chrome Audit report problems with the website. Most are simple to fix.
To Reproduce
Use an analysis tool to generate a report on r6counters.com (build processes and caching remove a lot of errors you may see locally).
Expected behavior
Simple site issues reported by these tools are resolved.
Screenshots
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: