WAML - Web Application Markup Language
Posts 1-1 of 1
-
Evgenios Skitsanos Group moderatorThe company name is only visible to registered members.WAML now even faster... and smarter ;)
Hello everyone,
After short time of no activity, I’m finally got back to WAML again. Surprisingly for my self I managed to do some improvements into core of WAML. I didn’t upload last build yet, but already want to announce changes I’ve done.
Today’s big change is about how WAML resources are loaded. In the version you’ve had till today, all JavaScript libraries were preloaded on “first-render”, no mater if you actually using them in your application or not. For instance even if you have no Flash object included into your application support files for this object still loaded anyway.
This is what I’ve changed actually. Now resources loaded separately every time they needed. JavaScript file included dynamically and only once, second time when object has to be rendered it will check if resource already loaded or not, and if it is there, it just renders the HTML output of your WAML object.
Going this way helps to minimize load on your browser and speed up a little whole application.
Any comments are welcome.
Cheers,
Evi.
- 20 Feb 2007, 1:12 pm
