I am thinking about making my website completely ajax loaded, to improve responsiveness, and I expect overall efficiency. There seems to be no downside to it.
- I am planning to have the website installed as an ordinary wordpress site, with many ordinary pages, but after the page loads, ajax methods are used to overload all links, and text content from other pages will be pre-loaded, whilst graphics will be lazy loaded.
- I am planning to find a library to handle the browser history (not sure how hard it will be to handle this cross platform)
- Is there an example of this kind of thing being done already? Is it common?
- is there something I am missing?