• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

IN HINDI HELP

WordPress Tutorial For Beginners

  • Beginners Guide
  • WordpPress Plugins
  • WordPress Guide
  • WordpPress Themes
Home » WordPress Guide » Remove Query Strings From Static Resources in WordPress हिंदी

Remove Query Strings From Static Resources in WordPress हिंदी

By AMAN SINGH

क्या आप अपने WordPress site के Static Resources से Query Strings remove करना चाहते है? WordPress performance improve करने के लिए Query Strings remove करना बहुत आवश्यक है। यहाँ हम आपको बताएँगे How to Remove Query Strings From Static Resources in WordPress अर्थात WordPress site से query strings कैसे delete/remove करें।

    • What are WordPress Query Strings
  • How To Remove Query Strings from Static Resources हिंदी
      • 1. W3 Total Cache
      • 2. Remove query strings from static resources
      • 3. Query Strings Remover
      • 4. Speed Booster Pack
      • Autoptimize plugin की मदद से
      • 5. Code का उपयोग करके

What are WordPress Query Strings

आपके साईट पर Query strings वे URLs होते हैं जिनके अंत में special characters जैसे कि “&” and “?” लगे होते है। Query Strings URL example,

/wp-includes/css/dashicons.min.css?ver=4.4.2

यदि आप इन query strings को static resources से remove नहीं करते है, तो ये आपके साईट पर caching issues का कारण बन सकते हैं। कुछ proxy caching servers और CDNs आपकी साईट की static assets को query strings के कारण cache नहीं कर पाते है और यह सीधे आपके website loading speedको affect करता है।

Parameters (query strings) खोजने के लिए आप Google Page Speed, Pingdom Tool or GTmetrix का उपयोग कर सकते हैं।

How To Remove Query Strings from Static Resources हिंदी

WordPress Static Resources से Query Strings remove करने के लिए कई सारे method है। जो इस आर्टिकल में हम आपको बताएँगे, तो चलिए शुरू करते है।

1. W3 Total Cache

यदि आप अपनी साईट पर W3 Total Cache plugin का उपयोग कर रहे हैं, तो query strings को आसानी से remove कर सकते है। सबसे पहले Performance >> Browser Cache पर क्लिक करे और “Remove Query Strings from Static Resources” को check कर दें। इसके बाद Save setting & Purge Cache पर क्लिक करें। ऐसा करते ही आपके से query strings Remove हो जाएगी।

Remove query strings from static resources

2. Remove query strings from static resources

Remove query strings from static resources

यदि आप अपनी site में W3 total cache plugin का उपयोग नहीं कर रहे हैं, तो आप किसी remove query strings का उपयोग कर सकते है।Remove query strings from static resources plugin एक easy और lightweight प्लगइन है जो आपके साईट से query strings remove करने में मदद करता है। यह एक plug & play plugin है। Remove query strings from static resources plugin को install and activate करें। यह automatically आपकी site से query strings remove कर देगी। Plugin download करने के लिए यहाँ क्लिक करें।

3. Query Strings Remover

Remove query strings from static resources

Query Strings Remover आपके static resources जैसे CSS and JavaScript files से Query Strings को remove करता है। यह उपयोग करने में बहुत ही आसान है, बस प्लगइन install और activate करें। इसमें किसी भी प्रकार की configuration की जरूरत नहीं पडती है। Query Strings Remover plugin को Activate करने के बाद cache clear करना न भूलें। यह Google PageSpeed, YSlow, Pingdom और GTmetrix में आपके performance को बेहतर बनाता है।

4. Speed Booster Pack

Remove query strings from static resources

Speed Booster Pack एक best WordPress plugin है। इसमें site performance improve करने के लिए कई सारे options मौजूद है। query strings remove करने के अलावा और भी बहुत सी चीजें करता है जैसे कि

  • Eliminate external render-blocking Javascript and CSS in above-the-fold content.
  • Move scripts to the footer
  • Load CSS asynchronously
  • Minify and inline all CSS styles and move them to the footer
  • Change image compression level
  • Load javascript files from Google Libraries
  • Defer parsing of javascript files

Autoptimize plugin की मदद से

Autoptimize एक speed optimization plugin है जिसका मुख्य लक्ष्य आपकी वेबसाइट से CSS and Javascript files को compress करके website performance को बेहतर बनाना है। इसके अलावा इसकी मदद से आप अपनी साईट से Query Strings भी remove कर सकते है।

सबसे पहले Settings >> Autoptimize >> Extra option पर क्लिक करें। इसके बाद “Removing query strings (or more specificaly the ver parameter) will not improve load time, but might improve performance scores” option को check करें।

Remove Query Strings From Static Resources in WordPress

5. Code का उपयोग करके

