• How can I check the speed of the theme ? (how fast she loaded, what is here weight) . This is before I sigh agreement about her, before she is fully ready and not online.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Who is she?

    Well I assume its theme that has been personified, but I don’t understand the agreement signing aspect of this?

    Anyway, Chrome comes with a cool Console that will give you loading times for pages. But remember that everyone has different connection speeds.

    Thread Starter nati1007

    (@nati1007)

    Sorry, she is it – the theme. Is there a weight to a theme that mean the theme is fast ? Or in in what weight the theme is fast ?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    There’s no weight. If there is a demo site for that theme, take a look at it with a tool such as Pingdom Tools and see how it loads.

    https://tools.pingdom.com/fpt/

    It won’t tell you how the theme will do on your site but at least you’ll get an idea of how many items that theme may load.

    Alternatively you could put this in your footer.php someplace:

    <p><?php echo get_num_queries() ?> queries. <?php if (function_exists('memory_get_usage')) { $unit=array('b','kb','mb','gb','tb','pb'); echo @round(memory_get_usage(true)/pow(1024,($i=floor(log(memory_get_usage(true),1024)))),2).' '.$unit[$i]; ?> Memory usage. <?php } timer_stop(1) ?> seconds.</p>

    It will tell you how much memory and how fast it compiled to dish out to the end user.

    Thread Starter nati1007

    (@nati1007)

    Is there a benefit to implement the code on using this site ?

    https://tools.pingdom.com/fpt/

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can I check the speed of the theme ?’ is closed to new replies.