ridesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Almost all posts on stats system are marked "deleted"???All of the ones which have the right title have the wrong url, and all the other ones do not have any titles, just appear as (Deleted)
Forum: Fixing WordPress
In reply to: Almost all posts on stats system are marked "deleted"???I use the api to get the data and so I can track on my own system which posts are doing well each month. But now as some posts are appearing as deleted and other with title, I am only getting some of the data.
Forum: Fixing WordPress
In reply to: Almost all posts on stats system are marked "deleted"???this is causing a big problem as I use the api
Forum: Fixing WordPress
In reply to: Almost all posts on stats system are marked "deleted"???I have the same problem, is there any fix for this?
Forum: Fixing WordPress
In reply to: Outgrown WordPress or Host?Once my server has been optimised is wordpress suitable to support this many posts/ DB size?
Forum: Fixing WordPress
In reply to: Outgrown WordPress or Host?Does HyperDB let you split different tables into different databases?
So I can have the wp_posts table in a seperate database?(I thought it lets you set one database for reading and one for writing.)
Forum: Fixing WordPress
In reply to: Outgrown WordPress or Host?About 1500 characters, some are smaller e.g. around 600 characters.
Forum: Fixing WordPress
In reply to: Outgrown WordPress or Host?Do you mean the posts table?
Forum: Plugins
In reply to: [WordPress.com Stats] [Plugin: WordPress.com Stats] Display AuthorWhat do I use to display post_views when using: stats_get_csv?
Forum: Fixing WordPress
In reply to: Problems using .htaccessIs it possible to do the above?
any help appreciated.Forum: Fixing WordPress
In reply to: Problems using .htaccessDo I need to install a plugin to get the above working?
I tried placing: RewriteRule ^laptop-tag1/$ category/laptop/?tag=tag1 [L]above the wordpress rules but that does not seem to work either.
Forum: Plugins
In reply to: [Plugin: TDO Tag Fixes] Going to Page 2?Thanks for your reply, but I need to idstinush between categories. Also I have alot of posts so need to have paging.
Forum: Fixing WordPress
In reply to: WordPress Database – is 300mb too big?thanks Ipstenu.
Here are the memory stats:
total used free shared buffers cached
Mem: 2048 1892 155 0 165 1228
-/+ buffers/cache: 499 1549
Swap: 2047 0 2047When I ran top
I saw that mysqld time+ = 986:122.12
it is the top cpu and memory userJust had a check at the mysql vaariables, there are some missing variables that are in the guide, such as:
max_connections, wait_timeout, tmp_table_size, key_buffer, should I add them in?Here is my.cnf
[mysqld]
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 1M
record_buffer = 1Mmax_allowed_packet = 16M
table_cache = 500
thread_cache_size = 128wait_timeout = 15
connect_timeout = 15
interactive_timeout = 15
max_connect_errors = 10query_cache_type = 1
query_cache_limit = 2M
query_cache_size = 32Mskip-locking
skip-innodb
safe-show-database
skip-bdb[mysqld_safe]
open_files_limit = 8192[mysqldump]
quick
max_allowed_packet = 16M[myisamchk]
key_buffer = 64M
sort_buffer = 32M
read_buffer = 16M
write_buffer = 16MForum: Fixing WordPress
In reply to: WordPress Database – is 300mb too big?I already have post revisions turned off.
I have increased my memory limit in wp-config to 96mb, does it need to be increased further?
define(‘WP_MEMORY_LIMIT’, ’96M’);My server spec:
VPS
Guaranteed CPU 3.0 GHz -8 processor cores
2GB Memory
2GB SWAP spaceHardware
Hewlett Packard DL380G6 servers with dual quad core processors,
DDR3 EEC FB RAM, hardware RAID10 and enterprise class SAS drivesI am running hypercache and have eccacelerator running on the server.
Forum: Plugins
In reply to: [Plugin: Dave’s WordPress Live Search] Only Search after 3 Chactersfor me the useful results start after 3-4 characters, before this I have some non-relevant results.