by axew3 » Thu Feb 02, 2017 10:58 am
except the fact that when the iframe is loaded first time on iframe page, it require to load it the time that is required to load phpBB, could be half second or 1, 2 seconds. After the iframe has been loaded, when you navigate inside, WP do not interfere (only the iframe load and answer, only phpBB).
So the first time gap load problem, could be resolved with a nice preloader?
Also, i note the code added into your overall_footer.html:
could you try to move it JUST BEFORE the closing </body> tag, instead of where you've put it (so remember to rebuild template page into phpBB) to see if you note benefit by doing this in the while?
except the fact that when the iframe is loaded first time on iframe page, it require to load it the time that is required to load phpBB, could be half second or 1, 2 seconds. After the iframe has been loaded, when you navigate inside, WP do not interfere (only the iframe load and answer, only phpBB).
So the first time gap load problem, could be resolved with a nice preloader?
[b]Also, i note the code added into your overall_footer.html:[/b]
could you try to move it JUST BEFORE the closing [b]</body>[/b] tag, instead of where you've put it (so remember to rebuild template page into phpBB) to see if you note benefit by doing this in the while?