>> [Additional code for the async function] #=============================================================================== # FUNCTION: Return TRUE if the request awaiting a async response #=============================================================================== function isAsyncRequest() { return isset($_GET['response']) AND $_GET['response'] === 'async'; } # <<< #=============================================================================== # Include classes and functions #=============================================================================== spl_autoload_register(function($classname) { $classpath = 'include/classes/%s.php'; $classname = str_replace('\\', '/', $classname); require_once sprintf($classpath, $classname); }); require_once 'include/functions.php'; #=============================================================================== # Check if BigPipe should be disabled #=============================================================================== if(isset($_GET['bigpipe'])) { # You can use this method also to disable pipeline for Googlebot or something. BigPipe\BigPipe::enabled($_GET['bigpipe']); } // Outsourced to avoid duplicate code in index.php and async.php require_once 'include/pagelets.php'; ?>
LOAD CONTENT VIA TRANSPORT FRAME [Current Time: =time();?> – So you can see, that the page does not get completely reloaded]
Look at the developer console of your browser to see the debug messages and how the async response from server looks.