Meta refresh starts after the page has loaded. Even the page has only includes redirection code, js redirect is faster than meta redirect. Also, htaccess is the fastest redirection method, but it acts like php header redirect. So, what's the solution ? Using meta redirection and js redirection both. If user has disabled js, meta redirect will redirect user. If not, js will redirect user first.
meannn