Qartvela™ Posted February 15, 2019 Share Posted February 15, 2019 Здравствуйте Какие будут последствия если удалят ?_r=... из ipsMember.php? /* Add RND bit to prevent CDN caching */ $member['pp_thumb_photo'] = ( strstr( $member['pp_thumb_photo'], '?' ) ) ? $member['pp_thumb_photo'] : $member['pp_thumb_photo'] . '?_r=' . intval( $member['pp_profile_update'] ); $member['pp_main_photo'] = ( strstr( $member['pp_main_photo'] , '?' ) ) ? $member['pp_main_photo'] : $member['pp_main_photo'] . '?_r=' . intval( $member['pp_profile_update'] );'?_r=' . intval( $member['pp_profile_update'] ) Рекомендация от gtmetrix.com: Remove query strings from static resources Для тестирование я удалил и проблемы пока не вижу. Но без совета от профессионалов не хочется это так оставить. Link to comment Share on other sites More sharing options...
siv1987 Posted February 15, 2019 Share Posted February 15, 2019 В принципе никакие. Этот динамический параметр добавлен чтобы аватары пользователей не закешировались. 1 Link to comment Share on other sites More sharing options...
Qartvela™ Posted February 15, 2019 Author Share Posted February 15, 2019 @siv1987, Спаси́бо :) Вопрос решен. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now