cancel
Showing results for 
Search instead for 
Did you mean: 

Dashboard buffering for long time

Dashboard buffering for long time

Hi All,

Please help me to fix this issue. After logging to admin panel, dashboard is continuously buffering, Not able to access it.buffering dashboard.png

6 REPLIES 6

Re: Dashboard buffering for long time

Shama, good evening. Have you already tried clearing your Magento cache and recompiling/redeploying? 

Re: Dashboard buffering for long time

Hi @shama_ts,

There may be some issue with JS deployment. 


Try the following command once if permission are incorrect: You can use sudo as well.


find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento


Then executes the following commands once in the sequence.

chmod -R 0777 var/ pub/ generated/
rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
php bin/magento indexer:reindex
chmod -R 0777 var/ pub/ generated/

I hope it will help you!

Re: Dashboard buffering for long time

Hi,

 

Could you give a little more details as to how to edit the JS?

Re: Dashboard buffering for long time

Dear Sir!

I am facing the same issue.

Kindly show me how to edit and run this code.

Re: Dashboard buffering for long time

Hello Vimal,

 

I have just installed Magento and performed your commands to try ot resolve teh buffering, it is still doing so...

 

Any other place where I might look please?

Thanks a lot.

Re: Dashboard buffering for long time

In my case, it was the base url that needed to be changed to https.