Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #44.2K
Ranked #4K
~1K People Reached
Favorite Tags

4 Posted Topics

Member Avatar for christos312
Member Avatar for Vamsee_1

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 …

Member Avatar for james_31
1
203
Member Avatar for SimonIoa

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.

Member Avatar for SimonIoa
0
181
Member Avatar for faisaldss

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.

Member Avatar for vikiweb
0
281

The End.