GetSimple Support Forum

Full Version: Site bogs down
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Front end and backend?
yes. I have been trying to narrow it down. It seems to be okay if I have no pictures uploaded.
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.
check out this thread it might be your issue.But it usually only affects backend

http://get-simple.info/forums/showthread...t=slowness
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.
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.
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.