开发者

taking more time to load page

开发者 https://www.devze.com 2023-02-10 07:52 出处:网络
I was running a cron job daily to create records . I had 300 users and every day i will be creating 20 records for each user. So total - 6000 records daily .(its a daily food item records )

I was running a cron job daily to create records .

I had 300 users and every day i will be creating 20 records for each user. So total - 6000 records daily .(its a daily food item records )

Now when user login and view the page , it was taking more time and deep slow .

So for now i am deleting the records which are 30 days old daily.but this hasnt solved my开发者_开发技巧 issue

Can any tell me how to overcome this and increase performance ?

thanks, sri


Your code can be reformatted with less number of loops.

0

精彩评论

暂无评论...
验证码 换一张
取 消