<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Slow form render</title>
		<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render</link>
		<description>Gravity Support Forums Topic: Slow form render</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 13:08:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/slow-form-render" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-36251</link>
			<pubDate>Mon, 26 Sep 2011 16:07:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36251@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms cannot be used that way.  It isn't how it's designed to be used.  Forms are only created through the admin or via the form importer.  There aren't any built in functions for creating forms completely on the fly via code.&#60;/p&#62;
&#60;p&#62;If you want to add custom fields and additional functionality it should be done using the available hooks and filters which is how all our add-ons add functionality to Gravity Forms.  You can integrate with 3rd party services this way, add custom field types, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dimitryz on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-36224</link>
			<pubDate>Mon, 26 Sep 2011 11:25:58 +0000</pubDate>
			<dc:creator>dimitryz</dc:creator>
			<guid isPermaLink="false">36224@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl, I'm not sure you understand what I meant.&#60;/p&#62;
&#60;p&#62;I was wondering if you have documentation in case I wanted to use Gravity Forms in the same way I would PEAR's HTML_Quickform. In case, for instance, that I have a plugin that requires a form. It would build the form using code instead of have the form created through the admin interface of Wordpress.&#60;/p&#62;
&#60;p&#62;That way, I can add custom fields and additional functionality currently not available in the admin interface you provide.&#60;/p&#62;
&#60;p&#62;Is this something you've heard of done in the past?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-36095</link>
			<pubDate>Fri, 23 Sep 2011 18:06:02 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36095@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The documentation is for the functionality and how to use Gravity Forms.  The code itself is commented. &#60;/p&#62;
&#60;p&#62;Customizations should be done via hooks and filters to change how Gravity Forms works. You should never edit or change the Gravity Forms plugin files themselves. Just like you customize WordPres via themes and plugins.  All of the available hooks and filters are documented in the Developer Docs area of the Documentation.&#60;/p&#62;
&#60;p&#62;Hooks/filters are the WordPress way of customizing functionality in themes, plugins and WordPress itself.&#60;/p&#62;
&#60;p&#62;Technically we can't stop you from changing the core plugin files and editing the code directly, however we do not provide support for customized core files, meaning if you change the core Gravity Forms files we may not support it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dimitryz on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-36094</link>
			<pubDate>Fri, 23 Sep 2011 17:59:53 +0000</pubDate>
			<dc:creator>dimitryz</dc:creator>
			<guid isPermaLink="false">36094@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's the uniqid() function call is in the Form ID generator, I believe. I don't have the code on hand. I remember an if/else statement and the entire function is 6 lines.&#60;/p&#62;
&#60;p&#62;I don't know why uniqid() was so slow on this server.&#60;/p&#62;
&#60;p&#62;In any case, the problem drove me crazy for two hours as I was print_r'ing 'here's to see where the problem lay.&#60;/p&#62;
&#60;p&#62;Do you have documentation for the code? I have the developer license and it would be nice to leverage the code in custom plugins for my clients without going through the Admin UI.&#60;/p&#62;
&#60;p&#62;Dimitry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-36092</link>
			<pubDate>Fri, 23 Sep 2011 17:53:36 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36092@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@dimitryz Different members of the support team handle different support issues based on the subject matter which is most likely why Kevin had not responded but you had seen him respond to other requests.  He primarily responds to design and CSS related issues.&#60;/p&#62;
&#60;p&#62;Which uniqueid() function call are you referring to? &#60;/p&#62;
&#60;p&#62;There are over 200,000 unique WordPress sites running Gravity Forms with over 2 years worth of production use and this is the first time anyone has reported this issue.  So we have never seen this behavior before or an encountered a server that had an issue with any of the core PHP or WordPress functions Gravity Forms uses.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dimitryz on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-36090</link>
			<pubDate>Fri, 23 Sep 2011 17:40:40 +0000</pubDate>
			<dc:creator>dimitryz</dc:creator>
			<guid isPermaLink="false">36090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I didn't see the Priority Support. Seemed like you were ignoring this request when you responded to those that came in afterward.&#60;/p&#62;
&#60;p&#62;The issue was with uniqid(). It takes a long time to generate an ID on certain servers. A solution was to use the microtime() function instead.&#60;/p&#62;
&#60;p&#62;Dimitry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-35984</link>
			<pubDate>Thu, 22 Sep 2011 15:46:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">35984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@dimitryz,&#60;/p&#62;
&#60;p&#62;No need for snide remarks. You posted your request just 2 hours ago. It takes a while to get around to everyone so your patience would be appreciated. If you need priority support, you can use the priority support form to submit your request. There's still queue there, but those get answered first.&#60;/p&#62;
&#60;p&#62;This sounds like a server/configuration issue of some sort.. it could even be a php memory issue. Can you post a URL to a form page so we can check it out? We might also need an admin login to your site to take a look around. You can send that information via the contact form if you would like. If you choose to do so, please include a link back to this topic so we can reference it later.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dimitryz on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-35980</link>
			<pubDate>Thu, 22 Sep 2011 15:29:03 +0000</pubDate>
			<dc:creator>dimitryz</dc:creator>
			<guid isPermaLink="false">35980@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your support, guys.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dimitryz on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-35969</link>
			<pubDate>Thu, 22 Sep 2011 13:31:45 +0000</pubDate>
			<dc:creator>dimitryz</dc:creator>
			<guid isPermaLink="false">35969@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As a side note, the forms work fine on a staging site, but not in production. In production, they are slow. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dimitryz on "Slow form render"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/slow-form-render#post-35967</link>
			<pubDate>Thu, 22 Sep 2011 13:15:05 +0000</pubDate>
			<dc:creator>dimitryz</dc:creator>
			<guid isPermaLink="false">35967@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The contact page of a client with Gravity Form was rendering so slowly I had to remove the forms altogether.&#60;/p&#62;
&#60;p&#62;I am now testing the Form Preview and it's taking about 20 seconds to render a single form.&#60;/p&#62;
&#60;p&#62;Please let me know what is happening and how I can fix it. As you can imagine, the contact page of a client is important.&#60;/p&#62;
&#60;p&#62;Thanks for your quick reply,&#60;/p&#62;
&#60;p&#62;Dimitry
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
