miccom
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP Ajax Edit Comments] Missing files in 2.3.6.0 release/wp-ajax-edit-comments/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
is still missing in 2.4.0.3
Forum: Plugins
In reply to: One Page with another Theme?Yes, I know templates. Is there no way without templates? For example to give articles a different theme?
Forum: Fixing WordPress
In reply to: htaccess and wp-comments-post.phpI found a solution, the Problem is, that the error messages want to access files from /wp-admin/css and /wp-admin/images so I removed the auth-access only for this to directories and now, users can get an error message without an auth. ??
Forum: Fixing WordPress
In reply to: high cpu loadk, still no reply, continuing one-on-one interview. ??
As I wrote above, I extended the wpsmiliestrans-array in functions.php up to 1.800 lines. Since I removed all Smilies from this array and replaced them with only 20 Smilies, the cpu load goes down. I also use WP Super Cache now.
The load goes down, but is still higher than under 2.0.11, I hope, it will be better under 2.5
Forum: Fixing WordPress
In reply to: high cpu loadNobody?
??
Here are some more cpu load statistics. The show WP 2.0.11, WP 2.3.2 and WP 2.3.2 with the Wp Super Cache Plugin:
https://www.greensmilies.com/wp-content/uploads/2008/01/080117-24_cpu-week.png
Same traffic and smiley array as under WP 2.0.11, will explode the load under WP 2.3.2. Super Cache did a good job but 2.0.11 was better…
Forum: Fixing WordPress
In reply to: Where are the Smilies configured?< 2.1 in vars.php
>= 2.1 in functions.phpboth are located in wp-includes
Forum: Fixing WordPress
In reply to: high cpu loadOK, I think we found the “problem”. I use my Blog to present my Smilies and I added each Smilie to the wpsmiliestrans-array in functions.php. So the array has 1.800 lines. ??
If I remove all Smilies from the array, the load goes done significantly!
But, as you can see in my cpu load graph:
https://www.greensmilies.com/wp-content/uploads/2008/01/cpu-day19-22.png
the load without the large array is much higher than under 2.0.11 with the large array!Why it was better under 2.0.11?
Any ideas, what I can do? I don’t wanna remove the smilies, because they are the topic of my blog and I used them in hundreds of topics…
My Server-Admin also said me, that a lexer is faster than a parser and WP should use it… just his 2 cents.
For examlpe: https://greg.chiaraquartet.net/archives/138-PHP_ParserGenerator-and-PHP_LexerGenerator.htmlThanks for reading! ??
/edit:
I use a dedicated server with an AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (2400 mhz) and 2 gigs of ram.
Forum: Fixing WordPress
In reply to: high cpu loadmaybe this can help:
Trace for /opt/virtual-domains/www.greensmilies.com/index.php Total Elapsed Time = 1.31 Total System Time = 0.09 Total User Time = 1.14 Real User System secs/ cumm %Time (excl/cumm) (excl/cumm) (excl/cumm) Calls call s/call Memory Usage Name -------------------------------------------------------------------------------------- 45.1 0.54 0.56 0.56 0.59 0.00 0.00 2745 0.0002 0.0002 0 preg_replace 5.8 0.09 0.09 0.06 0.06 0.01 0.01 8474 0.0000 0.0000 0 strlen 5.8 0.07 1.40 0.07 1.22 0.00 0.10 35 0.0021 0.0377 0 require 3.9 0.04 0.04 0.04 0.04 0.00 0.00 83 0.0006 0.0006 0 base64_decode 3.2 0.04 0.04 0.04 0.04 0.00 0.00 3354 0.0000 0.0000 0 substr 2.6 0.01 0.10 0.03 0.09 0.00 0.02 785 0.0000 0.0001 0 WP_Object_Cache->get 2.6 0.01 0.05 0.03 0.06 0.00 0.01 3142 0.0000 0.0000 0 CachedFileReader->seekto 2.3 0.02 0.02 0.03 0.03 0.00 0.00 1780 0.0000 0.0000 0 preg_match 1.9 0.02 0.02 0.02 0.02 0.00 0.00 1814 0.0000 0.0000 0 str_replace 1.6 0.03 0.03 0.02 0.02 0.00 0.00 546 0.0000 0.0000 0 is_string 1.6 0.02 0.67 0.02 0.64 0.00 0.02 1828 0.0000 0.0004 0 apply_filters 1.6 0.02 0.02 0.02 0.02 0.00 0.00 2168 0.0000 0.0000 0 trim 1.6 0.02 0.02 0.01 0.01 0.01 0.01 1784 0.0000 0.0000 0 preg_quote 1.3 0.00 0.00 0.01 0.01 0.00 0.00 154 0.0001 0.0001 0 merge_filters 1.0 0.01 0.07 0.01 0.05 0.00 0.01 3147 0.0000 0.0000 0 CachedFileReader->read 1.0 0.01 0.01 0.00 0.00 0.01 0.01 1783 0.0000 0.0000 0 htmlspecialchars 1.0 0.01 0.01 0.01 0.01 0.00 0.00 1040 0.0000 0.0000 0 is_array 1.0 0.00 0.00 0.01 0.01 0.00 0.00 333 0.0000 0.0000 0 in_array 1.0 0.01 0.01 0.01 0.01 0.00 0.00 760 0.0000 0.0000 0 is_null 0.6 0.01 0.01 0.01 0.01 0.00 0.00 248 0.0000 0.0000 0 defined
Forum: Fixing WordPress
In reply to: WP 2.3.1 server loadhi, did you find out anything intersting? I updated from 2.0.11 to 2.3.2 and my cpu load is exploding… ??
Forum: Fixing WordPress
In reply to: Trackback and Pingback not doing anything…I use 2.0.9 and still cannot send out trackbacks ??
I did some tests:
https://www.greensmilies.com/2007/03/16/trackback-test/
I send a trackback to all linked posts under each test.Forum: Fixing WordPress
In reply to: WordPress 2.1 always format my codeI withdraw my request in the second post, it isn’t an WP issue, it was my Adblocker… ?? *shame on me*
Forum: Fixing WordPress
In reply to: WordPress 2.1 always format my codeThanks veola, but we both are using the editor without the wysiwyg-option.
Forum: Fixing WordPress
In reply to: WordPress 2.1 always format my codeI have not the same, but a similar problem. WP is hiding my images, which I put into my topic.
I use this image-tag:
<img src=”https://www.greensmilies.com/images/banner_001.gif” alt=”GreenSmilies.com – Die Welt der Smilies ist nicht immer nur gelb!” width=”468″ height=”60″ />And WP 2.0.8 and 2.1 make this:
<img src=”https://www.greensmilies.com/images/banner_001.gif” style=”display: none;” alt=”GreenSmilies.com – Die Welt der Smilies ist nicht immer nur gelb!” height=”60″ width=”468″>You can see (or better, you can’t see) it also on my test blog:
https://miccom.wordpress.de/