Hal Jenkins Posted January 11, 2006 Posted January 11, 2006 Hi there.. I have a simple PHP page that adds a record to a fp7database. I am only populating two fields, one number field and one text field. I have found that the text field causes the process of the 'New' request to slow down. If I changed the field type from Text to Number, it takes less that a second as opposed to about 3 seconds as text. Is there some way to fix this or does it just take longer to process text? Halski
mlindal Posted January 11, 2006 Posted January 11, 2006 off the top of my head... Try creating a separate layout for your PHP with only the fields you will need. This has worked quite well. Not sure of the text vs number speed issue for a field. Just one table? Any relationships based on the fields in question? Is indexing on?
Recommended Posts
This topic is 6960 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now