Remove Query Strings From Static Resources In WordPress

Remove Query Strings From Static Resources In WordPress

Gomahamaya

6 лет назад

5,147 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

24 hours
24 hours - 04.04.2020 23:28

Hello bro, do you know how to fix this problem Minimize redirects
Remove the following redirect chain if possible:

can you explain it in video

Ответить
kio_the_maniac
kio_the_maniac - 03.02.2019 10:37

it did work right on man !!!

Ответить
Simon G
Simon G - 30.01.2019 02:21

Great work, Thank you!

Ответить
Satish Panchal
Satish Panchal - 23.01.2019 20:27

Hi Team,

This is really nice lectures. Please tell if i add above mentioned code in Cpanel under current theme> function.php then. if in fututre any update comes in current theme after updating the theme then this code will be there or removed?

Ответить
Dan The Painter
Dan The Painter - 06.01.2019 21:51

Thanks!

Ответить
Al Jovayer khandakar
Al Jovayer khandakar - 13.10.2018 16:59

thanks for your awsome video

Ответить
Shaun Shields
Shaun Shields - 24.08.2018 04:44

YOU'RE THE BEST! I went from a 34% to a 94% on GTMetrix, two thumbs WAY up

Ответить
Chris Geden
Chris Geden - 02.08.2018 03:40

Your code contains a spelling error:

//remove quary (should be "query" as per your title) strings
function _remove_script_version( $src ){
$parts = explode( '?', $src );
return $parts[0];
}
add_filter( 'script_loader_src', '_remove_script_version', 15, 1 );
add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );

Ответить
Johny Boy
Johny Boy - 21.07.2018 18:23

Sucess! thnx a lot.

Ответить
WOW
WOW - 17.07.2018 09:35

Thanks a lot, brother. I'm from Bangladesh.

Ответить
daimon hall
daimon hall - 08.05.2018 10:15

Thank you for your tutorial.

Ответить
Admire Overseas Education Consultants
Admire Overseas Education Consultants - 03.05.2018 20:25

I did everything according to your tutorial and I still have the same errors to be fixed "remove quary strings..." doesnt work for me :( I tried many different tutorials and nothing. I feel hopeles.

Ответить
RSVP24
RSVP24 - 07.04.2018 11:33

where is code

Ответить
Parent loves
Parent loves - 09.03.2018 18:45

Hy Great vide.Can you please make a tutorial on how to Minimize request size from the website.

Ответить
Elio L.
Elio L. - 09.03.2018 16:05

thnx very much mate, you are helping me alot, the problem is i used the code but only gain like 9 points, i'm in a very red one, i have a lot of twitter images and some links that go to some strange code, should i use the puglin you linked? thnx..

Ответить
weight lose expert
weight lose expert - 08.03.2018 23:21

Hi, thanks for the video but the code did not work for my website

Ответить
Bobby Virjil
Bobby Virjil - 23.02.2018 21:20

Thanks a lot!

Ответить
Mayank Thakur
Mayank Thakur - 12.02.2018 23:29

I tell you one thing I had not dislike your video thanks to give attention on my comment👍

Ответить
Mayank Thakur
Mayank Thakur - 11.02.2018 10:55

hi i have done all this thing which you guide in this video but i did not get good result ,and problem is still present .

Ответить
Jon Sch
Jon Sch - 31.01.2018 20:11

Hi! Thanks for the code snippet! It works fine for me except now i'm pingdom show me 2 connection errors on google fonts. is that problematic? as my site looks the same i'm guessing i'm not using them?! Greets from germany!

Ответить