Title: devu's Replies | WordPress.org

---

# devu

  [  ](https://wordpress.org/support/users/devu/)

 *   [Profile](https://wordpress.org/support/users/devu/)
 *   [Topics Started](https://wordpress.org/support/users/devu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flamingo] Custom serial_number](https://wordpress.org/support/topic/custom-serial_number/)
 *  Thread Starter [devu](https://wordpress.org/support/users/devu/)
 * (@devu)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/custom-serial_number/#post-14669264)
 * Thank you [@danultimate](https://wordpress.org/support/users/danultimate/)
    Any
   idea about the table / field where the serial_number is stored?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] Is There Any Way I Can Keep A Dynamic Widget…???](https://wordpress.org/support/topic/plugin-wp-super-cache-is-there-any-way-i-can-keep-a-dynamic-widget/)
 *  [devu](https://wordpress.org/support/users/devu/)
 * (@devu)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-is-there-any-way-i-can-keep-a-dynamic-widget/#post-937262)
 * Hmmm… so, when I install a new widget, I see it in not cached pages, right? If,
   when not cached, the php writes:
 *     ```
       <script type="text/javascript" src="http://www.yourdomain.com/blog/whatever/wp-content/plugins/my-plugin/myplugin.js"></script>
       <script type="text/javascript">
       var url = "http://www.yourdomain.com/blog/whatever/wp-content/plugins/my-plugin/myplugin.php?postId=123somethingelse=abc";
       doSomething(url);
       </script>
       ```
   
 * then when the post is cached, does WP Super Cache store the complete generated
   html? If so, I could just warn plugin users that once enabled, my widget won’t
   appear until the cache has been refreshed.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP Super Cache] Is There Any Way I Can Keep A Dynamic Widget…???](https://wordpress.org/support/topic/plugin-wp-super-cache-is-there-any-way-i-can-keep-a-dynamic-widget/)
 *  [devu](https://wordpress.org/support/users/devu/)
 * (@devu)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-is-there-any-way-i-can-keep-a-dynamic-widget/#post-937259)
 * Hi donncha, I have one more question about widgets and WP Super Cache 🙂
 * I’m moving one of mine on Ajax so that it’s compatible with WP Super Cache. I
   have just one blog with one wordpress instance and can’t keep on installing/uninstalling
   the cache for testing on that environment.
 * I just need to know how does your plugin manage wordpress widget activation in
   the sidebar. Is there any documentation I can read about this topic?
 * The widget I am moving on ajax just need to know the directory where the plugin
   is installed so that it can do the xmlHttp call to the right file.

Viewing 3 replies - 1 through 3 (of 3 total)