Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slow page load for registration form #38

Open
damicoaustin opened this issue Sep 9, 2014 · 2 comments
Open

Slow page load for registration form #38

damicoaustin opened this issue Sep 9, 2014 · 2 comments

Comments

@damicoaustin
Copy link

Developing site, and we're experiencing extremely slow page load for form at: http://dev.marketingclique.com/texas-aft/salsa-form/

Any clues?

@mojowen
Copy link
Member

mojowen commented Sep 9, 2014

Wow that is really really slow.

Some thoughts:

  • SalsaPress should do some cache-ing for 24 hours but it's possible you turned this off - check your SalsaPress settings
  • It may be SalsaLabs is experiencing some slowness (although https://twitter.com/salsalabsops hasn't mentioned anything)
  • You've got a custom field in there - that causes SalsaPress to make an additional CURL request to get the HTML for that form - which is not cached (see form.php).
  • SalsaPress (and the Simple Dom Parser) uses the PHP curl command for most interactions with the server. Maybe there's some sort of setting or resource problem with your host that makes this slow.

@damicoaustin
Copy link
Author

Thanks. Cache is on. But first I will try simply eliminating the custom field to see if that has any effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants