The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Site bogs down - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Site bogs down (/showthread.php?tid=5334) |
Site bogs down - gamer68 - 2013-11-03 Has anyone else experienced problems running GetSimple on an Arvixe server lately? During the last 3 weeks I have noticed that it takes a couple of minutes to update or even load a page. All this just started happening within the last 3 weeks. Before then,never had a problem and I was using the 3.1.2 version. I have updated to the latest version but the problem is still there. I have a GetSimple test site setup on another server with another host and have no problems at all with that one. When I check health check everything is OK. Any ideas? RE: Site bogs down - shawn_a - 2013-11-03 Front end and backend? RE: Site bogs down - gamer68 - 2013-11-03 yes. I have been trying to narrow it down. It seems to be okay if I have no pictures uploaded. RE: Site bogs down - shawn_a - 2013-11-03 Have you profiled it in your browser with developer tools or firebug. Maybe it will show which assets are slow specifically. Maybe install my gs dev tools and turn on time hooks to see if you can narrow down where it gets slow. RE: Site bogs down - shawn_a - 2013-11-03 check out this thread it might be your issue.But it usually only affects backend http://get-simple.info/forums/showthread.php?tid=4707&highlight=slowness RE: Site bogs down - gamer68 - 2013-11-04 Sorry for taking so long to get back to you. I did read the other thread and turned on debug and novercheck in the gsconfig file. Debug showed a problem with the p01-contact plugin and I was getting some feedback from novercheck when I opened the files tab. Was getting nothing from the other tabs. I did last night re-install version 3.2.3 and only uploaded p01-contact, gsgallery (changed the loadtab name), hierarchical menus and the debug plugin. the code that shows up on the file page is this: ---SWFUpload Instance Info--- Version: 2.2.0 2009-03-25 Movie Name: SWFUpload_0 Settings: upload_url: /admin/upload-uploadify.php flash_url: template/js/uploadify/uploadify.swf?preventswfcaching=1383499627902 use_query_string: false requeue_on_error: false http_success: assume_success_timeout: 30 file_post_name: Filedata post_params: [object Object] file_types: *.* file_types_description: All Files (*.*) file_size_limit: 1048576 file_upload_limit: 999 file_queue_limit: 999 debug: true prevent_swf_caching: true button_placeholder_id: uploadify button_placeholder: Not Set button_image_url: /admin/ button_width: 100% button_height: 25 button_text: button_text_style: color: #000000; font-size: 16pt; button_text_top_padding: 0 button_text_left_padding: 0 button_action: -110 button_disabled: false custom_settings: [object Object] Event Handlers: swfupload_loaded_handler assigned: false file_dialog_start_handler assigned: true file_queued_handler assigned: true file_queue_error_handler assigned: true upload_start_handler assigned: true upload_progress_handler assigned: true upload_error_handler assigned: true upload_success_handler assigned: true upload_complete_handler assigned: true debug_handler assigned: true SWF DEBUG: SWFUpload Init Complete SWF DEBUG: SWF DEBUG: ----- SWF DEBUG OUTPUT ---- SWF DEBUG: Build Number: SWFUPLOAD 2.2.0 SWF DEBUG: movieName: SWFUpload_0 SWF DEBUG: Upload URL: /admin/upload-uploadify.php SWF DEBUG: File Types String: *.* SWF DEBUG: Parsed File Types: SWF DEBUG: HTTP Success: 0 SWF DEBUG: File Types Description: All Files (*.*) (*.*) SWF DEBUG: File Size Limit: 1073741824 bytes SWF DEBUG: File Upload Limit: 999 SWF DEBUG: File Queue Limit: 999 SWF DEBUG: Post Params: SWF DEBUG: sessionHash=046fa10462ec7c16ed3afa47cd3181c144f54787 SWF DEBUG: path= SWF DEBUG: ----- END SWF DEBUG OUTPUT ---- SWF DEBUG: I am still testing it and have not use loadify to upload any files yet. RE: Site bogs down - shawn_a - 2013-11-05 If your still seeing slowdowns with novercheck on. Then the api is not your problem. ignore the swf debug panels The suggestions in my previous post #4 are your best bet. RE: Site bogs down - gamer68 - 2013-11-05 When it became non-responsive last night, I took it down. Before that I was comparing my two builds and was getting the same results from novercheck from each. So I am going to try another fresh install without uploading anything from the backup and see if it still does it. Otherwise, I will be moving it to another hosting provider that I know it works with no problems. Thanks Shawn for your help. |