Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ブログコンテンツ、メールコンテンツのデータキャッシュが無限に生成されてしまう問題 #1603

Closed
fuchigam1 opened this issue Dec 29, 2020 · 0 comments

Comments

@fuchigam1
Copy link
Collaborator

概要

ブログ機能、メール機能ともに、以下のデータキャッシュが無限に生成されてしまっている。

  • /app/tmp/cache/datas/mysite_blog_contents/myapp_cake_data_mysite_blog_contents_all_1_〜
  • /app/tmp/cache/datas/mysite_mail_contents/myapp_cake_data_mysite_mail_contents_all_1_〜

原因は以下2箇所で find all+getConditionAllowPublish により毎秒抽出条件が違うキャッシュが生成されてしまっていること。

  • lib/Baser/Plugin/Blog/Config/setting.php
  • lib/Baser/Plugin/Mail/Config/setting.php

baserCMS version : [2019-12-26] basercms-4.3.1 以降

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant