Commit 1d9600c1 authored by Simonas's avatar Simonas

debug code commented

parent a5b58856
...@@ -91,8 +91,8 @@ ...@@ -91,8 +91,8 @@
<script src="/wp-content/themes/biuro/js/main-fd6ce50b.min.js" async></script> <script src="/wp-content/themes/biuro/js/main-fd6ce50b.min.js" async></script>
<?php <?php
global $time_start; // global $time_start;
delog((microtime(true) - $time_start), 'Lorem ipsum'); // delog((microtime(true) - $time_start), 'Lorem ipsum');
?> ?>
<?php wp_footer(); ?> <?php wp_footer(); ?>
</body> </body>
......
<?php <?php
global $time_start; // global $time_start;
$time_start = microtime(true); // $time_start = microtime(true);
?><!DOCTYPE html> ?><!DOCTYPE html>
<html <?php language_attributes(); ?>> <html <?php language_attributes(); ?>>
<head> <head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment