Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

The plugin is loaded in every sections of Redmine #6

Open
LabriePierre opened this issue May 5, 2014 · 2 comments
Open

The plugin is loaded in every sections of Redmine #6

LabriePierre opened this issue May 5, 2014 · 2 comments

Comments

@LabriePierre
Copy link

We can see in the Redmine log that redmine_image_clipboard_paste is loaded in every page of Redmine even if it is not required like in the Work_time plugin. How can I correct this behavior ?

Started GET "/work_time/index?day=5&month=5&prj=false&user=1&year=2014" for 127.0.0.1 at Mon May 05 12:32:34 -0400 2014
Processing by WorkTimeController#index as HTML
Parameters: {"prj"=>"false", "year"=>"2014", "user"=>"1", "month"=>"5", "day"=>"5"}
Current user: labpi02 (id=1)
Rendered plugins/redmine_work_time/app/views/work_time/_select_project.html.erb (953.2ms)
Rendered plugins/redmine_work_time/app/views/work_time/_user_month_table.html.erb (515.6ms)
Rendered plugins/redmine_work_time/app/views/work_time/_user_day_table.html.erb (3843.9ms)
Rendered plugins/redmine_work_time/app/views/work_time/show.html.erb within layouts/base (5344.0ms)
Rendered inline template (0.0ms)
Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_headers.html.erb (15.6ms)
Rendered plugins/clipboard_image_paste/app/views/clipboard_image_paste/_add_form.html.erb (0.0ms)
Completed 200 OK in 5766ms (Views: 5156.4ms | ActiveRecord: 531.3ms)

@tornoz
Copy link
Contributor

tornoz commented Jul 24, 2014

Hi,
This doesn't happen on my system. What version of redmine are you using ?

@LabriePierre
Copy link
Author

I use 2.1 on a Bitnami stack for Windows and now 2.5 on a Bitnami stack for Linux. I haven't check on 2.5 log if it has the same behavior. It has no bad effects on Redmine except to use memory for nothing and it is the only plugin to do that. On Linux the performance of Bitnami has increased at least by 10.

The plugin is much appreciated by the analyst to record software bugs with screenshots.

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

No branches or pull requests

2 participants