nders
Forum Replies Created
-
Hi Bobbie. Thanks for the reply I’ll use the direct link to post then π
Awesome. Appreciate the reply and concern. Will be following in github π Thank you
Forum: Fixing WordPress
In reply to: 70,000 posts WP site lags when posting/editingI am the one that is hired. sadly π
I was a web designer, not developer, but my company can’t find any mySQL expert to hire in this little town. so I had to pick up.
btw songdogtech, yes I deleted revisions using WP-Optimize. but my database size is still enormous due to the sheer amount of posts.
I am sure there’s a way to fix it, since huge sites like mashable use wordpress/W3 Total Cache, and AllthingsD using wordpress too. just that I am coming from a creative background, can’t really do much about thoose mysql stuff π
Forum: Fixing WordPress
In reply to: 70,000 posts WP site lags when posting/editingHi Seacoast Web Design,
I’ve tried posting in a completely empty category, and the problem persists. So I think even if I categorize all 70k of my posts into a category called “archives”, I will still experience the problem when I’m posting into the already-empty categories.
Is my understanding correct? thanks π
Forum: Fixing WordPress
In reply to: 70,000 posts WP site lags when posting/editingHi, Seacoast Web Design
This problem occurs way before (2 years) I had CDN (a year go). So CDN is not the culprit. Thank you for checking my site with online tools with me. Gives me some confidence π
Hi Lebowski,
Will certainly look into that. Thank you. But since categorizing posts did not seperate the posts table (and had nothing to do with publishing/editing posts) I am still doubtful it will solve my problems. It is a good way to organise my site, though.Forum: Fixing WordPress
In reply to: 70,000 posts WP site lags when posting/editingHi Lebowski, surprisingly, with W3 Total Cache’s awesome caching techniques and CDN, my bandwidth constantly only stay on 30-90% consumption. And I am very sure bandwidth are not related to my issues.
About archiving, is there a specific WordPress function that I can use to seperate the large post tables but still accessible to the public (we are a news portal, data must be visible to the public at all times) ? I’d like to know some if possible.
That said, I am still gladful of your time and suggestion. thank you.
Forum: Fixing WordPress
In reply to: database maxing cpu usage after upgrade to 3.1hi there, recently i’ve noticed my server keep on spiking with cpu usage. my host give me a large list of similar stuff as threadstarter.
just wanted to know if this issue is already fixed in 3.3.1? thanks
Forum: Plugins
In reply to: Hack for thumbnail sizing for Image Gallery Reloaded pluginbtw just trying my luck here, do u know a way of excluding featured image from the gallery? i used exclude=xx in the shortcode but this gallery just wont recognise it. thanks
Forum: Plugins
In reply to: Hack for thumbnail sizing for Image Gallery Reloaded pluginhey juz want to thank you for this tip. works like a charm. been browsing wordpress plugins ages to get a working replacement for WPgallery, thanks for the fix!
Forum: Fixing WordPress
In reply to: Theme breaks when converted to .phpyeah, it is style.css, the stuffs didnt break entirely, just about 10% of them breaks. but are the most important 10%… (the wrapper of which margin is set to 0 auto, but failed to center, and a few minor stuffs)
I am suspecting the @import reset.css in my style.css doesnt run when the wordpress engine is calling the phps or the server processing the phps. is it possible?
Forum: Fixing WordPress
In reply to: how? List subcategories followed by5 newest PostI’ve inserted the loop and got them working, to a certain extend. tried a few codes like get_single_cat and the_category but they all went nuts, only getting the main category title and posts from it instead of the subcategory title and subcat’s posts. please. anyone help?