jarvisonline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: backend admin runs super slowAll the research we have found online indicates an issue with the permalink structure, this seems very hard to believe that you can not build wordpress websites over 1000 pages without this being an issue, can anyone verify if this is correct?
Forum: Fixing WordPress
In reply to: backend admin runs super slowstill searching for some help:
– we have optimized the tables in through myphp admin
-attempted to increase the php.ini file, to go from 32M to 64M and the .htaccess file to 64M but this caused a server misconfig
-tried adding this to our wp-config.php (define(‘WP_Memory_limit”,’64M’)- this also caused a misconfigIt has been suggested that the issue is related to using the /post-name/ permalink structure, but I don’t see how this would impact the slow down our ability to add new pages.
Forum: Fixing WordPress
In reply to: backend admin runs super slowhosting company verified no issues with the server, and believe the backend issues are specific just to the add page and modify page portion within the backend, they pointed out the site is 5000 pages, but I don’t think that is too large for wordpress, any other suggestion on improving speed are appreciated
Forum: Fixing WordPress
In reply to: backend admin runs super slowI will try to escalate another ticket, the challenge is the tools they use to check website speed only measure the front end
Forum: Fixing WordPress
In reply to: backend admin runs super slowOk, I renamed the folder to plugins.hold no luck
I also switched to the 2012 theme, no luck either
Forum: Fixing WordPress
In reply to: backend admin runs super slowok, but this seems to indicate I am deactivating the plugins again vs resetting the folder? Just making sure I am headed in the right direction, thx
How to deactivate all plugins when not able to access the administrative menus?
Sometimes it may be necessary to deactivate all plugins, but you can’t access the administrative menus to do so. One of two methods are available to deactivate all plugins.Use phpMyAdmin to deactivate all plugins.
In the table wp_options, under the option_name column (field) find the active_plugins row
Change the option_value field to: a:0:{}Or reset your plugins folder via FTP or the file manager provided in your host’s control panel.
Via FTP or your host’s file manager, navigate to the wp-contents folder (directory)
Via FTP or your host’s file manager, rename the folder “plugins” to “plugins.hold”
Login to your WordPress administration menus (/wp-admin)
Via FTP or your host’s file manager, rename “plugins.hold” back to “plugins”Forum: Fixing WordPress
In reply to: backend admin runs super slow– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
(yes, no help)
– switching to the default theme to rule out any theme-specific problems.
(not yet)– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
(not sure how to do this?)Forum: Fixing WordPress
In reply to: upgrade to 3.5 wiped out my siteresolved, thx for the help
Forum: Fixing WordPress
In reply to: upgrade to 3.5 wiped out my siteWhats the best way to do this, where can I obtain a clean set of files from?
Forum: Plugins
In reply to: [Plugin: Audio Player] how to auto play and stop after first songthanks, I will take a look at these 2 areas and repost if necessary..
Forum: Plugins
In reply to: [Plugin: Audio Player] how to auto play and stop after first songNo, this is not correct, I have the coding as indicated without the loop
website where audio player is embedded is
https://www.jarvisconstruction.com
any help is appreciated, thx