I am really satisfied with EE core for now ... I have a little problem though. I have created page that is 56kb heavy, but have other problem. When trying to implement few things, like banner javascript from HTTPool (big internet ad agency) page slows down. Ok, I can live with 1 second slower page loading, but what to do with images? How to fetch images AFTER page load. I have an idea but don’t know how to solve it ... In place of picture I put div or span that is showing content of some getpicture.php file that will call image from database or folder and show it with content. So each article has it’s own picture and when page loads, averything loads and getpicture.php also loads as many times as there are pictures to show them.
Anyone tried something similar to this? Anyone have better idea? And of coure with idea I would like some sample
so I can see how is it done.
