Hacker News new | past | comments | ask | show | jobs | submit login

> Is there an option for lazy loading?

I believe Apache can run user-defined scripts to perform this sort of thing -- in this case, look at a page's content and decide how to proceed. But high-volume sites don't like such things because it dramatically slows page loading.




I was thinking client-side:

    <script>if (document.body.innerHTML.match(...)) {load_script(https://...)}</script>




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: