Category ‘WordPress’

Popular posts in WordPress

Tuesday, 23.06.2009.

The main idea was to select posts marked by a custom field "popular". I didn't want to install a massive plugin with writing a page statistics to the database. My WordPress site is big (or small) enough so manually editing post list isn't any problem for me. With custom fields, you can add extra meta-data to the post. Next it's only needed to fetch posts marked with "popular" meta-data.

2 responses so far

Moving WordPress

Monday, 24.11.2008.

In few steps, WordPress can be moved to another host. Idea is to move complete installation from public host to local host. Why? Because this way you will have test and production site. Test site isn’t public and you can play and try some modifications before publishing. Posts can be written locally, and after finishing, just perform copy & paste from test to production site.

No responses yet

WP-Cache and 0 cached pages

Friday, 05.09.2008.

WP-Cache can make WordPress very fast. I have been monitoring my www.redips.net and discovered that WP-Cache doesn’t work. Directory wp-content/cache was empty (only wp_cache_mutex.lock file was inside). In WP-Cache control panel was written 0 cached pages and 0 expired pages (WP-Cache was enabled). That was call for repair.

1 response so far

Make WordPress fly

Friday, 29.08.2008.

New WordPress installation with few modules can give only 3.44 requests per second. After turning on MySQL cache and PHP cache, site becomes 150% quicker. This can be done on MySQL and PHP level. On the other hand if your site is installed on shared host, you probably have restricted access and you can't edit my.cnf nor install APC. You can only install cache module like WP-Cache is, to improve speed.

2 responses so far

LAMP setup: Make it faster

Tuesday, 26.08.2008.

Popularity in other words means more visitors (traffic) or we can say more requests per second. Did you ever measure how many requests per second your Web server can handle and how you can improve it? This article should give you the answer and show you how to increase quickness of your Web application.

1 response so far

Google syntax highlighter

Tuesday, 22.07.2008.

With Google Syntax Highlighter you will be able to highlight source code. Highlighting is pure JavaScript without need for any server side action. Google Syntax Highlighter is structured with one main file and optional brushes. In current version, GSH is able to paint: C++, C#, CSS, Delphi, Java, Java Script, PHP, Python, Ruby, Sql, VB, XML/HTML ...

3 responses so far

New to WordPress

Thursday, 17.07.2008.

I didn't have any experience about WordPress till now, and all I can say that is a great CMS. With my LAMP background there wasn't any problem to customize plugins or WordPress template. This post should be a small cookbook of tips and tricks to do before publishing WordPress site.

2 responses so far