Loads about as fast as I'd expect from a static site.
Hover is a bit messy. When I move my mouse down the table of contents, the tooltip obscures the next chapter title, and sometimes grabs the click as well.
Back button handling seems to be buggy. If I click from the table of contents to a chapter, then hit back, then click to another chapter, then hit back again and do that a few times, the history becomes filled with many instances of table of contents.
Also something weird happens when I click a chapter link. Like, the whole table of contents scrolls for an instant and then I see the chapter.
Edit: if I disable JS, all these problems go away and the site feels just as fast. So good job on that :-)
Thanks for the feedback. Tooltip hover on TOC is annoying -- need to think about that... The scrolling on TOC click was intentional as I wanted to highlight the section you clicked and center it if you do go back to TOC to "remember you place" in the book, but maybe I overdid it here.
Hover is a bit messy. When I move my mouse down the table of contents, the tooltip obscures the next chapter title, and sometimes grabs the click as well.
Back button handling seems to be buggy. If I click from the table of contents to a chapter, then hit back, then click to another chapter, then hit back again and do that a few times, the history becomes filled with many instances of table of contents.
Also something weird happens when I click a chapter link. Like, the whole table of contents scrolls for an instant and then I see the chapter.
Edit: if I disable JS, all these problems go away and the site feels just as fast. So good job on that :-)