How i improved my Core Web Vitals with ChatGPT

LondoN eXtream

Regular Member
Joined
May 14, 2020
Messages
294
Reaction score
194
I was struggling to fiind a plugin that will make my website score green on Core Web Vitals. So, i've decided to take some action and ask chatGPT for some scripts. I've placed them in head. After this, my scores increased in a green zone (from around 65-70 to 90-95). Maybe some of you guys want to test them.

https://pastebin.com/xd7QM3KZ
Just paste them in the head section. They meant to remove all the loading files and load them after the page load. I've tested them and works. My website score improved. Along with them just use a caching plugin (Auto-optimize). Tested on wordpress.
 
placing the unauthorized scripts in your header or installing the different plugin can put your score from red to green zone but the performance of your website compromises. so, always go with the manual process. I mostly follow the below steps
  • removing unused CSS
  • defer or delay java scripts
  • compressing and optimizing the images to webp
  • enabling preloading and some more ..
 
I tested this on a normal (non-WP) site and it works like a charm. Tested on Google PageSpeed Insights. Knocked my score from 83 to 100.
 
I tried it on a WP site and it didnt make any difference. Do I need to let it sit for a while or something?
 
I tried it on a WP site and it didnt make any difference. Do I need to let it sit for a while or something?
Try to clear the website cache after placing the codes. Also the JS should be above anything, so it will be first executed.
 
I tried it on a WP site and it didnt make any difference. Do I need to let it sit for a while or something?
Try deleting your cache and then report back. Anyone else tried this on a WP site?

Ever since April 17th, my entire site went from "Good" to "URLs need improvement" - Has anyone else had this problem?

I can't seem to figure out what's causing it...
 
Back
Top