आप अपने function.php file में कुछ function code add करके query strings आसानी से remove कर सकते है। Functions.php file edit करने के लिए Appearance >> Editor पर क्लिक करें। यहाँ अपनी Functions.php file select करें और दिये गए function codes को bottom में add कर दें।

function _remove_script_version( $src ){
$parts = explode( ‘?ver’, $src );
return $parts[0];
}
add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );

यदि आप अपनी साईट पर CDN का उपयोग करते है तो query strings को ignore नहीं करें। Remove query strings from static resources को समस्या को आसानी से solve किया जा सकता है और इसे resolved करने के बाद यह निश्चित रूप से आपकी साइट पर positive effect देगा।

आप इस लेख से संबंधित किसी भी प्रकार के प्रश्न या सुझाव के लिए comment कर सकते हैं। अगर यह आर्टिकल आपके लिए helpful साबित हुई है, तो इसे share करना न भूलें!

About AMAN SINGH

AMAN SINGH एक Full-time ब्लॉगर है जो WordPress, SEO और Blogging Tips पर कंटेंट शेयर करना पसंद करते है।

Reader Interactions

Comments

  1. Bully says

    March 28, 2019 at 8:03 am

    Very nice arrival sir

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Blog’s Popular Posts

High Quality Backlinks Kaise Banaye 2021 (11 New Strategies)

SEO Kaise Kare (22 Advanced SEO Tips in Hindi)

Website Ki Domain Authority Kaise Badhaye (16 Ultimate Guide)

54 Ways Website Ki Traffic Kaise Badhaye in Hindi

Keyword Research in Hindi 2021 (Ultimate Guide)

47 Blogging Tips in Hindi 2021

On Page SEO Kaise Kare in Hindi

WordPress Par Website Kaise Banaye 2021 – Complete Guide in Hindi

20 Ways WordPress Website Blog Ki Loading Speed Kaise Badhaye

Blogger Blog Ko WordPress Par Transfer Kaise Kare 301 Redirection Ke Sath

Blog Ki Recent Posts

New Website Ko Google Me Rank Kaise Kare 2021

PNB Aadhar Link: पंजाब बैंक में ऑनलाइन आधार लिंक कैसे करें

WordPress Categories Aur Tags Ko Noindex Kaise Kare

आधार कार्ड बैंक में लिंक है या नहीं कैसे जाने

Aadhar Card Kaha Use Hua Kaise Jane

17 Reasons आपकी Website Google Search में Rank क्यों नहीं कर रही है?

IRCTC Par Account Kaise Banaye

Aadhar Card Ko SBI Bank Account Se Link Kaise Kare

WordPress Par Blog Banane Me Kitna Paisa Lagta Hai

Cloudflare Firewall से WordPress Login Page कैसे Secure करें

Footer

SEO Guides

  • SEO Kaise Kare (22 Advanced SEO Tips in Hindi)
  • 40 Google Ranking Factors 2020 in Hindi
  • Website Ki Google Ranking Improve Kaise Kare
  • Top 23 On-Page SEO in Hindi
  • 18 Black Hat SEO Techniques in Hindi
  • Website Ke Liye Backlinks Kaise Banaye
  • Website Ki Domain Authority Kaise Badhaye
  • SEO Friendly Blog Post Kaise Likhe 
  • Keyword Research in Hindi
  • Image Optimize Kaise Kare (Ultimate SEO Guide)
  • Google Keyword Planner Kaise Use Kare 

WordPress Plugins & Themes

  • WordPress Par Website Kaise Banaye in Hindi
  • WordPress Site Ko SEO Friendly Kaise Banaye
  • WordPress Install Karne Ke Baad Important Settings
  • 43 Most Common WordPress Mistakes Jo Har New Blogger Karta Hai
  • WordPress Blog Ki Loading Speed Kaise Badhaye
  • WordPress Website Ko Secure Kaise Kare
  • 24 Best WordPress SEO Plugin in Hindi
  • WordPress Site Ke Liye 58 Best Responsive Themes
  • 24 Best SEO Friendly WordPress Themes
  • WordPress Ke Liye 26 Fastest Themes

Useful Guide

  • Website Ki Traffic Kaise Badhaye in Hindi
  • Blogging in Hindi (पूरी जानकारी हिंदी में)
  • Website Se Bad Backlinks Remove Kaise Kare
  • 47 Blogging Tips in Hindi 2020
  • WordPress Website Mobile-Friendly Kaise Banaye
  • (21 Tips) Successful Blogger Kaise Bane
  • Bounce Rate Kam Kaise Kare
  • 38 Best SEO Tools in Hindi
  • Website Ko Google Me Fast Index Kare
  • Keyword Density in SEO Hindi
  • Website Promote Kaise Kare
  • Internal Linking for SEO in Hindi
  • Old Blog Posts Update Kaise Kare

© 2021 · IN HINDI HELP

  • About
  • Privacy Policy
  • Sitemap