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

Property Detail page (All blocks) #125

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft

Property Detail page (All blocks) #125

wants to merge 38 commits into from

Conversation

AmyJZhao
Copy link
Collaborator

@AmyJZhao AmyJZhao commented Jun 1, 2023

Please always provide the GitHub issue(s) your PR is for, as well as test URLs where your change can be observed (before and after):

Fix #11

Test URLs:

List of blocks

  • Property Details Top (top of page w/ price info and specs)
  • Property Details Image Gallery Map (image gallery carousel and map tab)
  • Property Details Description (notes, description, and realtor contact info)
  • Property Details Market Trends
  • Property Details Mortgage Calculator
  • Property Details Schools
  • Property Details Occupancy
  • Property Details Housing Trends
  • Property Details Economic Data
  • Property Details Metadata

@AmyJZhao AmyJZhao requested a review from bstopp June 1, 2023 16:19
@AmyJZhao AmyJZhao self-assigned this Jun 1, 2023
@aem-code-sync
Copy link

aem-code-sync bot commented Jun 1, 2023

Hello, I'm Franklin Bot and I will run some test suites that validate the page speed.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-run PSI Checks

@aem-code-sync
Copy link

aem-code-sync bot commented Jun 1, 2023

Page Scores Audits Google
/property/detail/pid-348489191 PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

@aem-code-sync
Copy link

aem-code-sync bot commented Jun 1, 2023

Page Scores Audits Google
/property/detail/pid-348489191 PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

padding-left: 15px;
}

@media (min-width: 576px) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this breakpoint necessary? The next one up is only ~24px away.

@aem-code-sync
Copy link

aem-code-sync bot commented Jun 1, 2023

Page Scores Audits Google
/property/detail/pid-348489191 PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

@aem-code-sync
Copy link

aem-code-sync bot commented Jun 1, 2023

Page Scores Audits Google
/property/detail/pid-348489191 PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

@aem-code-sync
Copy link

aem-code-sync bot commented Jun 1, 2023

Page Scores Audits Google
/property/detail/pid-348489191 PERFORMANCE A11Y SEO BEST PRACTICES SI FCP LCP TBT CLS PSI

Copy link
Collaborator

@bstopp bstopp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's start splitting this up into minimal block chunks so that we can identify the root causes of the low PSI score.

Also, the CSS selectors are too generic, they will need to be scoped more specifically to their blocks.

I would also like to work on a way to put all these blocks into a subfolder, and load them in an auto-block fashion. May help with code organization.

@bstopp bstopp marked this pull request as draft April 2, 2024 14:15
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

Successfully merging this pull request may close these issues.

Property Detail Block
3 participants