Rabu, 24 Juli 2013

PHP Indonesia - Facebook: permisi numpang tanya, gimana ya caranya menghitun...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
permisi numpang tanya, gimana ya caranya menghitun...
Jul 25th 2013, 01:40, by Nadd Nha

Nadd Nha 1:40am Jul 25
permisi numpang tanya, gimana ya caranya menghitung waktu akses total (waktu akses dari client request ke server, server merespon sampai ditampilkan ke client lagi)
apa pakai script ini ?
<script type="text/javascript">
$(function () {
var beforeload = new Date().getTime();
window.onload = gettimeload;
function gettimeload() {
var aftrload = new Date().getTime();
// Time calculating in seconds
time = (aftrload - beforeload) / 1000
$("#lbltxt").text(time);
}
});
</script>

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar