topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 7:29 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 12 13 14 15 16 [17] 18 19 20 21 22 ... 85next
401
Official Announcements / Re: Forum Upgraded August 30, 2015 - Report issues here
« Last post by rgdot on August 30, 2015, 09:58 AM »
This is not exclusive to DC or even new SMF, but personally I dislike when "Unread topics: New | All" is the only option up top (except the Go To dropdown ofcourse). These two links don't include the threads I have posted in.
402
Official Announcements / Re: Forum Upgraded August 30, 2015 - Report issues here
« Last post by rgdot on August 30, 2015, 09:53 AM »
OMG   ;)

Thanks mouser, will report if any
403
General Software Discussion / Re: MySpace anyone?
« Last post by rgdot on August 26, 2015, 07:50 AM »
Button only works on Edge  :P
404
Official Announcements / Re: Forum Upgrade Will Occur September 1st, 2015
« Last post by rgdot on August 25, 2015, 05:52 PM »
 ;D ;D
405
Living Room / Re: Brightness Settings Reversing - No apparent reason.
« Last post by rgdot on August 19, 2015, 10:35 AM »
Disregard @rgdot's silly comment about "Poltergeist" - maybe he's got his pills mixed up, otherwise his technical causal problem analysis skills would seem to be clearly lacking.

That's not news  ;D
406
Living Room / Re: Brightness Settings Reversing - No apparent reason.
« Last post by rgdot on August 18, 2015, 09:28 PM »
Poltergeist




 :P
407
Like these

Link Klipper https://chrome.googl...gofnhkkchiekoo?hl=en
Link Gopher https://addons.mozil...x/addon/link-gopher/

Then perhaps do something with them with mouser's Web Link Captor

https://www.donation...ouser/wlc/index.html
408
General Software Discussion / Re: What's up with WinPatrol?
« Last post by rgdot on August 16, 2015, 02:47 PM »
Firefox blocking it too makes it more than Google issue. Unless Firefox use the same list? Last I encountered such issue Firefox wasn't blocking but Chrome was.
409
General Software Discussion / Re: What's up with WinPatrol?
« Last post by rgdot on August 16, 2015, 01:20 PM »
There are tweets going back to Aug10 with same.  https://twitter.com/...s/630764063702839296
410
Official Announcements / Re: DonationCoder Major Upgrades - Progress Report Thread
« Last post by rgdot on August 12, 2015, 08:44 PM »
CMSMS is good too, in some ways, not exactly for a blog though
411
General Software Discussion / Re: Where to backup my cloud?
« Last post by rgdot on August 10, 2015, 10:38 AM »
Something like http://www.amazon.co...8G-B35/dp/B007YX9OGW kept somewhere 'offsite'
412
Living Room / Re: Did you know DonationCoder has a Facebook Page?
« Last post by rgdot on August 07, 2015, 06:48 PM »
Yes  :mrgreen:
413
Living Room / Re: Did you know DonationCoder has a Facebook Page?
« Last post by rgdot on August 07, 2015, 06:27 PM »
 ;D

and the other recent video on your channel  :D
414
Linux Mint 17.2 “Rafaela” Xfce released
http://blog.linuxmint.com/?p=2889
415
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 04, 2015, 07:26 PM »
Thanks. Done and all was/is ok, no difference.

(btw replace root with actual database user, for checking individual databases)
416
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 04, 2015, 05:49 PM »
Also installed query monitor plugin to see what it sees

the slow query is

SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN

update_meta_cache() calls it, I wonder if I can prevent it from running....
417
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 04, 2015, 03:45 PM »
Thanks for the help, I will try and see what happens.
418
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 04, 2015, 02:55 PM »
If it's not the pages list then I am not sure, I have several other WP sites on same server - also another on same host with equal or lower (I think it's lower RAM) specs - and all of them with many activated plugins, a couple even with deleted plugins which have tables left in the database...basically more stuff and junk that I never cleaned up. No problems on any of those, none have this many pages though.

I will PM you details, please have a look if you have time today. If you can't see anything I will see what I can do. Thanks.
419
In your mind everybody is actually seeing those posts  :P
420
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 03, 2015, 07:55 PM »
Can I PM you login details to the site tosee how edit.php?post_type=page looks in the browser and how it looks when you view source?
421
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 03, 2015, 07:52 PM »
First, I don't think the number of posts is the problem.  It's a red herring.

Try this in mysql (or let me know if you've already done it)

Code: Text [Select]
  1. REPAIR TABLE wp_posts QUICK

The code that you posted is just to show the posts in the edit page so that you can hyperlink to them and edit.  I've seen sites with more posts than that not take nearly that long.

No difference after running that query.

Currently edit.php?post_type=page is set to list 5 pages at a time, and the 5 pages are listed and I can click on them to edit, but the page source lists all 4000 pages.  

That code is definitely set to run on all WordPress installs, I just checked my personal few year old site (which has less pages), .... all pages are listed in the source in the same way.
422
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 03, 2015, 07:27 PM »
It's straight from the browser's view source of edit.php (a new install, no activated plugins), of course I added the dots there to not post the 4000 long list.

If you were asking your question to someone standing in front of you who didn't have a lot of time, what would you ask?


Can I remove these lines with a filter because I don't see why the whole page list is loading everytime (and it loads in the page source only by the way)
423
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 03, 2015, 07:08 PM »
Please help if you can.

The topic says decrease load and at the end it says what I think causes the load, so is there a way to remove it (it should be removable but how).
Frankly the rest is not needed, but if I don't post 'the rest' - in either a more or less understandable way - there is even less chance of an answer. I explained my setup (number of pages, how the pages were created and the settings I turned off)

So yes if you find the time please let me know.
424
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 03, 2015, 06:36 PM »
If you don't explain yourself they pretty much chastise you but if you do then they want clarification, they take this to the extreme.

My question is

edit.php and post-new.php take a long time to load

The rest is explanation, which will be asked if I don't post them initially any way.

The 'problem', if there is any, is that the question will be lost in the crowd if not answered quickly, they know it and if they make the effort to insist on clarification they should come back to read it.

425
Living Room / Re: I need a physics/chemistry/engineering/science forum
« Last post by rgdot on August 03, 2015, 06:09 PM »
Just terrible ::) and Rarst is actually someone who is often helpful elsewhere, imagine the rest.

Why do I even bother posting there 
http://wordpress.sta...nd-post-new-php-load
Pages: prev1 ... 12 13 14 15 16 [17] 18 19 20 21 22 ... 85next