Jump to content

Какие будут последствия если если удалят ?_r=


Qartvela™
 Share

Recommended Posts

Здравствуйте

 

Какие будут последствия если удалят ?_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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...