Hi,
I'm trying to make what ideally should be in a separate module, but which at the moment doesn't exist, a CV manager connected to only certain users (role).
If I use the profiles method there are two problems. 1. I can't translate the contents of the form 2. The freeform list doesn't use html to separate items, just commas. I would like to have it using normal HTML lists and listitmes for formatting through CSS.
I installed the devel module to get an idea on what queries are being run when my front page loads. A lot of the queries that are taking more than 1ms to execute are related to the recipe module. I do have that module installed, but nothing on the front page refers to recipes.
Is this by design that all modules installed generate queries when the front page is loaded?
Currently I have 37 queries related to recipe, with 20-30% taking more than 1ms to execute.