• DevOps
    Case Study

    How we built a resilient multi-account, multi-cloud solution for a Health Tech service provider!

    READ CASESTUDY
    icon

    24/7 DevOps as a Service

    Round-the-clock DevOps for uninterrupted efficiency.

    icon

    Infrastructure as a Code

    Crafting infrastructure with ingenious code.

    icon

    CI/CD Pipeline

    Automated CI/CD pipeline for seamless deployments.

    icon

    DevSecOps

    Integrated security in continuous DevOps practices.

    icon

    Hire DevOps Engineers

    Level up your team with DevOps visionaries.

    icon

    Consulting Services

    Navigate success with expert DevOps consulting.

  • TechOps
    Case Study

    How we built a scalable Odoo solution for a Travel Tech service provider!

    READ CASESTUDY

    WEB HOSTING SUPPORT

    icon

    HelpDesk Support

    Highly skilled 24/7 HelpDesk Support

    icon

    Product Support

    Boost your product support with our expertise.

    MANAGED SERVICES

    icon

    Server Management

    Don’t let server issues slow you down. Let us manage them for you.

    icon

    Server Monitoring

    Safeguard your server health with our comprehensive monitoring solutions.

    STAFF AUGMENTATION

    icon

    Hire an Admin

    Transform your business operations with our expert administrative support.

    icon

    Hire a Team

    Augment your workforce with highly skilled professionals from our diverse talent pool.

  • CloudOps
    Case Study

    How we helped a Private Deemed University in India, save US $3500/m on hosting charges!

    READ CASESTUDY
    icon

    AWS Well Architected Review

    Round-the-clock for uninterrupted efficiency

    icon

    Optimize

    Efficient CloudOps mastery for seamless cloud management

    icon

    Manage

    Automated CI/CD pipeline for seamless deployments

    icon

    Migrate

    Upgrade the journey, Migrate & Modernize seamlessly

    icon

    Modernize

    Simplify compliance complexities with our dedicated services

    icon

    FinOps as a Service

    FinOps as a Service

  • SecOps
    Case Study

    How we built a scalable Odoo solution for TravelTech service provider!

    READ CASESTUDY
    icon

    VAPT

    Vulnerability Assessment and Penetration Testing

    icon

    Source Code Review

    Ensuring source code security ans safe practices to reduce risks

    icon

    Security Consultation

    On demand services for improving server security

    icon

    System Hardening

    Reduced vulnerability and proactive protection

    icon

    Managed SoC

    Monitors and maintains system security. Quick response on incidents.

    icon

    Compliance as a Service

    Regulatory compliance, reduced risk

  • Insights
    Case Study

    How we helped a Private Deemed University in India, save US $3,500/m on hosting charges!

    READ CASESTUDY
    icon

    Blog

    Explore our latest articles and insights

    icon

    Case Studies

    Read about our client success stories

    icon

    Flipbook

    Explore our latest Flipbook

    icon

    Events

    Join us at upcoming events and conferences

    icon

    Webinars

    Watch our educational webinar series

  • Our Story
  • Contact Us

Interested to collaborate?

Get in touch with us!

Ready to elevate your business with certified cloud expertise? Contact us today to learn how our team can help you leverage cloud technology to drive growth, streamline operations, and enhance security.

  • AWSAWS
  • Azure CloudAzure Cloud
  • Google CloudGoogle Cloud
  • Akamai CloudAkamai Cloud
  • OVHOVH
  • Digital OceanDigital Ocean
  • HetznerHetzner
  • Kubernetes Consultancy Services
  • K8s & Cloud native Solutions
  • 24/7 Infrastructure Monitoring
  • DevOps as a Service
  • Cloud CI/CD Solutions
  • White Labeled MSP Support
  • Our story
  • Life@SupportSages
  • Insights
  • Careers
  • Events
  • Contact Us

Connect with us!


LinkedInFacebookXInstagramYouTube

aws partneraws advanced partner
SupportSages

Copyright © 2008 – 2026 SupportSages Pvt Ltd. All Rights Reserved.
Privacy PolicyLegal TermsData ProtectionCookie Policy

How To Reduce DNS Propagation Time ?

Jinta George

  • 7 min read
How To Reduce DNS Propagation Time ?

Generating audio, please wait...

Before moving on to discuss how to reduce DNS propagation time during transfer, let’s have a look at what actually DNS propagation time means.

