SugarClub
SugarClub
  • User
  • Site
  • Search
  • User
  • Groups & Discussions
    Groups & Discussions
    • Product Forums
      Product-focused Q&A, discussions, best practices, fixes, and help
      Product Forums
      • Sugar Market
      • Sugar Sell & Enterprise
      • Sugar Serve
      • sales-i
    • User Groups
      Professional, Industry, Language
    • Get Involved
      Learn how to become a Raving Fan
    • Social Club
      Live, interactive, virtual meetups with other Sugar customers and Sugar’s Subject Matter experts!
    • Leadership Lounge
      Network with fellow organizational leaders, ask questions, and share insights
    • Developers
      Visit DevClub, the SugarClub group for Sugar Developers
      Developers
      • DevClub
      • Mobile Developers
      • Developer Builds
        Supplemental access level required. Inquiries: developers@sugarcrm.com
    • Additional Groups (Access Required)
      Groups that require special access will be displayed here. Contact sugarclub@sugarcrm.com for assistance. Click here to see all groups
      Additional Groups (Access Required)
      • SugarCloud Platform
  • Product Information
    Product Information
    • Release Central
      Find release-specific content to prepare for your next Sugar update
    • Documentation & Resources
      Looking to expand your Sugar knowledge? Explore our in-depth documentation and other helpful resources!
    • Product Update Blogs
      Updates about each Sugar product
    • Customer Stories »
      Case Studies by SugarCRM
  • Training & Certification
    Training & Certification
    • Training & Certification Home
      Live & On-Demand classes, Quick Videos, Sugar Certifications, and more!
    • Quick Videos
      Short videos about using Sugar
    • Event Recordings
      Recordings from SugarU Live Webinars and Sugar Market Academy
    • My SugarU Dashboard »
    • SugarU News & Updates
  • Adoption
    Adoption
    • Grow Adoption Framework
      Get started on your adoption journey and review the adoption resources from SugarCRM
  • Calendar
  • News
    News
    • Sugar News
    • SugarCRM.com News »
    • Dev Blog
    • SugarCRM Marketplace Blog
  • Help
    Help
    • Welcome to Sugar!
      New to Sugar? Get started here!
    • SugarClub Help & Instructions
      Learn more about SugarClub and find answers to questions about this site
    • New to SugarClub?
      Start your community journey here
    • Technical Support
      Sugar's support resources
      Technical Support
      • Case Portal »
        Access the SugarCRM Case Portal
      • Working with Sugar Support »
        Find out more about engaging with the SugarCRM Support team
      • SugarCloud Information
        Find information about SugarCloud service updates and site status. Contact sugarclub@sugarcrm.com to request access
  • More from Sugar
    More from Sugar
    • DevClub
    • PartnerClub
    • Support
    • SugarOutfitters Marketplace
    • sugarcrm.com
  • DevClub
  • PartnerClub
  • Support
  • Marketplace
  • sugarcrm.com
DevClub
DevClub
  • Dev Blog
  • Answers & Best Practices
  • Developer On-boarding
  • Dev Tutorials
  • Developer Events
  • Event Recaps
  • Members
  • Developer Suggestions
  • Sub-Groups
  • More
Click here to join this group and curate your SugarClub experience.
  • All tags
  • code
  • performance
  • css (2)
  • devblog (5)
  • engineering team (4)
  • javascript (1)
  • news (1)
  • php (1)
  • rest (1)
  • security (1)
  • subpanels (1)
  • sugar 7 (5)
  • sugar 7.5.0 (2)
  • sugar 7.6.0 (3)
  • sugar 7.9.0 (1)
  • sugar7 (1)
  • tip (1)
  • Font Awesome 3.2.1 compatibility package for Sugar 7.6

    Matt Marum
    Matt Marum
    In last week's post on the Font Awesome 4.x upgrade in Sugar 7.6 we mentioned that Sugar Engineering has been putting together a compatibility package. This package can be installed into Sugar 7.6 instances to add Font Awesome 3.2.1 back. That package…
    • 13908_fontawesome-3213.zip
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Use of prepared statements in Sugar 7.9

    Matt Marum
    Matt Marum
    What are Prepared Statements? Prepared Statements , also known as parameterized statements, is a database feature that allows the same or similar queries to be executed with more efficiency and greater security. It has also been a common Sugar platform…
    • over 8 years ago
    • DevClub
    • Dev Blog
  • Enhancing performance using Sugar 7 Bulk API

    Matt Marum
    Matt Marum
    If you've used Sugar 7.5 or earlier then you have probably noticed that it take a few moments after a record appears for all the subpanels to finish being populated with data. This was because each subpanel generated a separate round-trip HTTP transaction…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Using Underscore.js to improve Sugar 7 performance

    Matt Marum
    Matt Marum
    If you've browsed the Sugar 7 JavaScript codebase much then you'll notice that we use Underscore.js all over the place. Use of _.each, _.bind, _.debounce, _.filter, and more are littered throughout the Sugar 7 codebase. It's not uncommon to see multiple…
    • over 10 years ago
    • DevClub
    • Dev Blog
  • Upgrade to Font Awesome 4.2 in Sugar 7.6

    Matt Marum
    Matt Marum
    Engineering wanted to let you know about a CSS change coming in Sugar 7.6 which is planned for release before end of June. There has been an upgrade to the library we use for our icons called Font Awesome . We will be upgrading from Font Awesome version…
    • over 10 years ago
    • DevClub
    • Dev Blog