My site is suddenly running slow, and my webhost sent me some links to help. We ran the website through gtmetrix.com, and found that the top issue was this:
Remove query strings from static resources.
It seems to be something to do with the "&" and "?" in the coding that the system does not like. I am leery to do anything, because I don't want to destroy my site. I am almost ready to launch, and this has been a frustrating journey getting all the minutia in order.
These were the things in the fix list in order of importance...
Remove query strings from static resources |
F (0)
|
90%
|
Content | High |
Leverage browser caching |
F (7)
|
55%
|
Server | High |
Defer parsing of JavaScript |
F (42)
|
65%
|
JS | High |
Inline small CSS |
E (57)
|
93%
|
CSS | High |
Optimize images |
C (79)
|
72%
|
Images | High |
Minify CSS |
B (87)
|
81%
|
CSS | High |
Any help would be appreciated...I really don't want to lose all I have worked for.