• The export worked well. I created a folder on the server and had the files export to that folder. It took about 14 hours but the site has over 1300 pages so that was not too long considering. The site looks exactly like the main site and that is worth 5 stars. However, I dropped a star for two issues:
    1. When I did an analysis of the site, performance for the static site was considerably worse than the wordpress site: 69% versus 95%.
    2. The static site has an additional slash on links. EG: If the page is “www.example.com/home/”, the static site is showing “www.example.com/static//home/”. This is my fault but I think the caution on the “General tab” should be updated:

    Current caution
    Example: enter /path above if you wanted to serve your files at http://www.example.com/path/”

    Proposed caution
    Example: enter /path (without a trailing slash) above if you want to serve your files at http://www.example.com/path/
    Note: it is important not to enter a trailing slash or your links will have an additional slash after the path on your static site:
    http://www.example.com/path//link1/

The topic ‘Great but a couple of points’ is closed to new replies.