- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
For web development nothing is better than PHP.
few tips to optimization your blog are: 1. Keyword on the header (use keywords in h1, h2, h3 ... h6 tag). 2. also use your keywords in your content but not more than 1%. 3. use your keywords as alt tag for images in your blog. 4. improve your Code …
use this piece of code and replace dbname with your database name <?php mysql_connect("localhost","root",""); mysql_select_db("dbname"); $qry = mysql_query("SELECT * FROM messages"); while ($row = mysql_fetch_array($qry)) { echo $row['message'];?><br /><?php } ?> hope this helps you.
lazy loading helps in speeding up but other factors also affecting speed of a website like 1. Server they used 2. better db structure 3. Coding standard 4. Cache Try clear your cache and then try to compare it with other sites.
The End.
vikiweb