Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

How to reduce the loading time in the POS in Odoo V17 ?

Subscribe

Get notified when there's activity on this post

This question has been flagged
posloadingodooPoint Of Saleodoo17
1 Reply
5431 Views
Avatar
Vishnu Sasikumar

I've tried loading 100,000 products into the POS screen in Odoo v17, but it takes 40 to 50 seconds to log in. Is there any solution for this?

1
Avatar
Discard
Vishnu Sasikumar
Author

Hi Methsiri,

Thank you response 

I have achieved the solution by adding the product count parameter in the system parameter settings.

Avatar
S.A. Methsiri Madusanka Sooriyaarachchi
Best Answer

Loading a large number of products, such as 100,000, into the POS screen in Odoo can significantly slow down the loading time due to the amount of data being processed. Here are some strategies to optimize the performance:

1. Use Product Caching

  • Caching: Implement a caching mechanism to reduce the time taken to load the products. Cached data can be loaded faster than querying the database each time.
  • Indexed Caching: Cache frequently accessed products or categories, so they load instantly.

2. Lazy Loading or Pagination

  • Lazy Loading: Instead of loading all products at once, load products in chunks as needed. For example, load the first 1000 products and then load more as the user scrolls.
  • Pagination: Divide the product list into pages and load only the first page initially.

3. Product Search Optimization

  • Search Indexing: Ensure that the product search in the POS is optimized with proper indexing in the database. This reduces the time taken to fetch product details when searching.

4. Reduce the Data Sent to the Frontend

  • Minimize Data: Limit the amount of product data being sent to the frontend. Only send essential information needed for displaying the products in the POS.
  • Optimize Images: Compress and reduce the size of product images loaded in the POS to improve load times.

5. Enable Product Load Limiting

  • Limit Products per Session: Consider limiting the number of products loaded in a POS session. For example, load only the top-selling products by default, and allow the user to search for less frequently sold products.

6. Optimize the POS Database Queries

  • Database Indexing: Ensure that the database is properly indexed, especially on the fields frequently used in the POS, such as product name, barcode, or category.
  • Optimized Queries: Review and optimize the SQL queries used to fetch products in the POS. Sometimes complex queries can be simplified for better performance.

7. Use a Separate Server for POS

  • Dedicated POS Server: If feasible, use a dedicated server for the POS application. This can help balance the load and improve response times.

8. Consider Product Archiving

  • Archive Old Products: Archive products that are no longer sold or frequently used to reduce the total number of active products in the POS.

9. Monitor and Profile Performance

  • Performance Monitoring: Use performance monitoring tools to identify bottlenecks in the POS loading process. Tools like Odoo's built-in performance profiler can help pinpoint slow queries or processes.

10. POS Configuration and Updates

  • Configuration: Ensure that the POS is configured correctly with the latest updates and patches. Odoo frequently releases performance improvements.
  • Odoo Version Update: If possible, check if upgrading to a newer version or applying the latest Odoo patches can help with performance.

By implementing these strategies, you should be able to reduce the loading time significantly, making the POS experience smoother and more efficient.

-1
Avatar
Discard
Waleed Mohsen (CorTex IT Solutions)

I like ChatGPT answers :)

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
[17.0] POS Due Balance Issue
pos odoo odoo17 Odoo17
Avatar
Avatar
1
Oct 24
2244
Odoo POS loading indicator
pos Point Of Sale owl odoo17
Avatar
Avatar
1
Sep 24
3328
New company on new account
pos odoo Point Of Sale point-of-sale v17
Avatar
Avatar
2
Dec 23
2626
No se registra las ordenes de venta en POS
pos errors point_of_sale odoo Point Of Sale
Avatar
Avatar
Avatar
Avatar
3
Sep 23
5915
POS sales details report not printing in arabic odoo 10
pos qweb odoo Point Of Sale odoo10
Avatar
0
Sep 20
3327
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now