Page 1 of 1

The load time has been optimized

Posted: Mon Dec 13, 2010 2:18 am
by Moon
From the start of the forum I was finding a solution to cache the javascripts as long as possible in the memory of the browser, because the main element of our forum is equation, and we use javascripts to load the equations. From now on the javascripts (about 150 kb) will be cached in the browser of the user, so the browser will only download some text (and some images in some cases). This will guarantee the load time to be $\leq 10$ secs. (in most cases 1-5 secs depending on your net speed)

I used Apache mod_expires and edited .htaccess to do this.

I have also enabled gzip compression that will further compress the texts, and decrease load time drastically. :D

Cheers!

BTW for better web experience in general I would suggest everyone to install faster fox addon on their firefox browser.

Re: The load time has been optimized

Posted: Mon Dec 13, 2010 3:48 pm
by Zzzz
Technical কথাবার্তা কী বলছেন বুঝি নাই, তবে সময় কম লাগানোর জন্য ধন্যবাদ। Add-on এর জন্যও ধন্যবাদ। thnku thnku :)

Re: The load time has been optimized

Posted: Thu Dec 16, 2010 12:12 am
by kamrul2010
হুম...মনে হয় কাম করতাসে এখন!

Re: The load time has been optimized

Posted: Thu Dec 16, 2010 12:34 am
by Moon
শুনে শান্তি পাইলাম। :)

Re: The load time has been optimized

Posted: Mon Dec 20, 2010 11:57 pm
by TOWFIQUL
Faster than before..Thanks

Re: The load time has been optimized

Posted: Thu Dec 23, 2010 1:29 pm
by Moon
Loadtime has been further optimized :D
Using CDN technology like google. Now our site loads from the nearest possible server reducing the response time. :)