1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Why some WordPress sites turned into static(.html) any good reason for this mystery?

Discussion in 'SEO' started by alok88, Mar 20, 2017.

  1. #1
    Hello webmasters,

    I am up with another question today. I was curious to know why many good WordPress blogs turned them into static (.html) site?

    I would love to hear some good reasons for this transformation or is it some tricky optimization?


    Thanks
     
    alok88, Mar 20, 2017 IP
  2. zibolin

    zibolin Greenhorn

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    8
    #2
    Can speed up loading, also is more secure - no db, logging etc.
     
    zibolin, Mar 20, 2017 IP
  3. wpcycle

    wpcycle Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    This is usually from a cache plugin. The plugin will take a snapshot of the php pages, convert them to html and then store them within the account, and then serve those html pages to visitors. The plugin will also refresh those snapshots on a timed interval, or when pages are either created or updated.
     
    wpcycle, Mar 21, 2017 IP
  4. alok88

    alok88 Active Member

    Messages:
    108
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    81
    #4
    What is the main purpose behind doing it? Is it considered more optimized or is it just for fastest page loading?
     
    alok88, Mar 22, 2017 IP
  5. alok88

    alok88 Active Member

    Messages:
    108
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    81
    #5
    Do you recommend doing it to any well optimized blog?
     
    alok88, Mar 22, 2017 IP
  6. wpcycle

    wpcycle Greenhorn

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #6
    Both. Optimization makes pages or processes load quicker. A PHP page, depending on the host and the content of the page, could take anywhere between 800ms to 5 minutes to load. An HTML page, maybe 500ms to 60 seconds at most.

    The process of converting pages is useful, especially for active websites. Every time a PHP website loads a page, it has to process the information of that page (PHP), as well as process MySQL. Html Pages require minimal amount of process , and no MySQL processing.
     
    wpcycle, Mar 22, 2017 IP