Advertisement:

Author Topic: Findings for Osclass 3.4 RC  (Read 21602 times)

keerthi

  • Hero Member
  • *****
  • Posts: 505
Re: My Findings for Osclass 3.4 RC
« Reply #30 on: July 22, 2014, 01:34:35 pm »
yes, please add the repost feature. Its an awesome, must have feature and must be the basic feature of every classified ad. My support to aficianado.

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: My Findings for Osclass 3.4 RC
« Reply #31 on: July 22, 2014, 01:40:59 pm »
Quote
We will implement re post (expired ads) for the next major release 3.4.

Regards


Carlos García de Marina

But the promise was broken apparently.


yes, please add the repost feature. Its an awesome, must have feature and must be the basic feature of every classified ad. My support to aficianado.

Sorry, once it hits the RC status no more features will be added.

Aficionado

  • Guest
Re: My Findings for Osclass 3.4 RC
« Reply #32 on: July 22, 2014, 01:57:37 pm »
Quote
We will implement re post (expired ads) for the next major release 3.4.

Regards


Carlos García de Marina

But the promise was broken apparently.


yes, please add the repost feature. Its an awesome, must have feature and must be the basic feature of every classified ad. My support to aficianado.

Sorry, once it hits the RC status no more features will be added.

So we waited for such a long time for nothing.


dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: My Findings for Osclass 3.4 RC
« Reply #33 on: July 22, 2014, 02:00:04 pm »
There are so many bugfixes and changes in 340 that plain 'readme' file does not do it any justice IMHO.

Regards

Aficionado

  • Guest
Re: My Findings for Osclass 3.4 RC
« Reply #34 on: July 22, 2014, 02:01:41 pm »
This Error ? was logged in  my error.log file


[21-Jul-2014 23:16:21 Europe/Madrid] from cache


Nothing else just that.


Aficionado

  • Guest
Re: My Findings for Osclass 3.4 RC
« Reply #35 on: July 22, 2014, 02:03:27 pm »
There are so many bugfixes and changes in 340 that plain 'readme' file does not do it any justice IMHO.

Regards

You are right. I have never seen so many bug fixes in any release of Osclass.

Web-Media

  • Sr. Member
  • ****
  • Posts: 453
  • Web
Re: My Findings for Osclass 3.4 RC
« Reply #36 on: July 22, 2014, 02:37:16 pm »
Multiple  querries ..  asking same thing (2 ads ... clean install )
5x
Code: [Select]
SELECT *
FROM ((SELECT a.*, b.*, c.i_num_items, FIELD(fk_c_locale_code, 'en_US') as locale_order
FROM (oc_t_category as a)
INNER JOIN oc_t_category_description as b ON a.pk_i_id = b.fk_i_category_id
LEFT JOIN oc_t_category_stats as c ON a.pk_i_id = c.fk_i_category_id
WHERE a.pk_i_id = 9
AND b.s_name != ''
ORDER BY locale_order DESC) dummytable)
GROUP BY pk_i_id
ORDER BY i_position ASC

Web-Media

  • Sr. Member
  • ****
  • Posts: 453
  • Web
Re: My Findings for Osclass 3.4 RC
« Reply #37 on: July 22, 2014, 02:45:25 pm »
 2/ad ?
 3 ads = 6 querries

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: My Findings for Osclass 3.4 RC
« Reply #38 on: July 22, 2014, 02:59:43 pm »
2/ad ?
 3 ads = 6 querries

Could you paste the whole log ?
Which page is it? which theme are you using ?

Web-Media

  • Sr. Member
  • ****
  • Posts: 453
  • Web
Re: My Findings for Osclass 3.4 RC
« Reply #39 on: July 22, 2014, 03:12:02 pm »
search page /bender theme
« Last Edit: July 22, 2014, 03:19:19 pm by Web-Media »

Web-Media

  • Sr. Member
  • ****
  • Posts: 453
  • Web
Re: My Findings for Osclass 3.4 RC
« Reply #40 on: July 22, 2014, 03:29:01 pm »
with   permalinks enabled duplicate querry is
Code: [Select]
SELECT *
FROM ((SELECT a.*, b.*, c.i_num_items, FIELD(fk_c_locale_code, 'en_US') as locale_order
FROM (oc_t_category as a)
INNER JOIN oc_t_category_description as b ON a.pk_i_id = b.fk_i_category_id
LEFT JOIN oc_t_category_stats as c ON a.pk_i_id = c.fk_i_category_id
WHERE b.s_slug = 'animals'
AND b.s_name != ''
ORDER BY locale_order DESC) dummytable)
GROUP BY pk_i_id
ORDER BY i_position ASC

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: My Findings for Osclass 3.4 RC
« Reply #41 on: July 22, 2014, 03:29:48 pm »
Question: I am already using APC on VPS, what will be the advantage of current implementation in the core?

Thanks

Web-Media

  • Sr. Member
  • ****
  • Posts: 453
  • Web
Re: My Findings for Osclass 3.4 RC
« Reply #42 on: July 22, 2014, 03:31:14 pm »
permalinks enabled

fog

  • Hero Member
  • *****
  • Posts: 1062
Re: My Findings for Osclass 3.4 RC
« Reply #43 on: July 22, 2014, 03:49:11 pm »
Quote from: Aficionado
As usual during the installation if i selected Skip the installation of any location, i get an error. But the installation continues normally.
Fixed

Hi @_CONEJO, is fixed, where? Where i can fix this problem? I'm using 3.1.2 osclass version.
Thanks

Web-Media

  • Sr. Member
  • ****
  • Posts: 453
  • Web
Re: My Findings for Osclass 3.4 RC
« Reply #44 on: July 22, 2014, 03:51:43 pm »
on item page duplicate querry
 
Code: [Select]
0.00044393539428711 SELECT *
FROM (oc_t_user)
WHERE pk_i_id = '1'
0.00033807754516602 SELECT *
FROM (oc_t_user_description)
WHERE fk_i_user_id = '1'