Πώς να βελτιστοποιήσει το Wordpress σας Blog;

Wordpress

: Δ το blog σας γίνεται μεγαλύτερο και μεγαλύτερος η βάση δεδομένων wordpress σας επεκτείνεται αναλόγως και υπάρχει ολόκληρο ένα μέρος των παλιοπραγμάτων που πέρα από το βλέμμα αλλά έχει μια αρνητική επίπτωση στο blog σας. Οι άχρηστοι θέσεις και οι πίνακες επιλογών μπορούν να καταστήσουν τα wordpress σας junky και μπορούν επίσης να μειώσουν την απόδοση του blog σας.

: δροσίστε: Έχω μερικές συμπαθητικές άκρες που μοιράζονται με τους αναγνώστες μου που θα τις βοηθήσουν να αυξήσουν την απόδοση wordpress τους και να καταστήσουν το blog τους γρήγορο και το ζωύφιο ελεύθερο.

Άκρες για να βελτιστοποιήσει το Wordpress σας Blog

Αυτές οι άκρες θα βοηθήσουν wordpress τους χρήστες να βελτιστοποιήσουν το blog τους:

Καθαρές επιλογές Orphaned

Από μετά από μερικούς μήνες έχω πειραματιστεί με πολλά plugins για το blog μου. Έχω πειραματιστεί πάνω από 50 plugins των οποίων χρησιμοποιώ αυτήν την περίοδο μόνο 15 τους. Ένα πράγμα που παρατηρεί είναι ότι όταν ενεργοποιείτε ένα plugin σώζει μερικά στοιχεία στον πίνακα επιλογών της βάσης δεδομένων wordpress σας αλλά όταν το απενεργοποιείτε δεν αφαιρεί εκείνες τις επιλογές και θεωρούνται Orphaned. Τώρα η ερώτηση είναι πώς να ξέρει ότι ποιες επιλογές είναι και πώς να τις αφαιρέσουν εύκολα χωρίς να βρωμίσουν επάνω τη βάση δεδομένων.

Πήρα τις μερικές ημέρες μου πριν Freakitude όπου πήρα εισαγμένου σε αυτό τα νέα wordpress plugin αποκαλούμενα Καθαρές επιλογές. Το plugin κάνει την εργασία για σας που καθαρίζετε από άποψη τη βάση δεδομένων σας. Ψάχνει τον πίνακα επιλογών για το στοιχείο που χρησιμοποιήθηκε από τα plugins που δεν χρησιμοποιείτε αυτήν την περίοδο και επιτρέπει σε τις για να το μεταθέσει πηγαίνει. Αυτό σας βοηθά να βελτιστοποιήσετε τα στοιχεία wordpress σας και επίσης τον πίνακα επιλογών σας.

Αφαιρέστε τις κοιμισμένες κατηγορίες

Έχει συμβεί με με αλλά δεν σημαίνει που συμβαίνει με όλα τα bloggers. Αλλά εάν βλέπετε τις κατηγορίες στο blog μου τώρα θα παρατηρούσατε ότι ο αριθμός κατηγοριών έχει μειωθεί.

Αυτό είναι επειδή ακριβώς η βάση δεδομένων μου και αφαίρεσα όλες τις κοιμισμένες κατηγορίες ή οι κατηγορίες ότι εξέτασα δεν ήταν ενεργές ή δεν ταιρίαξαν το blog μου δεδομένου ότι βασικά το blog μου είναι μια τεχνολογία Blog.

Εάν θεωρείτε ότι οποιαδήποτε κατηγορία που έχετε κάνει δεν ταιριάζει το περιεχόμενο του blog σας έπειτα είναι καλή εάν την αφαιρείτε ακριβώς. Having more categories just puts an extra amount of load on your wordpress database and if the categories do not match your blog content they make your blog look unprofessional.

Clean Irrelevant Comments/Trackbacks

If you are a new blogger you certainly do not know what is spam and what is a real comment unless you have Akismet installed. In this case you tend to approve all comments to your posts without realizing that the comments are actually spam.

This happened with me too :cool: but now that I have realized what is the difference between real comments and bogus comments I have started refining my old comments.

Bogus Trackbakcs fall in a similar category to spam and should be removed at once too. Bogus trackbacks refer to the back links that you receive from web sites or blogs that are run through automated softwares. One such software is named Auto-Blogging and is made by Elliottback.

Remove Outdated Blog Posts

Now one thing I would like to make clear here is that 'removing outdated posts' does not mean at all that you should start deleting posts that are x years old or not being visited anymore.

Removing Outdated Posts actually refers to as removing those posts which contain outdated or obsolete data and are no longer of any use to you or your readers. These posts may contain reviews of other sites or products which no longer exist or posts which contains broken links that redirect your users to any 404 page.

However if you think that your database is too much over crowded with old posts you can use the prune database plugin to remove posts and comments that are xx days old.

This will not only ensure that your blog gains a good repute in the blogosphere rather it will also keep your database free of broken/bad links.

Cleane Your Blog Files

Installing new attractive plugins and adding new features to your blog is a very common habit of bloggers all around the globe. The habit makes us add different code snippets e.g. html codes javascript codes and php codes in our wordpress files. These codes are for the time being and when deactivating plugins we forget to remove these codes.

These codes make our blog heavy for a normal user. The page usually takes a long time to load because the server first checks if the code is alive or not and when it finds that the specific requested code is deactivated the page loads very slow or in most cases will break or won't load at all.

header.php sidebar.php index.php single.php and page.php are the 5 basic wordpress files in your theme folder which you must check and scan to look for function calls that are no longer active and if you find any dormant code snippets just remove them at once.

  • I never knew about clean options...thanks for reminding me to clean up the files...
  • Any thoughts on using something like WP-Cache to speed up a site?
  • Hehe.. Nice tips... Cleaning up right away.
  • Thanks for your Clean Options. It's really good for speed up blog.

    Can you give some more technical points (coding) for optimization for bandwidth and speed?
  • You really don't need to worry about optimizing your blog's speed and bandwidth as long as you have followed the tips mentioned in this post.

    If you are using Wordpress, it has good compression features already.

    You should try using the plugin wp-cache if you are really concerned about your bandwidth.
  • Great, thank you, removed more then 20 database things that prevented me from installing new versions of plugins correctly
  • What do you think of using something like WP-DBManager 2.20 or Optimize DB plugins both of which optimize wordpress database?

    Thank you
blog comments powered by Disqus