![]() |
|
suddenly slow wordpress sites - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: suddenly slow wordpress sites (/showthread.php?tid=660) |
suddenly slow wordpress sites - dansanti - 11-23-2014 HI! i have some wordpress sites and other no wordpress like CI and joomla,the problem ocurr when i try to import data to wordpress from another, around 2mb when it try to performance importation, it never end, and other wp sites (in another domains) suddenly turn too slow, taking around 1 or 2 minutes on load but ci or joomla sites steel working fine, and cpu an ram is fine too, no seems that any recuests was use it. I try reload apache , mysql, and the server too, but steel happend after reboot. whne i reload apache, log says : Code: [mpm_prefork:notice] [pid 23500] AH00169: caught SIGTERM, shutting down
[Sat Nov 22 15:03:35.652003 2014] [:notice] [pid 26235] mod_bw : Memory Allocated 0 bytes (each conf takes 48 bytes)
[Sat Nov 22 15:03:35.652052 2014] [:notice] [pid 26235] mod_bw : Version 0.92 - Initialized [0 Confs]
[Sat Nov 22 15:03:35.710356 2014] [mpm_prefork:notice] [pid 26235] AH00163: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Sat Nov 22 15:03:35.710437 2014] [core:notice] [pid 26235] AH00094: Command line: '/usr/sbin/apache2'after that happends this sites performance was fine and normal.. i don't know what happends, any idea? Thanks RE: suddenly slow wordpress sites - Me.B - 11-23-2014 Add more ram likely. check ram use with TOP. M B RE: suddenly slow wordpress sites - dansanti - 11-23-2014 (11-23-2014, 07:15 PM)Me.B Wrote: Add more ram likely. ram used 1.7 gb,ram free 2.2 gb i have 4 gb RE: suddenly slow wordpress sites - Me.B - 11-23-2014 try to use: https://wordpress.org/plugins/p3-profiler/ Check websites load & mysql load. Some plugins are badly written. M B RE: suddenly slow wordpress sites - dansanti - 11-23-2014 (11-23-2014, 08:02 PM)Me.B Wrote: try to use:Total Plugins: 8 . Plugin Load Time 0.068 (sec. per visit) Total Load Time: 81.3844seconds avg. Site Load Time: 81.0929seconds avg. Profile Overhead: 0.2915seconds avg. Plugin Load Time: 0.0678seconds avg. Theme Load Time: 80.8474seconds avg. Core Load Time: 0.1595seconds avg. Margin of Error: 0.0181seconds avg. (81.3844 observed, 81.3663 expected) Visits: 11 Number of PHP ticks: 3,123 calls avg. Memory Usage: 24.20 MB avg. MySQL Queries: 45 queries avg. but still load slowly, and top and iotop only mark usage after 81 seconds, when page can be loaded. i put down another sites for performance this test, but still load slow, request it's taking time,.. RE: suddenly slow wordpress sites - Me.B - 11-23-2014 Theme Load Time: 80.8474seconds avg. Do you think this is normal? I have doubt here. M B RE: suddenly slow wordpress sites - dansanti - 11-23-2014 (11-23-2014, 11:04 PM)Me.B Wrote: Theme Load Time: 80.8474seconds avg.no, i don't, plugins load its quicly, once request its completed (after 80 s) load all site in about other 1 or 1,5s, and as is say this happends after i think exced max post on db , importing a 2mb wordpress xml file, after that all wp in other domains and users go to slow and never come back, even rebooting ... RE: suddenly slow wordpress sites - elmohasaserve4r - 11-29-2014 Run this for your domain. http://tools.pingdom.com/ It should help finding out what file its held up on. If that doesn't put this code into your wp-config file. // Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true); // Disable display of errors and warnings define('WP_DEBUG_DISPLAY', true); @ini_set('display_errors',10); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define('SCRIPT_DEBUG', true); This should help find the file its held on. Then you go from there. |