Page 1 of 1

Website Frontend Boost

Posted: 29 Jul 2012, 23:32
by Admin
The frontend website has been technically changed.
The main javascript code is no more loaded sequentially but now in parallel. Javascript will execute once it has downloaded all its requirements.
While waiting for the download of the javascript mail file, a loading animation is displayed.

The javascript code has been refactored, compiled and put outside the dynamically code, to be stored in the web browser cache for successive requests, so that it does no more need to be downloaded for each request. The CSS file has now be compiled too.

I hope this improvements will help customers who access TrashMail.net from slow internet connections.