Sometimes modifications of DNS records such as NS, MX, A etc. are imperative for a domain during migrations or any such activities. However, the changes may not reflect across the Internet instantaneously due to the presence of DNS cache in ISPs. Each ISP keeps its own DNS cache for the DNS records of recently accessed domains to speed up the DNS lookup process during the next query. Since these cache records have an active life span of a specified time period, all requests from the ISP will rely on the information of the cached file till its expiration. So the modified data will be fetched to the ISP cache only after the expiration period and the time interval for the process is known as “Propagation Delay”.

The actual time of propagation may vary based on Time To Live ( TTL) value specified for each DNS record in the authoritative name servers.

Impact of DNS propagation delay

The life span of cache DNS records in the ISP is controlled by Time To Live (TTL) value set in the resource records. For eg. let us assume that the TTL for the records is set to 86400. Which means a cached server ie ISP will check for any modifications only after 86400 seconds or one day. So if you make a change in the DNS records of a domain in the name server, it can take up to 24 hours to reflect in your ISP.

Let us assume that the hosting account has moved to a new server and the A record for the domain has been changed to 2.2.2.2 from the previous IP 1.1.1.1. Since some of the ISPs still holds active cache records they continue to serve the pages from the IP 1.1.1.1 while non-cached ISPs loads the actual page from 2.2.2.2. This inconsistency will create confusions and chaos for websites which deals with more sensitive and dynamic data such as online shops and news portals.

Steps to Reduce DNS Propagation Delay

Here I am changing the A record of the above-mentioned domain with minimal DNS propagation delay. As we had seen earlier, the most crucial element in DNS propagation delay is the TTL value specified. Here I am reducing the value of TTL to 300 seconds from 86400 seconds. This means newly cached DNS records will expire in 5 minutes ( You can reduce it further if you wish).

However since the previous TTL value has a life span of 1 day, an immediate change in the A record may take hours to get fetched to the ISP cache. So we need to wait for one day so that all DNS cache servers hold the DNS records with just 5 minutes of TTL value. Once such a state is reached, each ISP will check the actual records at a regular interval of 5 minutes which ensures that any change in the authoritative name server will be reflected in the entire internet within 300 seconds.

Now transfer the domain. Once the DNS propagation is complete, change the TTL value back to 86400 seconds. Otherwise, high traffic for the DNS records from the entire cache servers will increase the bandwidth and load on the name server unnecessarily.

Here I am trying to explain the steps to be followed in common hosting platforms.

cPanel Server

Here I’m explaining the steps to be followed in cPanel servers to reduce the DNS propagation time.

Step 1: Login to WHM. In the search box of the Home page, type Edit DNS Zone. Click Edit DNS Zone which is shown under DNS Functions.

linux1

 

Step 2: Select the domain and click Edit button. For the purpose of anonymity, I have blurred the domain names in the images.

linux2

 

Step 3: Edit Minimum TTL.

linux3

 

Step 4: After editing click Save.

linuxserver4

 

Parallels Plesk Panel 9.5

Here I’m explaining the steps to be followed in parallels Plesk panel 9.5 to reduce the DNS propagation time.

Step 1: Login to Plesk panel.

plesk1

 

Step 2: Select Domains under Main Menu.

plesk2

 

Step 3: Click on the domain.

plesk3

 

Step 4: Click DNS Settings under Website.

plesk4

 

Step 5: Click SOA Record.

plesk5

 

Step 6: Edit Minimum TTL and click Set.

plesk6

 

Parallels Plesk Panel 11.5.30

Here I’m explaining the steps to be followed in parallels Plesk panel 11.5.30 to reduce the DNS propagation time.

Step 1: Login to Plesk Panel.

parallel1

 

Step 2: Select Domains under Hosting Services.

parallel2

 

Step 3: Click on Open in Control Panel of the domain.

parallel3

 

Step 4: Click on the Domain.

parallel4

 

Step 5: Click DNS Settings.

parallel5

 

Step 6: Select SOA Record.

parallel6

 

Step 7: Edit Minimum TTL and click Set to save the changes.

parallel7

 

Thus we can successfully reduce the TTL value. Now migrate the account to the new IP or change the A records after one day/ the previous TTL value.

Get Dedicated Webhosting Support Team

  • Linux
How To Reduce DNS Propagation Time ?

Posts by Jinta George

Jinta is fond of learning things, even-though seemingly difficult and would like to show her best in whatever doing, with dedication and discipline. She is sinked in the field of Linux System Administration since 2016. Enthusiastic to learn more on the advanced world of Linux. Started to write blogs since 2016 to convey the ideas to public. Apart from that, she is passionate on travelling.