upper limit on concurrent editing?

The most of editing process (from loading editor page to saving post) happens in browser and doesn’t involve server. The one exceptions is auto save feature – post will be quietly saved by JavaScript in background, every minute by default. This might cause performance issue if you have considerably large posts, considerably many editors and … Read more

Reasonable Size Limit to options entry

Each page load triggers a database query that reads all the options (from what I’m aware the option records are all auto-loaded). Anyway 317 K is not something you should worry about, but there are better ways to store your data, for example a simple text file that gets read trough ajax only when the … Read more

Faster way to put images into a blog post by using Add Media dialog

Nothing here is a silver bullet, but here are some suggestions: If you find yourself using your library more than uploading new images, you can make the default tab “Library”: add_filter(‘_upload_iframe_src’, ‘change_default_media_tab’); function change_default_media_tab($uri) { return $uri.’&tab=library’; } If you want the default tab to be the uploader, but you want it to load faster, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)