Topic: optimization tips to get better SEO and improve load time by 200%.
Dear all! Though sharetronix comes with inbuilt cache system making it super fast. You can still tweak it and this will reduce load time of your site almost by 200 % .
1. As the theme shipped to you is designed for all., the designers use default call for the url . find out for the following line in all your files
1. header.php 2 . dashboard.php 3. home.php 4 single-post.php 5. footer.php
look out for this code in all the above files. . <?= $C->SITE_URL ?>
REPLACE it with http://YOURWEBSITE.com/ ( do include the slash "/" at the end )
the above code generally calls your website URL . As the developer made this theme for all. He could not put any accurate value. instead he puts a function that query for your website address. Replace it with your website address. This results in lessening the php query, load time and thus helps in optimization .
