mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-20 00:50:35 +00:00
Time to generate Page
This commit is contained in:
parent
646b41e90a
commit
e7a2284809
9 changed files with 61 additions and 19 deletions
|
@ -67,7 +67,9 @@
|
|||
|
||||
<?php
|
||||
// Reading images from table
|
||||
$sql_start = microtime(true);
|
||||
$image_request = mysqli_query($conn, "SELECT * FROM images ORDER BY id DESC");
|
||||
$sql_end = microtime(true);
|
||||
|
||||
if (mysqli_num_rows($image_request) != 0) {
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue